Home | History | Annotate | Download | only in d3d9

Lines Matching defs:VertexFormat

323     VertexFormat preferredConversion;
324 VertexFormat fallbackConversion;
478 VertexFormat::VertexFormat()
488 VertexFormat CreateVertexFormatInfo(bool identity, size_t elementSize, VertexCopyFunction copyFunc, D3DDECLTYPE nativeFormat)
490 VertexFormat formatInfo;
542 const VertexFormat &GetVertexFormatInfo(DWORD supportedDeclTypes, const gl::VertexFormat &vertexFormat)
546 static VertexFormat formatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4];
582 ASSERT(!vertexFormat.mPureInteger);
583 return formatConverters[ComputeTypeIndex(vertexFormat.mType)][vertexFormat.mNormalized][vertexFormat.mComponents - 1];