Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.h47 case D3DDECLTYPE_SHORT2: return 2; in nine_decltype_get_dim()
Dvertexdeclaration9.c46 case D3DDECLTYPE_SHORT2: return PIPE_FORMAT_R16G16_SSCALED; in decltype_format()
72 case D3DDECLTYPE_SHORT2: return 2 * sizeof(short); in decltype_size()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp194 case D3DDECLTYPE_SHORT2: in GetDeclTypeComponentType()
380 struct VertexTypeFlags<D3DVT_SHORT, 2> : VertexTypeFlagsHelper<0, D3DDECLTYPE_SHORT2>
/external/mesa3d/include/D3D9/
Dd3d9types.h531 D3DDECLTYPE_SHORT2 = 6, enumerator