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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddristruct.h81 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddristruct.h87 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddristruct.h81 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddristruct.h82 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddristruct.h82 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddristruct.h82 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddristruct.h83 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddristruct.h83 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddristruct.h83 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddristruct.h83 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddristruct.h79 XF86DRISAREAPtr pSAREA; /* Mapped pointer to SAREA */ member in struct:_DRIScreenPrivRec
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h100 register unsigned int hwContext = psp->pSAREA->lock.lock & \
102 DRM_UNLOCK(psp->fd, &psp->pSAREA->lock, hwContext); \
104 DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID); \
106 DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID); \
108 DRM_LIGHT_LOCK(psp->fd, &psp->pSAREA->lock, hwContext); \
468 drm_sarea_t *pSAREA; member in struct:__DRIscreenRec
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_util.c194 DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
196 DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
200 DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
202 DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
256 DRM_SPINUNLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
277 pdp->pStamp = &(psp->pSAREA->drawableTable[pdp->index].stamp);
279 DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
704 psp->dummyContextPriv.hHWContext = psp->pSAREA->dummy_context;
779 (void)drmUnmap((drmAddress)psp->pSAREA, SAREA_MAX);
822 * \param pSAREA Pointe
833 driCreateNewScreen(int scrn, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, drmAddress pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_modes, void *loaderPrivate) argument
[all...]
H A Dfakedri_drv.c814 drmAddress pSAREA, int fd,
822 (void) pSAREA;
809 vboxdriCreateNewScreen_Legacy(int scrn, const __DRIversion *ddx_version, const __DRIversion *dri_version, const __DRIversion *drm_version, const __DRIframebuffer *frame_buffer, drmAddress pSAREA, int fd, const __DRIextension **extensions, const __DRIconfig ***driver_modes, void *loaderPrivate) argument

Completed in 197 milliseconds