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

  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 35 class TParseContext {
37 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
278 TParseContext* context);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 41 // - TParseContext: GLSL specific helper
152 class TParseContext : public TParseContextBase {
154 TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const SpvVersion& spvVersion, EShLanguage, TInfoSink&,
156 virtual ~TParseContext();
335 TParseContext(TParseContext&);
336 TParseContext& operator=(TParseContext&);
ParseHelper.cpp 47 extern int yyparse(glslang::TParseContext*);
51 TParseContext::TParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins,
129 TParseContext::~TParseContext()
134 void TParseContext::setLimits(const TBuiltInResource& r)
162 bool TParseContext::parseShaderStrings(TPpContext& ppContext, TInputScanner& input, bool versionWillBeError)
174 void TParseContext::parserError(const char* s)
183 void TParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens)
254 bool TParseContext::parseVectorFields(const TSourceLoc& loc, const TString& compString, int vecSize, TVectorFields& f (…)
    [all...]

Completed in 226 milliseconds