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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DynamicHLSL.h 97 static std::string decorateVariable(const std::string &name);
DynamicHLSL.cpp 347 typeString = decorateVariable(varying.structName);
393 structHLSL += " " + decorateVariable(shaderAttribute.name) + " : TEXCOORD" + Str(semanticIndex) + ";\n";
397 initHLSL += " " + decorateVariable(shaderAttribute.name) + " = ";
409 initHLSL += "input." + decorateVariable(shaderAttribute.name);
    [all...]

Completed in 280 milliseconds