Home
last modified time | relevance | path

Searched refs:D3DFMT_D16 (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/directx/d3d9/
H A Dformat.c124 case D3DFMT_D16: in GetBytesPerPixel()
288 case D3DFMT_D16: in GetStencilFormat()
/reactos/sdk/include/psdk/
H A Dd3d8types.h644 D3DFMT_D16 = 80, enumerator
H A Dd3d9types.h814 D3DFMT_D16 = 80, enumerator
/reactos/dll/directx/wine/d3d8/
H A Ddevice.c85 case WINED3DFMT_D16_UNORM: return D3DFMT_D16; in d3dformat_from_wined3dformat()
135 case D3DFMT_D16: return WINED3DFMT_D16_UNORM; in wined3dformat_from_d3dformat()
/reactos/dll/directx/wine/d3d9/
H A Ddevice.c79 case WINED3DFMT_D16_UNORM: return D3DFMT_D16; in d3dformat_from_wined3dformat()
143 case D3DFMT_D16: return WINED3DFMT_D16_UNORM; in wined3dformat_from_d3dformat()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dtexture.c1174 D3DFMT_D16, D3DPOOL_DEFAULT, &tex, NULL); in test_D3DXFillTexture()