Home
last modified time | relevance | path

Searched refs:wglMakeCurrent (Results 1 – 21 of 21) sorted by relevance

/external/libepoxy/test/
Dwgl_per_context_funcptrs.c95 wglMakeCurrent(hdc, ctx); in test_createshader()
130 if (!wglMakeCurrent(hdc, ctx1)) { in test_function()
151 wglMakeCurrent(NULL, NULL); in test_function()
Dwgl_core_and_exts.c41 if (!wglMakeCurrent(hdc, ctx)) { in test_function()
67 wglMakeCurrent(NULL, NULL); in test_function()
Dwgl_usefontbitmaps.c42 if (!wglMakeCurrent(hdc, ctx)) { in test_function()
61 wglMakeCurrent(NULL, NULL); in test_function()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp32 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer()
135 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext()
186 if (!wglMakeCurrent(NULL, NULL)) { in onPlatformMakeNotCurrent()
203 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp32 return [glrc, dc] { wglMakeCurrent(dc, glrc); }; in context_restorer()
134 if (!(wglMakeCurrent(dc, glrc))) { in WinGLTestContext()
189 if (!wglMakeCurrent(dc, glrc)) { in onPlatformMakeCurrent()
/external/skqp/src/utils/win/
DSkWGL_win.cpp279 wglMakeCurrent(dummyDC, dummyGLRC); in SkWGLExtensions()
292 wglMakeCurrent(dummyDC, nullptr); in SkWGLExtensions()
297 wglMakeCurrent(prevDC, prevGLRC); in SkWGLExtensions()
358 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
369 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
411 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
/external/skia/src/utils/win/
DSkWGL_win.cpp277 wglMakeCurrent(dummyDC, dummyGLRC); in SkWGLExtensions()
290 wglMakeCurrent(dummyDC, nullptr); in SkWGLExtensions()
295 wglMakeCurrent(prevDC, prevGLRC); in SkWGLExtensions()
356 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
367 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
409 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
/external/mesa3d/src/glx/windows/
Dwindowsgl.c227 BOOL ret = wglMakeCurrent(drawDc, context->ctx); in windows_bind_context()
243 wglMakeCurrent(NULL, NULL); in windows_unbind_context()
322 wglMakeCurrent(hdc, hglrc); in windows_call_with_context()
328 wglMakeCurrent(NULL, NULL); in windows_call_with_context()
/external/skia/tools/sk_app/win/
DGLWindowContext_win.cpp81 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
95 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
/external/skqp/tools/sk_app/win/
DGLWindowContext_win.cpp76 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
90 if (wglMakeCurrent(dc, fHGLRC)) { in onInitializeContext()
/external/libepoxy/
DREADME.md115 epoxy knows when `wglMakeCurrent()` is called, because `wglGetProcAddress()`
117 `wglMakeCurrent()` is called from outside of epoxy (in a way that might
121 The win32 `wglMakeCurrent()` variants are slower than they should be,
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def358 wglMakeCurrent = wglMakeCurrent@8
Dopengl32.def358 wglMakeCurrent
Dstw_wgl.c111 wglMakeCurrent( in wglMakeCurrent() function
/external/OpenCL-CTS/test_conformance/gl/
Dtest_fence_sync.cpp381 wglMakeCurrent(hdc, hglrc); in test_fence_sync_single()
582 wglMakeCurrent(hdc, hglrc); in test_fence_sync_single()
/external/angle/src/libGL/
Dentry_points_wgl.cpp243 BOOL GL_APIENTRY wglMakeCurrent(HDC hDc, HGLRC newContext) in wglMakeCurrent() function
DlibGL_autogen.def1111 wglMakeCurrent
Dproc_table_wgl_autogen.cpp1088 {"wglMakeCurrent", P(wglMakeCurrent)},
/external/angle/include/WGL/
Dwgl.h130 BOOL WINAPI wglMakeCurrent (HDC hDc, HGLRC newContext);
/external/mesa3d/docs/
Dversions.rst1416 - fixed wglMakeCurrent(NULL, NULL) bug (#835861)
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...