Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.h53 case D3DDECLTYPE_USHORT4N: return 4; in nine_decltype_get_dim()
Dvertexdeclaration9.c52 case D3DDECLTYPE_USHORT4N: return PIPE_FORMAT_R16G16B16A16_UNORM; in decltype_format()
78 case D3DDECLTYPE_USHORT4N: return 4 * sizeof(short); in decltype_size()
/external/mesa3d/include/D3D9/
Dd3d9types.h537 D3DDECLTYPE_USHORT4N = 12, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5775 case D3DDECLTYPE_USHORT4N: attribute.define(sw::STREAMTYPE_USHORT, 4, true); break; in bindVertexStreams()