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) :
277 TParseContext* context);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 41 // - TParseContext: GLSL specific helper
249 class TParseContext : public TParseContextBase {
251 TParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins, int version, EProfile, const SpvVersion& spvVersion, EShLanguage, TInfoSink&,
253 virtual ~TParseContext();
417 TParseContext(TParseContext&);
418 TParseContext& operator=(TParseContext&);
ParseHelper.cpp 46 extern int yyparse(glslang::TParseContext*);
50 TParseContext::TParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins,
93 TParseContext::~TParseContext()
99 // Intended just as a TParseContext constructor helper.
100 void TParseContext::setPrecisionDefaults()
152 void TParseContext::setLimits(const TBuiltInResource& r)
180 bool TParseContext::parseShaderStrings(TPpContext& ppContext, TInputScanner& input, bool versionWillBeError)
195 void TParseContext::parserError(const char* s
    [all...]

Completed in 373 milliseconds