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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dcontext.c144 void stubDestroyWindow( GLint con, GLint window ) function
1105 stubDestroyWindow(CR_CTX_CON(pCtx), (GLint)pWindow->hWnd);
1107 stubDestroyWindow(CR_CTX_CON(pCtx), (GLint)pWindow->drawable);
1281 stubDestroyWindow(CR_CTX_CON(context), (GLint)context->currentDrawable->hWnd);
1291 stubDestroyWindow(CR_CTX_CON(context), (GLint)context->currentDrawable->drawable);

Completed in 45 milliseconds