Home
last modified time | relevance | path

Searched defs:fragSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp489 …y_view<const OES_Bind>& oesBinds, const ShaderModulePlatformDataGLES& fragPlat, string& fragSource) in PatchOesBinds()
647 string fragSource = plat_.fragShaderModule_->GetGLSL(specData); in Specialize() local
H A Ddevice_gles.cpp1434 const string_view vertSource, const string_view fragSource, const string_view compSource) in CacheProgram()