Searched refs:parseContext (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | Compiler.cpp | 20 TParseContext parseContext(symbolTable, extBehavior, intermediate, type, spec, infoSink); in InitializeSymbolTable() local 22 GlobalParseContext = &parseContext; in InitializeSymbolTable() 42 if (PaParseStrings(1, &builtInShaders, &builtInLengths, &parseContext) != 0) in InitializeSymbolTable() 119 TParseContext parseContext(symbolTable, extensionBehavior, intermediate, in compile() local 121 GlobalParseContext = &parseContext; in compile() 131 (PaParseStrings(numStrings, shaderStrings, NULL, &parseContext) == 0) && in compile() 132 (parseContext.treeRoot != NULL); in compile() 134 TIntermNode* root = parseContext.treeRoot; in compile() 151 intermediate.remove(parseContext.treeRoot); in compile()
|
D | debug.cpp | 23 TParseContext* parseContext = GetGlobalParseContext(); in Trace() local 24 if (parseContext) { in Trace() 31 parseContext->infoSink.debug << buf; in Trace()
|
D | TranslatorHLSL.cpp | 18 TParseContext& parseContext = *GetGlobalParseContext(); in translate() local 19 sh::OutputHLSL outputHLSL(parseContext); in translate()
|