Home
last modified time | relevance | path

Searched refs:GetDC (Results 1 – 25 of 46) 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/viewer/sk_app/win/
DGLWindowContext_win.cpp55 HDC dc = GetDC(fHWND); in onInitializeContext()
120 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers()
DRasterWindowContext_win.cpp79 HDC dc = GetDC(fWnd); in swapBuffers()
/external/pdfium/core/fxge/
Dcfx_windowsdevice.h37 HDC GetDC() const;
/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/libchrome/base/win/
Dscoped_hdc.h23 hdc_(GetDC(hwnd)) { in ScopedGetDC()
/external/pdfium/core/fxge/win32/
Dcfx_windowsdib.h38 HDC GetDC() const { return m_hMemDC; } in GetDC() function
/external/skia/src/views/win/
DSkOSWindow_win.cpp332 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/
Dstw_ext_pbuffer.c240 hDC = GetDC(hWnd); in wglCreatePbufferARB()
290 hDC = GetDC(fb->hWnd); in wglGetPbufferDCARB()
/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/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/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/swiftshader/src/OpenGL/libGL/
DDisplay.cpp215 HDC deviceContext = GetDC(0); in getDisplayMode()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp77 if (!(fDeviceContext = GetDC(fWindow))) { in WinGLTestContext()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc80 desktop_dc_ = GetDC(NULL); in Init()
/external/ImageMagick/coders/
Demf.c392 hDC=GetDC(NULL); in ReadEnhMetaFile()
429 hDC=GetDC(NULL); in ReadEnhMetaFile()
556 hDC=GetDC(NULL); in ReadEMFImage()
Dclipboard.c185 hDC=GetDC(NULL); in ReadCLIPBOARDImage()
/external/swiftshader/tests/OGLSimpleCube/
DOGLSimpleCube.cpp209 hDC = GetDC(hWnd); in WinMain()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp137 windowContext = GetDC(window); in init()

12