Searched defs:getAsAggregate (Results 1 – 3 of 3) sorted by relevance
90 virtual TIntermAggregate *getAsAggregate() { return nullptr; } in getAsAggregate() function636 TIntermAggregate *getAsAggregate() override { return this; } in getAsAggregate() function
1139 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function1152 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function1701 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1702 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function
1135 virtual glslang::TIntermAggregate* getAsAggregate() { return nullptr; } in getAsAggregate() function1148 virtual const glslang::TIntermAggregate* getAsAggregate() const { return nullptr; } in getAsAggregate() function1697 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function1698 virtual const TIntermAggregate* getAsAggregate() const { return this; } in getAsAggregate() function