Searched defs:pDirectDraw (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDriverDDraw.cpp197 HBITMAP APIENTRY VBoxDispDrvDeriveSurface(DD_DIRECTDRAW_GLOBAL *pDirectDraw, DD_SURFACE_LOCAL *pSurface) argument
199 PVBOXDISPDEV pDev = (PVBOXDISPDEV)pDirectDraw->dhpdev;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgcm.c183 LPDIRECTDRAW pDirectDraw; member in struct:__anon16261
2390 g_crvboxhgcm.pDirectDraw = NULL;
2475 if (g_crvboxhgcm.pDirectDraw)
2477 IDirectDraw_Release(g_crvboxhgcm.pDirectDraw);
2478 g_crvboxhgcm.pDirectDraw = NULL;

Completed in 38 milliseconds