Searched defs:builtInSymbol (Results 1 – 2 of 2) sorted by relevance
1496 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local1511 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local1534 const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion); in declareVariable() local1565 if (const TSymbol *builtInSymbol = symbolTable.findBuiltIn(identifier, mShaderVersion)) in declareVariable() local
293 const TIntermSymbol *builtInSymbol = new TIntermSymbol(&builtIn); in AddBuiltInDeclaration() local