Searched defs:glxContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp213 (pContext)->glxContext); \
654 GLXContext glxContext; member in struct:__anon13181
4447 GLXContext shareContext = pSharedCtx ? pSharedCtx->glxContext : NULL;
4448 pContext->glxContext = glXCreateContext(pState->display, vi, shareContext, GL_TRUE);
4449 AssertMsgReturn(pContext->glxContext, ("glXCreateContext failed"), VERR_INTERNAL_ERROR);
4633 glXDestroyContext(pState->display, pContext->glxContext);

Completed in 576 milliseconds