Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexdeclaration9.c45 case D3DDECLTYPE_UBYTE4: return PIPE_FORMAT_R8G8B8A8_USCALED; in decltype_format()
71 case D3DDECLTYPE_UBYTE4: return 4 * sizeof(BYTE); in decltype_size()
302 beta_index = D3DDECLTYPE_UBYTE4; in NineVertexDeclaration9_new_from_fvf()
Dnine_ff.h46 case D3DDECLTYPE_UBYTE4: return 4; in nine_decltype_get_dim()
/external/mesa3d/include/D3D9/
Dd3d9types.h530 D3DDECLTYPE_UBYTE4 = 5, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5768 case D3DDECLTYPE_UBYTE4: attribute.define(sw::STREAMTYPE_BYTE, 4, false); break; in bindVertexStreams()