Searched refs:DDSD_CAPS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp496 DDSD_CAPS | DDSD_PIXELFORMAT, /* DWORD dwFlags; */
587 DDSD_CAPS | DDSD_PIXELFORMAT, /* DWORD dwFlags; */
678 DDSD_CAPS | DDSD_PIXELFORMAT, /* DWORD dwFlags; */
776 pDesc->dwFlags = DDSD_CAPS | DDSD_PIXELFORMAT;
800 Assert(pDesc->dwFlags == (DDSD_CAPS | DDSD_PIXELFORMAT));
801 if (pDesc->dwFlags != (DDSD_CAPS | DDSD_PIXELFORMAT))
809 if (pDesc->dwFlags & DDSD_CAPS)
811 pCur->dwFlags |= DDSD_CAPS;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDraw.cpp157 pBody->SurfInfo.flags |= DDSD_CAPS;
H A DVBoxDispVHWA.cpp704 if(pDdDesc->dwFlags & DDSD_CAPS)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddraw.h934 #define DDSD_CAPS 0x00000001 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddraw.h933 #define DDSD_CAPS 0x00000001 macro

Completed in 142 milliseconds