Home
last modified time | relevance | path

Searched refs:GetDC (Results 1 – 25 of 52) sorted by relevance

123

/external/mesa3d/src/glx/windows/
Dwindowsgl.c102 HDC hdc = GetDC(hwnd); in windows_create_context()
163 HDC hdc = GetDC(hwnd); in windows_create_context_attribs()
253 HDC drawDc = GetDC(draw->hWnd); in windows_swap_buffers()
317 HDC hdc = GetDC(hwnd); in windows_call_with_context()
Dwindows_drawable.c38 return GetDC(d->hWnd); in window_getdc()
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext()
134 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
DRasterWindowContext_win.cpp79 HDC dc = GetDC(fWnd); in swapBuffers()
DANGLEWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext()
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext()
134 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
DRasterWindowContext_win.cpp79 HDC dc = GetDC(fWnd); in swapBuffers()
DANGLEWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext()
/external/deqp/framework/platform/win32/
DtcuWin32Window.hpp49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext()
DtcuWin32EGLNativeDisplayFactory.cpp316 screenDC = GetDC(DE_NULL); in readScreenPixels()
319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c240 hDC = GetDC(hWnd); in wglCreatePbufferARB()
290 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
Dstw_st.c212 hDC = GetDC(stwfb->fb->hWnd); in stw_st_framebuffer_flush_front()
/external/icu/icu4c/source/samples/layout/
Dclayout.c139 hdc = GetDC(hwnd); in WndProc()
302 hdc = GetDC(hwnd); in WndProc()
Dlayout.cpp138 hdc = GetDC(hwnd); in WndProc()
298 hdc = GetDC(hwnd); in WndProc()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dcursor_unittest.cc36 HDC dc = GetDC(NULL); in ConvertToMouseShapeAndCompare()
Dscreen_capturer_win_gdi.cc209 desktop_dc_ = GetDC(NULL); in PrepareCaptureResources()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.hpp55 long __stdcall GetDC(HDC *deviceContext) override;
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
/external/webrtc/webrtc/base/
Dwin32windowpicker.cc110 HDC hdc = GetDC(NULL); in GetDesktopList()
/external/ImageMagick/coders/
Demf.c393 hDC=GetDC(NULL); in ReadEnhMetaFile()
435 hDC=GetDC(NULL); in ReadEnhMetaFile()
562 hDC=GetDC(NULL); in ReadEMFImage()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc80 desktop_dc_ = GetDC(NULL); in Init()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp94 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp94 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp137 windowContext = GetDC(window); in init()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp137 windowContext = GetDC(window); in init()

123