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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp368 std::string structHLSL, initHLSL; local
385 structHLSL += " " + HLSLMatrixTypeString(TransposeMatrixType(shaderAttribute.type));
390 structHLSL += " " + HLSLComponentTypeString(componentType, VariableComponentCount(shaderAttribute.type));
393 structHLSL += " " + decorateVariable(shaderAttribute.name) + " : TEXCOORD" + Str(semanticIndex) + ";\n";
420 structHLSL +

Completed in 53 milliseconds