Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function
633 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h279 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
545 TIntermAggregate* getAsAggregate() override { return this; } in getAsAggregate() function
/third_party/glslang/glslang/Include/
Dintermediate.h1070 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function
1083 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; } in getAsAggregate() function
1616 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
1617 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function