Searched defs:enterArrayElement (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/ | ||
H A D | blocklayout.cpp | 489 void VariableNameVisitor::enterArrayElement(const ShaderVariable &arrayVar, in enterArrayElement() function in sh::VariableNameVisitor |
H A D | blocklayout.h | 249 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() function |
/aosp_15_r20/external/angle/src/libANGLE/ | ||
H A D | ProgramLinkedResources.cpp | 553 void enterArrayElement(const sh::ShaderVariable &arrayVar, unsigned int arrayElement) override in enterArrayElement() function in gl::__anon3a735b5c0111::FlattenUniformVisitor |