Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp100 visitor->exitArrayElement(variable, arrayElement); in TraverseStructArrayVariable()
139 visitor->exitArrayElement(variable, arrayElement); in TraverseArrayOfArraysVariable()
484 void VariableNameVisitor::exitArrayElement(const ShaderVariable &arrayVar, in exitArrayElement() function in sh::VariableNameVisitor
595 void BlockEncoderVisitor::exitArrayElement(const sh::ShaderVariable &arrayVar, in exitArrayElement() function in sh::BlockEncoderVisitor
605 VariableNameVisitor::exitArrayElement(arrayVar, arrayElement); in exitArrayElement()
Dblocklayout.h207 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement() function
230 void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) override;
267 void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) override;