Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function
639 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h1000 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function
1013 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function
1556 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1557 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
/aosp_15_r20/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