Searched refs:D3DFMT_INDEX16 (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/directx/d3d9/ |
H A D | format.c | 141 case D3DFMT_INDEX16: in GetBytesPerPixel()
|
/reactos/sdk/include/psdk/ |
H A D | d3d8types.h | 649 D3DFMT_INDEX16 = 101, enumerator
|
H A D | d3d9types.h | 825 D3DFMT_INDEX16 = 101, enumerator
|
/reactos/dll/directx/wine/d3d8/ |
H A D | device.c | 86 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 D | device.c | 83 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 D | mesh.c | 343 …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 D | mesh.c | 2447 D3DFORMAT index_format = D3DFMT_INDEX16; in D3DXCreateMesh() 2544 … numfaces * 3 * ((index_format == D3DFMT_INDEX16) ? 2 : 4), in D3DXCreateMesh()
|