/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | swapchain_base.c | 192 HDC hDC; local 200 hDC = GetDC(hWnd); 201 SetDeviceGammaRamp(hDC, (LPVOID)pRamp); 202 ReleaseDC(hWnd, hDC); 210 HDC hDC; local 218 hDC = GetDC(hWnd); 219 GetDeviceGammaRamp(hDC, pRamp); 220 ReleaseDC(hWnd, hDC);
|
H A D | clipper.c | 117 HDC hDC = GetDCEx(This->hWnd, NULL, DCX_WINDOW); local 118 if (hDC) 121 if (GetRandomRgn(hDC, hRgn, SYSRGN)) 127 GetDCOrgEx( hDC, &org ); 140 ReleaseDC(This->hWnd, hDC);
|
H A D | surface_gdi.c | 53 SelectObject(This->hDC, This->dib.holdbitmap); 54 DeleteDC(This->hDC); 456 SetDIBColorTable(This->hDC, 0, 256, col); 460 *pHDC = This->hDC; 467 static HRESULT WINAPI IWineGDISurfaceImpl_ReleaseDC(IWineD3DSurface *iface, HDC hDC) { argument 470 TRACE("(%p)->(%p)\n",This,hDC); 475 if (This->hDC !=hDC) { 476 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, This->hDC); [all...] |
H A D | swapchain.c | 134 pSwapchain->hDC = NULL; 201 VBoxExtWndDestroy(This->win_handle, This->hDC); 358 if (!This->hDC) 428 TRACE("Presenting HDC %p.\n", context->currentSwapchain->hDC); 516 HWND wnd = WindowFromDC(context->currentSwapchain->hDC); 522 SwapBuffers(context->currentSwapchain->hDC); 905 HDC hDC = NULL; local 949 hDC = overridenSwapchain->hDC; 953 hr = VBoxExtWndCreate(present_parameters->BackBufferWidth, present_parameters->BackBufferHeight, &window, &hDC); [all...] |
H A D | vboxext.c | 401 HDC hDC; member in struct:VBOXEXT_GETDC_CB 407 pData->hDC = GetDC(pData->hWnd); 413 HDC hDC; member in struct:VBOXEXT_RELEASEDC_CB 420 pData->ret = ReleaseDC(pData->hWnd, pData->hDC); 428 Data.hDC = NULL; 437 return Data.hDC; 440 int VBoxExtReleaseDC(HWND hWnd, HDC hDC) argument 445 Data.hDC = hDC; 579 static HRESULT vboxExtWndDoDestroy(HWND hWnd, HDC hDC) argument 603 HDC hDC; member in struct:VBOXEXTWND_CREATE_INFO 612 HDC hDC; member in struct:VBOXEXTWND_DESTROY_INFO 640 VBoxExtWndDestroy(HWND hWnd, HDC hDC) argument [all...] |
H A D | surface.c | 124 SelectObject(This->hDC, This->dib.holdbitmap); 125 DeleteDC(This->hDC); 2339 if(!This->hDC) { 2400 SetDIBColorTable(This->hDC, 0, 256, col); 2404 *pHDC = This->hDC; 2411 static HRESULT WINAPI IWineD3DSurfaceImpl_ReleaseDC(IWineD3DSurface *iface, HDC hDC) argument 2415 TRACE("(%p)->(%p)\n",This,hDC); 2420 if (This->hDC !=hDC) { 2421 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, Thi [all...] |
H A D | wined3d_private.h | 2397 HDC hDC; member in struct:IWineD3DSurfaceImpl 2919 HDC hDC; member in struct:IWineD3DSwapChainImpl 2922 HDC hDC; member in struct:IWineD3DSwapChainImpl
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDnD.cpp | 1278 HDC hDC = GetDC(NULL /* Entire screen */); local 1279 if (hDC) 1283 ? s_pfnEnumDisplayMonitors(hDC, NULL, VBoxDnDWnd::MonitorEnumProc, (LPARAM)&r): 1288 ReleaseDC(NULL, hDC);
|
/vbox/src/VBox/HostServices/SharedOpenGL/render/ |
H A D | renderspu_wgl.c | 438 HDC hDC; local 442 hDC = BeginPaint(pWindow->hWnd, &Paint); 443 if (hDC) 446 pWindow->redraw_device_context = hDC;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | swapchain.c | 152 swapchain->hDC = NULL; 230 VBoxExtWndDestroy(swapchain->win_handle, swapchain->hDC); 664 TRACE("Presenting HDC %p.\n", context->swapchain->hDC); 738 HWND wnd = WindowFromDC(context->swapchain->hDC); 743 gl_info->gl_ops.wgl.p_wglSwapBuffers(context->swapchain->hDC); /* TODO: cycle through the swapchain buffers */ 874 src_dc = front->hDC; 916 tmp = front->hDC; 917 front->hDC = back->hDC; 918 back->hDC 1025 HDC hDC = NULL; local [all...] |
H A D | vboxext.c | 401 HDC hDC; member in struct:VBOXEXT_GETDC_CB 407 pData->hDC = GetDC(pData->hWnd); 413 HDC hDC; member in struct:VBOXEXT_RELEASEDC_CB 420 pData->ret = ReleaseDC(pData->hWnd, pData->hDC); 428 Data.hDC = NULL; 437 return Data.hDC; 440 int VBoxExtReleaseDC(HWND hWnd, HDC hDC) argument 445 Data.hDC = hDC; 577 static HRESULT vboxExtWndDoDestroy(HWND hWnd, HDC hDC) argument 601 HDC hDC; member in struct:VBOXEXTWND_CREATE_INFO 610 HDC hDC; member in struct:VBOXEXTWND_DESTROY_INFO 638 VBoxExtWndDestroy(HWND hWnd, HDC hDC) argument [all...] |
H A D | wined3d_private.h | 2287 HDC hDC; member in struct:wined3d_surface 2722 HDC hDC; member in struct:wined3d_swapchain
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | strmbase.h | 387 HDC hDC; member in struct:tagBaseWindow
|
H A D | mmsystem16.h | 610 HDC16 hDC; member in struct:__anon14015 803 HDC16 hDC; member in struct:__anon14038
|
H A D | winuser16.h | 504 HDC16 hDC; member in struct:__anon14297
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | mmsystem16.h | 610 HDC16 hDC; member in struct:__anon1360 803 HDC16 hDC; member in struct:__anon1383
|
H A D | winuser16.h | 504 HDC16 hDC; member in struct:__anon1621
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | commdlg.h | 288 HDC hDC; member in struct:tagCHOOSEFONTA 308 HDC hDC; member in struct:tagCHOOSEFONTW 552 HDC hDC; member in struct:tagPDA 575 HDC hDC; member in struct:tagPDW 727 HDC hDC; member in struct:tagPDEXA 752 HDC hDC; member in struct:tagPDEXW
|
H A D | digitalv.h | 846 HDC hDC; member in struct:__anon13521
|
H A D | ddrawi.h | 717 ULONG_PTR hDC; member in struct:_DDRAWI_DIRECTDRAW_LCL 985 ULONG_PTR hDC; member in struct:_DDRAWI_DDRAWSURFACE_LCL
|
H A D | mmsystem.h | 2397 HDC hDC; member in struct:tagMCI_ANIM_UPDATE_PARMS
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | commdlg.h | 282 HDC hDC; member in struct:tagCHOOSEFONTA 302 HDC hDC; member in struct:tagCHOOSEFONTW 546 HDC hDC; member in struct:tagPDA 569 HDC hDC; member in struct:tagPDW 721 HDC hDC; member in struct:tagPDEXA 746 HDC hDC; member in struct:tagPDEXW
|
H A D | digitalv.h | 846 HDC hDC; member in struct:__anon916
|
H A D | ddrawi.h | 717 ULONG_PTR hDC; member in struct:_DDRAWI_DIRECTDRAW_LCL 985 ULONG_PTR hDC; member in struct:_DDRAWI_DDRAWSURFACE_LCL
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 2432 HDC hDC; member in struct:IWineD3DSurfaceImpl 2954 HDC hDC; member in struct:IWineD3DSwapChainImpl 2957 HDC hDC; member in struct:IWineD3DSwapChainImpl
|