Home
last modified time | relevance | path

Searched defs:getAsAggregate (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function
608 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h279 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
545 TIntermAggregate* getAsAggregate() override { return this; } in getAsAggregate() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1082 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
1095 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function
1630 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1631 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1086 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
1099 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function
1643 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1644 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function