Home
last modified time | relevance | path

Searched refs:HLSLComponentTypeString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp36 const char *HLSLComponentTypeString(GLenum componentType) in HLSLComponentTypeString() function
54 void HLSLComponentTypeString(std::ostringstream &ostream, GLenum componentType, int componentCount) in HLSLComponentTypeString() function
56 ostream << HLSLComponentTypeString(componentType); in HLSLComponentTypeString()
99 HLSLComponentTypeString(ostream, gl::VariableComponentType(type), in HLSLTypeString()
229 HLSLComponentTypeString(structStream, componentType, in GenerateVertexShaderForInputLayout()
536 HLSLComponentTypeString(hlslStream, componentType, columnCount); in GenerateVaryingLinkHLSL()