Searched refs:mapLongVariableNames (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames);
283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames) argument
299 if (mapLongVariableNames) {
344 if (mapLongVariableNames)
/external/chromium_org/third_party/angle/src/compiler/
H A DShHandle.h97 void mapLongVariableNames(TIntermNode* root);
H A DCompiler.cpp186 // Call mapLongVariableNames() before collectAttribsUniforms() so in
191 mapLongVariableNames(root);
405 void TCompiler::mapLongVariableNames(TIntermNode* root) function in class:TCompiler

Completed in 110 milliseconds