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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DDynamicHLSL.cpp443 std::string declarationHLSL; local
456 declarationHLSL += " " + HLSLTypeString(outputVariable.type) + " " + outputVariable.name +
465 declarationHLSL += " float gl_Depth : " + depthSemantic + ";\n";
471 declarationHLSL +

Completed in 48 milliseconds