Searched refs:ppCtx (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.h37 VMSVGA3D_DECL(void) vmsvga3dCocoaCreateContext(NativeNSOpenGLContextRef *ppCtx, NativeNSOpenGLContextRef pSharedCtx,
H A DDevVGA-SVGA3d-cocoa.m627 void vmsvga3dCocoaCreateContext(NativeNSOpenGLContextRef *ppCtx, NativeNSOpenGLContextRef pShareCtx, bool fOtherProfile)
651 *ppCtx = [[VMSVGA3DOpenGLContext alloc] initWithFormat:pFmt shareContext:pShareCtx];
652 DEBUG_MSG(("New context %p\n", (void *)*ppCtx));
657 *ppCtx = NULL;
/vbox/src/VBox/Main/src-client/
H A DVideoRec.h27 int VideoRecContextCreate(PVIDEORECCONTEXT *ppCtx, uint32_t cScreens);
H A DVideoRec.cpp432 * @param ppCtx Video recording context
435 int VideoRecContextCreate(PVIDEORECCONTEXT *ppCtx, uint32_t cScreens) argument
440 *ppCtx = pCtx;
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.h42 void cocoaGLCtxCreate(NativeNSOpenGLContextRef *ppCtx, GLbitfield fVisParams, NativeNSOpenGLContextRef pSharedCtx);
H A Drenderspu_cocoa_helper.m2753 void cocoaGLCtxCreate(NativeNSOpenGLContextRef *ppCtx, GLbitfield fVisParams, NativeNSOpenGLContextRef pSharedCtx)
2755 COCOA_LOG_FLOW(("cocoaGLCtxCreate: ppCtx=%p fVisParams=%#x pSharedCtx=%p\n", (void *)ppCtx, fVisParams, (void *)pSharedCtx));
2839 *ppCtx = [[OverlayOpenGLContext alloc] initWithFormat:pFmt shareContext:pSharedCtx];
2840 Assert(*ppCtx);
2844 CGLContextObj cglCtx = [*ppCtx CGLContextObj];
2853 *ppCtx = NULL;
2857 COCOA_LOG_FLOW(("cocoaGLCtxCreate: returns *ppCtx=%p\n", (void *)*ppCtx));
3193 VMSVGA3D_DECL(void) vmsvga3dCocoaCreateContext(NativeNSOpenGLContextRef *ppCtx, NativeNSOpenGLContextRe
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbMon.cpp1373 static NTSTATUS vboxUsbMonContextCreate(PVBOXUSBMONCTX *ppCtx) argument
1376 *ppCtx = NULL;
1386 *ppCtx = pFileCtx;
/vbox/include/VBox/vmm/
H A Dcpum.h1299 VMMDECL(int) CPUMQueryHyperCtxPtr(PVMCPU pVCpu, PCPUMCTX *ppCtx);

Completed in 1159 milliseconds