Home | History | Annotate | Download | only in d3d11

Lines Matching defs:VertexFormat

864 typedef std::map<gl::VertexFormat, VertexFormat> D3D11VertexFormatInfoMap;
865 typedef std::pair<gl::VertexFormat, VertexFormat> D3D11VertexFormatPair;
867 VertexFormat::VertexFormat()
877 gl::VertexFormat inputFormat(inputType, normalized, componentCount, false);
879 VertexFormat info;
890 gl::VertexFormat inputFormat(inputType, GL_FALSE, componentCount, true);
892 VertexFormat info;
1057 const VertexFormat &GetVertexFormatInfo(const gl::VertexFormat &vertexFormat)
1061 D3D11VertexFormatInfoMap::const_iterator iter = vertexFormatMap.find(vertexFormat);
1068 static const VertexFormat defaultInfo;