Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h198 virtual void exitStruct(const ShaderVariable &structVar) {} in exitStruct() function
224 void exitStruct(const ShaderVariable &structVar) override;
Dblocklayout.cpp436 void VariableNameVisitor::exitStruct(const ShaderVariable &structVar) in exitStruct() function in sh::VariableNameVisitor
650 visitor->exitStruct(variable); in TraverseShaderVariable()