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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp203 vmsvga3dCocoaViewMakeCurrentContext((pContext)->cocoaView, (pContext)->cocoaContext); \
649 NativeNSOpenGLContextRef cocoaContext; member in struct:__anon13181
4160 vmsvga3dCocoaSwapBuffers(pContext->cocoaView, pContext->cocoaContext);
4397 NativeNSOpenGLContextRef shareContext = pSharedCtx ? pSharedCtx->cocoaContext : NULL;
4398 vmsvga3dCocoaCreateContext(&pContext->cocoaContext, shareContext, pContext->fOtherProfile);
4630 vmsvga3dCocoaDestroyContext(pContext->cocoaContext);

Completed in 61 milliseconds