/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 102 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()
|
D | windows_drawable.c | 38 return GetDC(d->hWnd); in window_getdc()
|
/external/skia/tools/viewer/sk_app/win/ |
D | GLWindowContext_win.cpp | 55 HDC dc = GetDC(fHWND); in onInitializeContext() 120 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
|
D | RasterWindowContext_win.cpp | 79 HDC dc = GetDC(fWnd); in swapBuffers()
|
/external/pdfium/core/fxge/ |
D | cfx_windowsdevice.h | 37 HDC GetDC() const;
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.hpp | 49 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext()
|
D | tcuWin32EGLNativeDisplayFactory.cpp | 316 screenDC = GetDC(DE_NULL); in readScreenPixels() 319 windowDC = GetDC(m_window.getHandle()); in readScreenPixels()
|
/external/libchrome/base/win/ |
D | scoped_hdc.h | 23 hdc_(GetDC(hwnd)) { in ScopedGetDC()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_windowsdib.h | 38 HDC GetDC() const { return m_hMemDC; } in GetDC() function
|
/external/skia/src/views/win/ |
D | SkOSWindow_win.cpp | 332 HDC dc = GetDC((HWND)fHWND); in attachGL() 376 wglMakeCurrent(GetDC((HWND)fHWND), 0); in detachGL() 382 HDC dc = GetDC((HWND)fHWND); in presentGL() 475 EGLDisplay display = get_angle_egl_display(GetDC(hWnd)); in create_ANGLE()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 240 hDC = GetDC(hWnd); in wglCreatePbufferARB() 290 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor_unittest.cc | 36 HDC dc = GetDC(NULL); in ConvertToMouseShapeAndCompare()
|
D | screen_capturer_win_gdi.cc | 209 desktop_dc_ = GetDC(NULL); in PrepareCaptureResources()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DSurface9.hpp | 55 long __stdcall GetDC(HDC *deviceContext) override;
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 139 hdc = GetDC(hwnd); in WndProc() 302 hdc = GetDC(hwnd); in WndProc()
|
D | layout.cpp | 138 hdc = GetDC(hwnd); in WndProc() 298 hdc = GetDC(hwnd); in WndProc()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 115 hDC = GetDC(hWnd); in graw_create_window_and_screen()
|
/external/webrtc/webrtc/base/ |
D | win32windowpicker.cc | 110 HDC hdc = GetDC(NULL); in GetDesktopList()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Display.cpp | 215 HDC deviceContext = GetDC(0); in getDisplayMode()
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 77 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_win.cc | 80 desktop_dc_ = GetDC(NULL); in Init()
|
/external/ImageMagick/coders/ |
D | emf.c | 392 hDC=GetDC(NULL); in ReadEnhMetaFile() 429 hDC=GetDC(NULL); in ReadEnhMetaFile() 556 hDC=GetDC(NULL); in ReadEMFImage()
|
D | clipboard.c | 185 hDC=GetDC(NULL); in ReadCLIPBOARDImage()
|
/external/swiftshader/tests/OGLSimpleCube/ |
D | OGLSimpleCube.cpp | 209 hDC = GetDC(hWnd); in WinMain()
|
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 137 windowContext = GetDC(window); in init()
|