Searched refs:glXCreateContext (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dglx_mangle.h30 #define glXCreateContext mglXCreateContext macro
H A Dglx.h203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dglx_mangle.h30 #define glXCreateContext mglXCreateContext macro
H A Dminiglx.h424 glXCreateContext( MINI_Display *dpy, XVisualInfo *vis,
H A Dglx.h193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.h72 extern GLXContext VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct) ;
H A Ddri_glx.h71 extern DECLEXPORT(GLXContext) VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct);
H A Dglx_c_exports.c150 DECLEXPORT(GLXContext) VBOXGLXENTRYTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct)
H A Dglx.c542 VBOXGLXTAG(glXCreateContext)(Display *dpy, XVisualInfo *vis, GLXContext share, Bool direct)
1415 ret = VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct);
1597 return VBOXGLXTAG(glXCreateContext)(dpy, vis, share_list, direct);
H A Ddri_drv.c860 GLXContext vboxctx = glXCreateContext(dpy, mesaVis->visualID, GL_TRUE);
H A Dcontext.c671 crWarning("glXCreateContext() is trying to share a non-existant "
680 context->glxContext = stub.wsInterface.glXCreateContext( window->dpy,
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h395 glXCreateContextFunc_t glXCreateContext;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_glx.c1260 context->context = render_spu.ws.glXCreateContext( visual->dpy,
1382 context->context = render_spu.ws.glXCreateContext(context->visual->dpy,
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4448 pContext->glxContext = glXCreateContext(pState->display, vi, shareContext, GL_TRUE);
4449 AssertMsgReturn(pContext->glxContext, ("glXCreateContext failed"), VERR_INTERNAL_ERROR);

Completed in 1689 milliseconds