Home
last modified time | relevance | path

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

/reactos/dll/directx/d3d9/
H A Dd3d9_caps.c405 if ((HalInfo.ddCaps.dwSVBCaps2 & DDCAPS2_AUTOFLIPOVERLAY) == 0 && in GetD3D9DriverInfo()
/reactos/dll/directx/wine/ddraw/
H A Dutils.c1032 FE(DDCAPS2_AUTOFLIPOVERLAY), in DDRAW_dump_DDCAPS()
/reactos/modules/rostests/dxtest/win32kdxtest/
H A Ddump.c268 checkflag(flag,DDCAPS2_AUTOFLIPOVERLAY,"DDCAPS2_AUTOFLIPOVERLAY"); in dump_halinfo()
/reactos/sdk/include/psdk/
H A Dddraw.h365 #define DDCAPS2_AUTOFLIPOVERLAY 0x00000008 macro