Searched refs:enterArrayElement (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.cpp | 87 visitor->enterArrayElement(variable, arrayElement); in TraverseStructArrayVariable() 117 visitor->enterArrayElement(variable, arrayElement); in TraverseArrayOfArraysVariable() 474 void VariableNameVisitor::enterArrayElement(const ShaderVariable &arrayVar, in enterArrayElement() function in sh::VariableNameVisitor 571 void BlockEncoderVisitor::enterArrayElement(const sh::ShaderVariable &arrayVar, in enterArrayElement() function in sh::BlockEncoderVisitor 592 VariableNameVisitor::enterArrayElement(arrayVar, arrayElement); in enterArrayElement()
|
D | blocklayout.h | 206 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement() function 229 void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) override; 266 void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) override;
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 522 void enterArrayElement(const sh::ShaderVariable &arrayVar, unsigned int arrayElement) override in enterArrayElement() function in gl::__anon02797fd20111::FlattenUniformVisitor 525 sh::VariableNameVisitor::enterArrayElement(arrayVar, arrayElement); in enterArrayElement()
|