Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/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/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp382 case D3DDECLTYPE_UBYTE4N: in GetDeclTypeComponentType()
582 : VertexTypeFlagsHelper<D3DDTCAPS_UBYTE4N, D3DDECLTYPE_UBYTE4N>
/external/mesa3d/include/D3D9/
Dd3d9types.h533 D3DDECLTYPE_UBYTE4N = 8, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5769 case D3DDECLTYPE_UBYTE4N: attribute.define(sw::STREAMTYPE_BYTE, 4, true); break; in bindVertexStreams()