Home
last modified time | relevance | path

Searched defs:enterArrayElement (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.cpp489 void VariableNameVisitor::enterArrayElement(const ShaderVariable &arrayVar, in enterArrayElement() function in sh::VariableNameVisitor
586 void BlockEncoderVisitor::enterArrayElement(const sh::ShaderVariable &arrayVar, in enterArrayElement() function in sh::BlockEncoderVisitor
H A Dblocklayout.h249 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp553 void enterArrayElement(const sh::ShaderVariable &arrayVar, unsigned int arrayElement) override in enterArrayElement() function in gl::__anon3a735b5c0111::FlattenUniformVisitor