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

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 100 void setCurrentFunctionType(const TType *currentFunctionType)
102 mCurrentFunctionType = currentFunctionType;
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 177 const TType* currentFunctionType; // the return type of the function that's currently being parsed
hlslParseHelper.cpp 728 currentFunctionType = &(prevDec->getType());
730 currentFunctionType = new TType(EbtVoid);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 326 const TType* currentFunctionType; // the return type of the function that's currently being parsed
ParseHelper.cpp 56 inMain(false), postMainReturn(false), currentFunctionType(nullptr), blockName(nullptr),
    [all...]
glslang.y     [all...]

Completed in 410 milliseconds