Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.h49 case D3DDECLTYPE_UBYTE4N: return 4; in nine_decltype_get_dim()
Dvertexdeclaration9.c48 case D3DDECLTYPE_UBYTE4N: return PIPE_FORMAT_R8G8B8A8_UNORM; in decltype_format()
74 case D3DDECLTYPE_UBYTE4N: return 4 * sizeof(BYTE); in decltype_size()
/external/mesa3d/include/D3D9/
Dd3d9types.h533 D3DDECLTYPE_UBYTE4N = 8, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5771 case D3DDECLTYPE_UBYTE4N: attribute.define(sw::STREAMTYPE_BYTE, 4, true); break; in bindVertexStreams()