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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_util.h86 if (*(pDrawPriv->pStamp) != pDrawPriv->lastStamp) { \
95 * See __DRIdrawable::pStamp and __DRIdrawable::lastStamp.
99 while (*(pdp->pStamp) != pdp->lastStamp) { \
293 unsigned int *pStamp; member in struct:__DRIdrawableRec
298 * If this differs from the value stored at __DRIdrawable::pStamp,

Completed in 131 milliseconds