Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function
638 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1153 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function
1166 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function
1694 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1695 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1159 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function
1172 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function
1700 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1701 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function