Lines Matching refs:hdc
253 stw_framebuffer_create(HDC hdc, int iPixelFormat) in stw_framebuffer_create() argument
260 hWnd = WindowFromDC( hdc ); in stw_framebuffer_create()
373 stw_framebuffer_from_hdc_locked(HDC hdc) in stw_framebuffer_from_hdc_locked() argument
377 hwnd = WindowFromDC(hdc); in stw_framebuffer_from_hdc_locked()
391 stw_framebuffer_from_hdc(HDC hdc) in stw_framebuffer_from_hdc() argument
399 fb = stw_framebuffer_from_hdc_locked(hdc); in stw_framebuffer_from_hdc()
424 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat() argument
438 fb = stw_framebuffer_from_hdc_locked(hdc); in DrvSetPixelFormat()
451 fb = stw_framebuffer_create(hdc, iPixelFormat); in DrvSetPixelFormat()
461 if (GetPixelFormat(hdc) == 0) { in DrvSetPixelFormat()
462 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); in DrvSetPixelFormat()
473 stw_pixelformat_get(HDC hdc) in stw_pixelformat_get() argument
478 fb = stw_framebuffer_from_hdc(hdc); in stw_pixelformat_get()
489 DrvPresentBuffers(HDC hdc, LPPRESENTBUFFERS data) in DrvPresentBuffers() argument
498 fb = stw_framebuffer_from_hdc( hdc ); in DrvPresentBuffers()
531 stw_dev->stw_winsys->present( screen, res, hdc ); in DrvPresentBuffers()
551 stw_framebuffer_present_locked(HDC hdc, in stw_framebuffer_present_locked() argument
569 return stw_dev->callbacks.pfnPresentBuffers(hdc, &data); in stw_framebuffer_present_locked()
574 stw_dev->stw_winsys->present( screen, res, hdc ); in stw_framebuffer_present_locked()
621 DrvSwapBuffers(HDC hdc) in DrvSwapBuffers() argument
629 fb = stw_framebuffer_from_hdc( hdc ); in DrvSwapBuffers()
659 return stw_st_swap_framebuffer_locked(hdc, ctx->st, fb->stfb); in DrvSwapBuffers()
664 DrvSwapLayerBuffers(HDC hdc, UINT fuPlanes) in DrvSwapLayerBuffers() argument
667 return DrvSwapBuffers(hdc); in DrvSwapLayerBuffers()