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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c834 vboxdriDestroyScreen(__DRIscreenPrivate * sPriv) argument
839 driDestroyOptionInfo (&sPriv->private->optionCache);
840 FREE(sPriv->private);
841 sPriv->private = NULL;
850 //__DRIscreenPrivate *sPriv = driContextPriv->driScreenPriv;
H A Ddri_util.c471 static int driDrawableGetMSC( __DRIscreen *sPriv, __DRIdrawable *dPriv, argument
474 return sPriv->DriverAPI.GetDrawableMSC(sPriv, dPriv, msc);
H A Dvboxdri_drv.c374 fbDestroyScreen( __DRIscreenPrivate *sPriv )

Completed in 58 milliseconds