HomeSort by relevance Sort by last modified time
    Searched defs:TIntermAggregate (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 245 class TIntermAggregate;
279 virtual TIntermAggregate* getAsAggregate() { return 0; }
539 class TIntermAggregate : public TIntermOperator {
541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; }
542 TIntermAggregate(TOperator o) : TIntermOperator(o), userDefined(false) { endLine = { 0, 0, 0, 0 }; }
543 ~TIntermAggregate() { }
545 virtual TIntermAggregate* getAsAggregate() { return this; }
596 TIntermAggregate(const TIntermAggregate&); // disallow copy constructor
597 TIntermAggregate& operator=(const TIntermAggregate&); // disallow assignment operato
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 781 class TIntermAggregate;
810 virtual glslang::TIntermAggregate* getAsAggregate() { return 0; }
822 virtual const glslang::TIntermAggregate* getAsAggregate() const { return 0; }
    [all...]

Completed in 665 milliseconds