Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/displays/framebuf/
H A Dddenable.c185 …pHalInfo->ddCaps.dwCaps = DDCAPS_BLT | DDCAPS_BLTQUEUE | DDCAPS_BLTCOLORFILL | DDCAPS_READ… in DrvGetDirectDrawInfo()
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c240 checkflag(flag,DDCAPS_BLTCOLORFILL,"DDCAPS_BLTCOLORFILL"); in dump_halinfo()
439 checkflag(flag,DDCAPS_BLTCOLORFILL,"DDCAPS_BLTCOLORFILL"); in dump_halinfo()
483 checkflag(flag,DDCAPS_BLTCOLORFILL,"DDCAPS_BLTCOLORFILL"); in dump_halinfo()
/reactos/dll/directx/wine/ddraw/
H A Dutils.c1020 FE(DDCAPS_BLTCOLORFILL), in DDRAW_dump_DDCAPS()
/reactos/sdk/include/psdk/
H A Dddraw.h355 #define DDCAPS_BLTCOLORFILL 0x04000000 macro