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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddristruct.h73 DrawablePtr DRIDrawables[DRI_MAX_DRAWABLES]; member in struct:_DRIScreenPrivRec
H A Ddri.c131 pDRIPriv->DRIDrawables[i] = NULL;
549 pDRIPriv->DRIDrawables[pDRIDrawablePriv->drawableIndex] = NULL;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddristruct.h81 DrawablePtr DRIDrawables[DRI_MAX_DRAWABLES]; member in struct:_DRIScreenPrivRec
H A Ddri.c127 pDRIPriv->DRIDrawables[i] = NULL;
543 pDRIPriv->DRIDrawables[pDRIDrawablePriv->drawableIndex] = NULL;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h98 DrawablePtr DRIDrawables[SAREA_MAX_DRAWABLES]; member in struct:_DRIScreenPrivRec
H A Ddri.c487 pDRIPriv->DRIDrawables[i] = NULL;
1324 pDRIPriv->DRIDrawables[pDRIDrawablePriv->drawableIndex] = NULL;
1430 if (!(pDRIPriv->DRIDrawables[i])) {
1431 pDRIPriv->DRIDrawables[i] = pDrawable;
1456 pOldWin = (WindowPtr)pDRIPriv->DRIDrawables[oldestIndex];
1461 pDRIPriv->DRIDrawables[oldestIndex] = pDrawable;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h94 DrawablePtr DRIDrawables[SAREA_MAX_DRAWABLES]; member in struct:_DRIScreenPrivRec
H A Ddri.c527 pDRIPriv->DRIDrawables[i] = NULL;
1349 pDRIPriv->DRIDrawables[pDRIDrawablePriv->drawableIndex] = NULL;
1455 if (!(pDRIPriv->DRIDrawables[i])) {
1456 pDRIPriv->DRIDrawables[i] = pDrawable;
1482 pOldWin = (WindowPtr) pDRIPriv->DRIDrawables[oldestIndex];
1487 pDRIPriv->DRIDrawables[oldestIndex] = pDrawable;

Completed in 11 milliseconds