Home
last modified time | relevance | path

Searched refs:wglGetCurrentDC (Results 1 – 16 of 16) sorted by relevance

/external/libepoxy/src/
Ddispatch_wgl.c41 HDC hdc = wglGetCurrentDC(); in epoxy_conservative_has_wgl_extension()
/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp73 HDC hDC = wglGetCurrentDC(); in CreateCLContext()
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def353 wglGetCurrentDC = wglGetCurrentDC@0
Dopengl32.def353 wglGetCurrentDC
Dstw_wgl.c98 wglGetCurrentDC( VOID ) in wglGetCurrentDC() function
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer()
/external/skqp/src/utils/win/
DSkWGL_win.cpp258 HDC prevDC = wglGetCurrentDC(); in SkWGLExtensions()
352 HDC prevDC = wglGetCurrentDC(); in create_gl_context()
/external/skia/src/utils/win/
DSkWGL_win.cpp256 HDC prevDC = wglGetCurrentDC(); in SkWGLExtensions()
350 HDC prevDC = wglGetCurrentDC(); in create_gl_context()
/external/angle/src/libGL/
Dentry_points_wgl.cpp211 HDC GL_APIENTRY wglGetCurrentDC() in wglGetCurrentDC() function
DlibGL_autogen.def1106 wglGetCurrentDC
Dproc_table_wgl_autogen.cpp1083 {"wglGetCurrentDC", P(wglGetCurrentDC)},
/external/skqp/src/compute/skc/platforms/cl_12/interop/
Dinterop_glfw.c499 return (cl_context_properties)wglGetCurrentDC(); in skc_interop_get_wgl_dc()
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp365 HDC hdc = wglGetCurrentDC(); in test_fence_sync_single()
/external/angle/include/WGL/
Dwgl.h127 HDC WINAPI wglGetCurrentDC (void);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19521 start = (const GLubyte*)_wglewGetExtensionsStringARB(wglGetCurrentDC()); in wglewGetExtension()
19543 extStart = (const GLubyte*)_wglewGetExtensionsStringARB(wglGetCurrentDC()); in wglewInit()