Lines Matching defs:handle
269 u->handle = pixelFormat;
292 pixelFormat = (int) closest->handle;
305 if (wglMakeCurrent(window->context.wgl.dc, window->context.wgl.handle))
397 if (window->context.wgl.handle)
399 wglDeleteContext(window->context.wgl.handle);
400 window->context.wgl.handle = NULL;
551 share = ctxconfig->share->context.wgl.handle;
553 window->context.wgl.dc = GetDC(window->win32.handle);
693 window->context.wgl.handle =
695 if (!window->context.wgl.handle)
745 window->context.wgl.handle = wglCreateContext(window->context.wgl.dc);
746 if (!window->context.wgl.handle)
755 if (!wglShareLists(share, window->context.wgl.handle))
776 GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* handle)
787 _GLFWwindow* window = (_GLFWwindow*) handle;
796 return window->context.wgl.handle;