Home
last modified time | relevance | path

Searched defs:builtInSymbol (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DParseContext.cpp1496 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local
1511 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local
1534 const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion); in declareVariable() local
1565 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp293 const TIntermSymbol *builtInSymbol = new TIntermSymbol(&builtIn); in AddBuiltInDeclaration() local