Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.h51 case D3DDECLTYPE_SHORT4N: return 4; in nine_decltype_get_dim()
Dvertexdeclaration9.c50 case D3DDECLTYPE_SHORT4N: return PIPE_FORMAT_R16G16B16A16_SNORM; in decltype_format()
76 case D3DDECLTYPE_SHORT4N: return 4 * sizeof(short); in decltype_size()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp200 case D3DDECLTYPE_SHORT4N: in GetDeclTypeComponentType()
391 : VertexTypeFlagsHelper<D3DDTCAPS_SHORT4N, D3DDECLTYPE_SHORT4N>
/external/mesa3d/include/D3D9/
Dd3d9types.h535 D3DDECLTYPE_SHORT4N = 10, enumerator