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

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx_mangle.h32 #define glXMakeCurrent mglXMakeCurrent macro
H A Dglx.h208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx_mangle.h32 #define glXMakeCurrent mglXMakeCurrent macro
H A Dminiglx.h431 glXMakeCurrent( MINI_Display *dpy, GLXDrawable drawable, GLXContext ctx);
H A Dglx.h198 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h77 extern Bool VBOXGLXENTRYTAG(glXMakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx) ;
H A Ddri_glx.h76 extern DECLEXPORT(Bool) VBOXGLXTAG(glXMakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
H A Dglx_c_exports.c175 DECLEXPORT(Bool) VBOXGLXENTRYTAG(glXMakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx)
H A Dglx.c40 /** For optimizing glXMakeCurrent */
658 DECLEXPORT(Bool) VBOXGLXTAG(glXMakeCurrent)( Display *dpy, GLXDrawable drawable, GLXContext ctx )
664 /*crDebug("glXMakeCurrent(%p, 0x%x, 0x%x)", (void *) dpy, (int) drawable, (int) ctx);*/
2062 return VBOXGLXTAG(glXMakeCurrent)(display, draw, ctx);
H A Dcontext.c1238 retVal = (GLboolean) stub.wsInterface.glXMakeCurrent( window->dpy, window->drawable, context->glxContext );
1389 /* the lock order is windowTable->contextTable (see wglMakeCurrent_prox, glXMakeCurrent)
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c937 * delay its creation until glXMakeCurrent is called. With NVIDIA's OpenGL
1449 CRASSERT(render_spu.ws.glXMakeCurrent);
1488 jw: we might have to call glXMakeCurrent(dpy, 0, 0) to unbind
1491 render_spu.ws.glXMakeCurrent(window->visual->dpy, 0, 0);
1567 b = render_spu.ws.glXMakeCurrent( window->visual->dpy,
1584 b = render_spu.ws.glXMakeCurrent( window->visual->dpy,
1598 b = render_spu.ws.glXMakeCurrent( window->visual->dpy,
1601 crWarning("glXMakeCurrent(%p, 0x%x, %p) failed! (winId %d, ctxId %d)",
1626 b = render_spu.ws.glXMakeCurrent( pCurCtx->currentWindow->visual->dpy, None, NULL);
1628 crWarning("glXMakeCurrent(
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h399 glXMakeCurrentFunc_t glXMakeCurrent;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp211 Bool fMakeCurrentRc = glXMakeCurrent((pState)->display, \
4632 glXMakeCurrent(pState->display, None, NULL);

Completed in 90 milliseconds