Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.h198 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
224 void exitStruct(const ShaderVariable &structVar) override;
Dblocklayout.cpp412 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
626 visitor->exitStruct(variable); in TraverseShaderVariable()