Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.h197 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
223 void enterStruct(const ShaderVariable &structVar) override;
Dblocklayout.cpp430 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
641 visitor->enterStruct(variable); in TraverseShaderVariable()