Home
last modified time | relevance | path

Searched defs:hDC (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c80 wgl_screen_create_by_name(HDC hDC, const char* driver, struct sw_winsys *winsys) in wgl_screen_create_by_name()
115 wgl_screen_create(HDC hDC) in wgl_screen_create()
162 HDC hDC) in wgl_present()
211 HDC hDC, in wgl_get_adapter_luid()
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/
Dlibgl_d3d12.c42 gdi_screen_create(HDC hDC) in gdi_screen_create()
69 HDC hDC) in gdi_present()
77 HDC hDC, in gdi_get_adapter_luid()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_winsys.c34 d3d12_wgl_create_screen(struct sw_winsys *winsys, HDC hDC) in d3d12_wgl_create_screen()
48 HDC hDC) in d3d12_wgl_present()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c275 HDC hDC; in wglGetPbufferDCARB() local
292 HDC hDC) in wglReleasePbufferDCARB()
Dstw_ext_context.c72 wglCreateContextAttribsARB(HDC hDC, HGLRC hShareContext, const int *attribList) in wglCreateContextAttribsARB()
Dstw_context.c563 get_unlocked_refd_framebuffer_from_dc(HDC hDC) in get_unlocked_refd_framebuffer_from_dc()
Dstw_st.c446 HDC hDC; in stw_st_framebuffer_flush_front() local
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp301 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA()
307 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW()
313 BOOL GL_APIENTRY wglUseFontOutlinesA(HDC hDC, in wglUseFontOutlinesA()
326 BOOL GL_APIENTRY wglUseFontOutlinesW(HDC hDC, in wglUseFontOutlinesW()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp305 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA()
311 BOOL GL_APIENTRY wglUseFontBitmapsW(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsW()
317 BOOL GL_APIENTRY wglUseFontOutlinesA(HDC hDC, in wglUseFontOutlinesA()
330 BOOL GL_APIENTRY wglUseFontOutlinesW(HDC hDC, in wglUseFontOutlinesW()
/third_party/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c198 HDC hDC ) in gdi_sw_display()
216 HDC hDC = (HDC)context_private; in gdi_sw_displaytarget_display() local
/third_party/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c73 HDC hDC = NULL; in graw_create_window_and_screen() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgiFns.cpp93 HDC hDC = GetDC(hWnd); in _Present() local
/third_party/skia/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
85 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
85 HPBUFFER SkWGLExtensions::createPbuffer(HDC hDC, in createPbuffer()
/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2038 BOOL SetControlColor(HWND hWnd, HDC hDC, HBRUSH *brush) { in SetControlColor()