Searched refs:DDSCAPS_FLIP (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5video.c1338 ddsd.ddsCaps.dwCaps |= (DDSCAPS_COMPLEX|DDSCAPS_FLIP);
1344 ddsd.ddsCaps.dwCaps &= ~(DDSCAPS_COMPLEX|DDSCAPS_FLIP);
1525 if ( (ddsd.ddsCaps.dwCaps & DDSCAPS_FLIP) == DDSCAPS_FLIP ) {
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dddraw.h858 * set by CreateSurface when the DDSCAPS_FLIP capability bit is set.
864 * of the DDSCAPS_FLIP capability, their attachment order, and the
892 #define DDSCAPS_FLIP 0x00000010l macro
896 * structure. It is generally set by CreateSurface when the DDSCAPS_FLIP
899 * is created. This surface will not have the DDSCAPS_FLIP capability.
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DDDRAW.H858 * set by CreateSurface when the DDSCAPS_FLIP capability bit is set.
864 * of the DDSCAPS_FLIP capability, their attachment order, and the
892 #define DDSCAPS_FLIP 0x00000010l macro
896 * structure. It is generally set by CreateSurface when the DDSCAPS_FLIP
899 * is created. This surface will not have the DDSCAPS_FLIP capability.

Completed in 102 milliseconds