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

/external/chromium_org/third_party/angle_dx11/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) {
342 if (mapLongVariableNames)
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DShHandle.h96 void mapLongVariableNames(TIntermNode* root);
H A DCompiler.cpp174 // Call mapLongVariableNames() before collectAttribsUniforms() so in
179 mapLongVariableNames(root);
373 void TCompiler::mapLongVariableNames(TIntermNode* root) function in class:TCompiler

Completed in 65 milliseconds