Searched refs:fShowIt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.h52 void cocoaViewShow(NativeNSViewRef pView, GLboolean fShowIt);
H A Drenderspu_cocoa.c65 GLboolean renderspu_SystemVBoxCreateWindow(VisualInfo *pVisInfo, GLboolean fShowIt, WindowInfo *pWinInfo) argument
90 if (fShowIt)
91 renderspu_SystemShowWindow(pWinInfo, fShowIt);
150 void renderspu_SystemShowWindow(WindowInfo *pWinInfo, GLboolean fShowIt) argument
154 cocoaViewShow(pWinInfo->window, fShowIt);
H A Drenderspu_cocoa_helper.m2993 void cocoaViewShow(NativeNSViewRef pView, GLboolean fShowIt)
2995 COCOA_LOG_FLOW(("cocoaViewShow: pView=%p fShowIt=%d\n", (void *)pView, fShowIt));
2998 [(OverlayView *)pView vboxSetVisible:fShowIt];

Completed in 49 milliseconds