Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1564 auto& nameToIdx = shaderModules_.nameToIndex; in CreateShaderModule()
1565 auto& modules = shaderModules_.shaderModules; in CreateShaderModule()
1598 const auto& modules = shaderModules_.shaderModules; in GetShaderModule()
1608 const auto& nameToIdx = shaderModules_.nameToIndex; in GetShaderModuleIndex()
1610 PLUGIN_ASSERT(iter->second < shaderModules_.shaderModules.size()); in GetShaderModuleIndex()
H A Dshader_manager.h473 ShaderModules shaderModules_; variable