HomeSort by relevance Sort by last modified time
    Searched refs:mapLongVariableNames (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 30 static void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames);
283 void PrintActiveVariables(ShHandle compiler, ShShaderInfo varType, bool mapLongVariableNames)
299 if (mapLongVariableNames) {
344 if (mapLongVariableNames)
  /external/chromium_org/third_party/angle/src/compiler/
ShHandle.h 97 void mapLongVariableNames(TIntermNode* root);
Compiler.cpp 13 #include "compiler/MapLongVariableNames.h"
186 // Call mapLongVariableNames() before collectAttribsUniforms() so in
191 mapLongVariableNames(root);
405 void TCompiler::mapLongVariableNames(TIntermNode* root)
408 MapLongVariableNames map(longNameMap);

Completed in 52 milliseconds