HomeSort by relevance Sort by last modified time
    Searched refs:TIntermMethod (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 789 class TIntermMethod;
815 virtual glslang::TIntermMethod* getAsMethodNode() { return 0; }
827 virtual const glslang::TIntermMethod* getAsMethodNode() const { return 0; }
951 class TIntermMethod : public TIntermTyped {
953 TIntermMethod(TIntermTyped* o, const TType& t, const TString& m) : TIntermTyped(t), object(o), method(m) { }
954 virtual TIntermMethod* getAsMethodNode() { return this; }
955 virtual const TIntermMethod* getAsMethodNode() const { return this; }
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
IntermTraverse.cpp 59 void TIntermMethod::traverse(TIntermTraverser*)
Intermediate.cpp     [all...]
glslang.y 415 TIntermMethod* method = $1->getAsMethodNode();
441 if (TIntermMethod* method = $1->getAsMethodNode())
    [all...]

Completed in 421 milliseconds