Home
last modified time | relevance | path

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

/reactos/win32ss/reactx/ntddraw/
H A Dd3dkmt.c38 { D3DDDIFMT_P8, 8, BI_RGB, 256, 0x00000000, 0x00000000, 0x00000000 }, in NtGdiDdDDICreateDCFromMemory()
/reactos/sdk/include/psdk/
H A Dd3dukmdt.h780 D3DDDIFMT_P8 = 41, enumerator
/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c5705 … { "P8", D3DDDIFMT_P8, 8, 0x00000000, 0x00000000, 0x00000000, STATUS_SUCCESS }, in test_D3DKMTCreateDCFromMemory()
5850 if (test_data[i].format == D3DDDIFMT_P8) in test_D3DKMTCreateDCFromMemory()
/reactos/dll/directx/wine/wined3d/
H A Dutils.c319 {WINED3DFMT_P8_UINT, D3DDDIFMT_P8},