Searched defs:builtInSymbol (Results 1 – 2 of 2) sorted by relevance
1498 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local1515 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local1538 const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion); in declareVariable() local1569 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local
290 const TIntermSymbol *builtInSymbol = new TIntermSymbol(&builtIn); in AddBuiltInDeclaration() local