Searched refs:mapLongVariableNames (Results 1 – 3 of 3) sorted by relevance
30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames…283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames) in PrintActiveVariables() argument299 if (mapLongVariableNames) { in PrintActiveVariables()344 if (mapLongVariableNames) in PrintActiveVariables()
97 void mapLongVariableNames(TIntermNode* root);
191 mapLongVariableNames(root); in compile()405 void TCompiler::mapLongVariableNames(TIntermNode* root) in mapLongVariableNames() function in TCompiler