Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.h239 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function
265 void enterStruct(const ShaderVariable &structVar) override;
Dblocklayout.cpp445 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor
656 visitor->enterStruct(variable); in TraverseShaderVariable()