Searched refs:makeCurrent (Results 1 – 18 of 18) sorted by relevance
116 cx->makeCurrent(cx); in copy_box()217 cx->makeCurrent(cx); in __glXDRIdrawableSwapBuffers()234 cx->makeCurrent(cx); in __glXDRIdrawableSwapInterval()294 cx->makeCurrent(cx); in __glXDRIcontextWait()561 context->base.makeCurrent = __glXDRIcontextMakeCurrent; in __glXDRIscreenCreateContext()623 cx->makeCurrent(cx); in __glXDRIscreenCreateDrawable()654 cx->makeCurrent(cx); in dri2GetBuffers()712 cx->makeCurrent(cx); in dri2GetBuffersWithFormat()
237 context->base.makeCurrent = __glXDRIcontextMakeCurrent; in __glXDRIscreenCreateContext()314 cx->makeCurrent(cx); in swrastPutImage()331 cx->makeCurrent(cx); in swrastGetImage()
46 || imports->makeCurrent == NULL) { in GlxCreateVendor()
40 int (*makeCurrent) (__GLXcontext * context); member
161 ret = tagInfo->vendor->glxvc.makeCurrent(client, in CommonLoseCurrent()184 ret = vendor->glxvc.makeCurrent(client, in CommonMakeNewCurrent()
517 imports->makeCurrent = xorgGlxMakeCurrent; in xorgGlxInitGLVNDVendor()638 if (!(*cx->makeCurrent) (cx)) { in __glXForceCurrent()
168 tag->vendor->glxvc.makeCurrent(client, tag->tag, in GlxFreeClientData()
638 if (!(*glxc->makeCurrent) (glxc)) { in xorgGlxMakeCurrent()
306 int (* makeCurrent) (ClientPtr client, member
177 WebView *newTab(bool makeCurrent = true);
403 WebView *TabWidget::newTab(bool makeCurrent) in newTab() argument464 if (makeCurrent) in newTab()
25 makeCurrent(); in ~GLWidget()
179 @@ -435,7 +424,12 @@ bool QWaylandGLContext::makeCurrent(QPlatformSurface *surface)302 + makeCurrent(surface);
92 makeCurrent(); in ~GLWidget()
159 context->base.makeCurrent = __glXAquaContextMakeCurrent; in __glXAquaScreenCreateContext()
1530 context->base.makeCurrent = glxWinContextMakeCurrent; in glxWinCreateContext()
46556 glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().46559 makeCurrent, because we may have recursive GL context changes in the95258 All the implementations of makeCurrent and forceCurrent are identical,95259 so just use makeCurrent everywhere.