Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dblocklayout.cpp499 void VariableNameVisitor::exitArrayElement(const ShaderVariable &arrayVar, in exitArrayElement() function in sh::VariableNameVisitor
610 void BlockEncoderVisitor::exitArrayElement(const sh::ShaderVariable &arrayVar, in exitArrayElement() function in sh::BlockEncoderVisitor
H A Dblocklayout.h250 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramLinkedResources.cpp559 void exitArrayElement(const sh::ShaderVariable &arrayVar, unsigned int arrayElement) override in exitArrayElement() function in gl::__anon3a735b5c0111::FlattenUniformVisitor