Home
last modified time | relevance | path

Searched refs:DDS_PF_ALPHA_ONLY (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dsurface.c315 #define DDS_PF_ALPHA_ONLY 0x00000002 macro
782 check_dds_pixel_format(DDS_PF_ALPHA_ONLY, 0, 8, 0, 0, 0, 0xff, D3DFMT_A8); in test_D3DXGetImageInfo()
/reactos/dll/directx/wine/d3dx9_36/
H A Dsurface.c113 #define DDS_PF_ALPHA_ONLY 0x2 macro
404 if (pixel_format->flags & DDS_PF_ALPHA_ONLY) in dds_pixel_format_to_d3dformat()