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

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 247 class TIntermUnary;
281 virtual TIntermUnary* getAsUnaryNode() { return 0; }
507 class TIntermUnary : public TIntermOperator {
509 TIntermUnary(TOperator o, TType& t) : TIntermOperator(o, t), operand(0) {}
510 TIntermUnary(TOperator o) : TIntermOperator(o), operand(0) {}
523 virtual TIntermUnary* getAsUnaryNode() { return this; }
708 virtual bool visitUnary(Visit visit, TIntermUnary*) {return true;}
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 51 #pragma warning(disable : 5026) // 'glslang::TIntermUnary': move constructor was implicitly defined as deleted
782 class TIntermUnary;
811 virtual glslang::TIntermUnary* getAsUnaryNode() { return 0; }
823 virtual const glslang::TIntermUnary* getAsUnaryNode() const { return 0; }
    [all...]

Completed in 85 milliseconds