Home
last modified time | relevance | path

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

12

/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/skia/tools/sk_app/win/
DGLWindowContext_win.cpp67 HDC dc = GetDC(fHWND); in onInitializeContext()
138 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/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/deqp/framework/platform/win32/
DtcuWin32Window.hpp50 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/harfbuzz_ng/src/
Dhb-gdi.cc37 HDC hdc = GetDC (nullptr); in _hb_gdi_reference_table()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c242 hDC = GetDC(hWnd); in wglCreatePbufferARB()
292 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
/external/webrtc/modules/desktop_capture/win/
Dcursor_unittest.cc38 HDC dc = GetDC(NULL); in ConvertToMouseShapeAndCompare()
Dscreen_capturer_win_gdi.cc168 desktop_dc_ = GetDC(nullptr); in PrepareCaptureResources()
/external/libepoxy/test/
Dwgl_common.c70 HDC hdc = GetDC(hwnd); in window_proc()
/external/icu/icu4c/source/samples/layout/
Dlayout.cpp138 hdc = GetDC(hwnd); in WndProc()
298 hdc = GetDC(hwnd); in WndProc()
Dclayout.c139 hdc = GetDC(hwnd); in WndProc()
302 hdc = GetDC(hwnd); in WndProc()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
/external/angle/src/libANGLE/renderer/gl/wgl/
DWindowSurfaceWGL.cpp43 mDeviceContext = GetDC(mWindow); in initialize()
/external/swiftshader/src/WSI/
DWin32SurfaceKHR.cpp44 windowContext = GetDC(hwnd); in Win32SurfaceKHR()
/external/angle/util/windows/win32/
DWin32Window.cpp569 mNativeDisplay = GetDC(mNativeWindow); in initializeImpl()
637 screenDC = GetDC(HWND_DESKTOP); in takeScreenshot()
643 windowDC = GetDC(mNativeWindow); in takeScreenshot()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp137 windowContext = GetDC(window); in init()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp94 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp94 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
/external/angle/util/windows/
DWGLWindow.cpp96 mDeviceContext = GetDC(mWindow); in initializeGL()

12