Home
last modified time | relevance | path

Searched refs:D3DFMT_INDEX16 (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dformat.c141 case D3DFMT_INDEX16: in GetBytesPerPixel()
/reactos/sdk/include/psdk/
H A Dd3d8types.h649 D3DFMT_INDEX16 = 101, enumerator
H A Dd3d9types.h825 D3DFMT_INDEX16 = 101, enumerator
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c86 case WINED3DFMT_R16_UINT: return D3DFMT_INDEX16; in d3dformat_from_wined3dformat()
136 case D3DFMT_INDEX16: return WINED3DFMT_R16_UINT; in wined3dformat_from_d3dformat()
2297 UINT idx_fmt_size = index_format == D3DFMT_INDEX16 ? 2 : 4; in d3d8_device_DrawIndexedPrimitiveUP()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c83 case WINED3DFMT_R16_UINT: return D3DFMT_INDEX16; in d3dformat_from_wined3dformat()
147 case D3DFMT_INDEX16: return WINED3DFMT_R16_UINT; in wined3dformat_from_d3dformat()
2829 UINT idx_fmt_size = index_format == D3DFMT_INDEX16 ? 2 : 4; in d3d9_device_DrawIndexedPrimitiveUP()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c343 …ok(index_buffer_description.Format == D3DFMT_INDEX16, "Test %s, result %x, expected %x (D3DFMT_IND… in compare_mesh()
344 name, index_buffer_description.Format, D3DFMT_INDEX16); in compare_mesh()
4018 ok(index_buffer_description.Format == D3DFMT_INDEX16, "Test %s, unexpected format %u.\n", in compare_text_outline_mesh()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2447 D3DFORMAT index_format = D3DFMT_INDEX16; in D3DXCreateMesh()
2544 … numfaces * 3 * ((index_format == D3DFMT_INDEX16) ? 2 : 4), in D3DXCreateMesh()