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

  /external/swiftshader/src/OpenGL/compiler/
intermediate.h 246 class TIntermBinary;
280 virtual TIntermBinary* getAsBinaryNode() { return 0; }
476 class TIntermBinary : public TIntermOperator {
478 TIntermBinary(TOperator o) : TIntermOperator(o) {}
480 virtual TIntermBinary* getAsBinaryNode() { return this; }
707 virtual bool visitBinary(Visit visit, TIntermBinary*) {return true;}
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 547 class TIntermBinary;
576 virtual glslang::TIntermBinary* getAsBinaryNode() { return 0; }
588 virtual const glslang::TIntermBinary* getAsBinaryNode() const { return 0; }
919 class TIntermBinary : public TIntermOperator {
921 TIntermBinary(TOperator o) : TIntermOperator(o) {}
927 virtual TIntermBinary* getAsBinaryNode() { return this; }
928 virtual const TIntermBinary* getAsBinaryNode() const { return this; }
    [all...]

Completed in 279 milliseconds