Home
last modified time | relevance | path

Searched refs:wglMakeCurrent (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp33 return [glrc, dc] { wglMakeCurrent(dc, glrc); };
136 if (!(wglMakeCurrent(dc, glrc))) {
187 if (!wglMakeCurrent(NULL, NULL)) {
204 if (!wglMakeCurrent(dc, glrc)) {
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp103 wglMakeCurrent(_hdc, _hglrc); in window()
113 wglMakeCurrent(nullptr, nullptr); in recreate_attribs()
119 wglMakeCurrent(_hdc, _hglrc); in recreate_attribs()
125 wglMakeCurrent(NULL, NULL); in ~window()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp277 wglMakeCurrent(tempDC, tempGLRC); in SkWGLExtensions()
299 wglMakeCurrent(tempDC, nullptr); in SkWGLExtensions()
304 wglMakeCurrent(prevDC, prevGLRC); in SkWGLExtensions()
365 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
376 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
418 wglMakeCurrent(prevDC, prevGLRC); in create_gl_context()
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c226 /* Otherwise, just use wglMakeCurrent */ in windows_bind_context()
227 BOOL ret = wglMakeCurrent(drawDc, context->ctx); in windows_bind_context()
229 printf("wglMakeCurrent error: %08x\n", (int)GetLastError()); 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()
/third_party/skia/tools/sk_app/win/
H A DGLWindowContext_win.cpp81 if (wglMakeCurrent(dc, fHGLRC)) {
95 if (wglMakeCurrent(dc, fHGLRC)) {
/third_party/glfw/src/
H A Dwgl_context.c305 if (wglMakeCurrent(window->context.wgl.dc, window->context.wgl.handle)) in makeContextCurrentWGL()
316 if (!wglMakeCurrent(NULL, NULL)) in makeContextCurrentWGL()
434 _glfwPlatformGetModuleSymbol(_glfw.wgl.instance, "wglMakeCurrent"); in _glfwInitWGL()
470 if (!wglMakeCurrent(dc, rc)) in _glfwInitWGL()
474 wglMakeCurrent(pdc, prc); in _glfwInitWGL()
519 wglMakeCurrent(pdc, prc); in _glfwInitWGL()
H A Dwin32_platform.h344 #define wglMakeCurrent _glfw.wgl.MakeCurrent macro
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c101 wglMakeCurrent( in wglMakeCurrent() function
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp242 BOOL GL_APIENTRY wglMakeCurrent(HDC hDc, HGLRC newContext) in wglMakeCurrent() function
257 ANGLE_EGL_TRY_RETURN(thread, oldContext->unMakeCurrent(display), "wglMakeCurrent", in wglMakeCurrent()
274 "wglMakeCurrent", GetContextIfValid(display, context), EGL_FALSE); in wglMakeCurrent()
H A Dproc_table_wgl_autogen.cpp1088 {"wglMakeCurrent", P(wglMakeCurrent)},
/third_party/openGLES/api/GL/
H A Dwgl.h111 BOOL WINAPI wglMakeCurrent (HDC hDc, HGLRC newContext);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwgl.h130 BOOL WINAPI wglMakeCurrent (HDC hDc, HGLRC newContext);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h130 BOOL WINAPI wglMakeCurrent (HDC hDc, HGLRC newContext);

Completed in 15 milliseconds