Searched defs:parseContext (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | TranslatorASM.cpp | 25 TParseContext& parseContext = *GetGlobalParseContext(); in translate() local
|
| D | debug.cpp | 30 TParseContext* parseContext = GetGlobalParseContext(); in Trace() local
|
| D | Compiler.cpp | 122 TParseContext parseContext(symbolTable, extensionBehavior, intermediate, in compile() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Compiler.cpp | 381 TParseContext parseContext(mSymbolTable, mExtensionBehavior, mShaderType, mShaderSpec, in compileTreeImpl() local 420 bool TCompiler::checkShaderVersion(TParseContext *parseContext) in checkShaderVersion() 464 void TCompiler::setASTMetadata(const TParseContext &parseContext) in setASTMetadata() 486 const TParseContext &parseContext, in checkAndSimplifyAST()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | Compiler.cpp | 445 TParseContext parseContext(mSymbolTable, mExtensionBehavior, mShaderType, mShaderSpec, in compileTreeImpl() local 484 bool TCompiler::checkShaderVersion(TParseContext *parseContext) in checkShaderVersion() 547 void TCompiler::setASTMetadata(const TParseContext &parseContext) in setASTMetadata() 651 const TParseContext &parseContext, in checkAndSimplifyAST()
|