Searched refs:decorateVariable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.h97 static std::string decorateVariable(const std::string &name);
H A DDynamicHLSL.cpp347 typeString = decorateVariable(varying.structName);
393 structHLSL += " " + decorateVariable(shaderAttribute.name) + " : TEXCOORD" + Str(semanticIndex) + ";\n";
397 initHLSL += " " + decorateVariable(shaderAttribute.name) + " = ";
409 initHLSL += "input." + decorateVariable(shaderAttribute.name);
1089 std::string DynamicHLSL::decorateVariable(const std::string &name) function in class:DynamicHLSL
1101 std::string attribString = "input." + decorateVariable(shaderAttrib.name);

Completed in 506 milliseconds