Searched refs:fragPlat (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 489 …const array_view<const OES_Bind>& oesBinds, const ShaderModulePlatformDataGLES& fragPlat, string& … in PatchOesBinds() argument 497 for (const auto& t : fragPlat.cbSets) { in PatchOesBinds() 505 for (const auto& t : fragPlat.combSets) { in PatchOesBinds() 649 …const auto& fragPlat = static_cast<const ShaderModulePlatformDataGLES&>(plat_.fragShaderModule_->G… in Specialize() local 650 PostProcessSource(map, ret->plat_, fragPlat, fragSource); in Specialize() 653 PatchOesBinds(oesBinds, fragPlat, fragSource); in Specialize() 662 ProcessProgram(ret->plat_.program, fragPlat, GL_REFERENCED_BY_FRAGMENT_SHADER, map); in Specialize() 670 vector<ShaderModulePlatformDataGLES::DoubleBind> combSets = fragPlat.combSets; in Specialize()
|