Home
last modified time | relevance | path

Searched refs:modPlat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp355 …BindMaps& map, ProgramPlatformData& plat, const ShaderModulePlatformDataGLES& modPlat, string& sou… in PostProcessSource() argument
362 if (modPlat.sbSets.empty() && modPlat.ciSets.empty()) { in PostProcessSource()
376 if (!modPlat.sbSets.empty()) { in PostProcessSource()
378 FixBindings(SSBO_KEYS, storageBindings, modPlat.sbSets, source); in PostProcessSource()
380 if (!modPlat.ciSets.empty()) { in PostProcessSource()
382 FixBindings(IMAGE_KEYS, imageBindings, modPlat.ciSets, source); in PostProcessSource()