Home
last modified time | relevance | path

Searched refs:makeCurrent (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdri2.c116 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()
H A Dglxdriswrast.c237 context->base.makeCurrent = __glXDRIcontextMakeCurrent; in __glXDRIscreenCreateContext()
314 cx->makeCurrent(cx); in swrastPutImage()
331 cx->makeCurrent(cx); in swrastGetImage()
H A Dvndservervendor.c46 || imports->makeCurrent == NULL) { in GlxCreateVendor()
H A Dglxcontext.h40 int (*makeCurrent) (__GLXcontext * context); member
H A Dvndcmds.c161 ret = tagInfo->vendor->glxvc.makeCurrent(client, in CommonLoseCurrent()
184 ret = vendor->glxvc.makeCurrent(client, in CommonMakeNewCurrent()
H A Dglxext.c517 imports->makeCurrent = xorgGlxMakeCurrent; in xorgGlxInitGLVNDVendor()
638 if (!(*cx->makeCurrent) (cx)) { in __glXForceCurrent()
H A Dvndext.c168 tag->vendor->glxvc.makeCurrent(client, tag->tag, in GlxFreeClientData()
H A Dglxcmds.c638 if (!(*glxc->makeCurrent) (glxc)) { in xorgGlxMakeCurrent()
/OK3568_Linux_fs/external/xserver/include/
H A Dglxvndabi.h306 int (* makeCurrent) (ClientPtr client, member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.h177 WebView *newTab(bool makeCurrent = true);
H A Dtabwidget.cpp403 WebView *TabWidget::newTab(bool makeCurrent) in newTab() argument
464 if (makeCurrent) in newTab()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp25 makeCurrent(); in ~GLWidget()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch179 @@ -435,7 +424,12 @@ bool QWaylandGLContext::makeCurrent(QPlatformSurface *surface)
302 + makeCurrent(surface);
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp92 makeCurrent(); in ~GLWidget()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp92 makeCurrent(); in ~GLWidget()
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dindirect.c159 context->base.makeCurrent = __glXAquaContextMakeCurrent; in __glXAquaScreenCreateContext()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c1530 context->base.makeCurrent = glxWinContextMakeCurrent; in glxWinCreateContext()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46556 glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().
46559 makeCurrent, because we may have recursive GL context changes in the
95258 All the implementations of makeCurrent and forceCurrent are identical,
95259 so just use makeCurrent everywhere.