HomeSort by relevance Sort by last modified time
    Searched defs:lastStamp (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c 56 unsigned int lastStamp;
66 * dPriv->dri2.stamp is the server stamp. dPriv->lastStamp is the
71 lastStamp = drawable->dPriv->lastStamp;
72 new_stamp = (drawable->texture_stamp != lastStamp);
86 drawable->texture_stamp = lastStamp;
89 } while (lastStamp != drawable->dPriv->lastStamp);
196 drawable->texture_stamp = drawable->dPriv->lastStamp - 1;
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c 56 unsigned int lastStamp;
66 * dPriv->dri2.stamp is the server stamp. dPriv->lastStamp is the
71 lastStamp = drawable->dPriv->lastStamp;
72 new_stamp = (drawable->texture_stamp != lastStamp);
86 drawable->texture_stamp = lastStamp;
89 } while (lastStamp != drawable->dPriv->lastStamp);
196 drawable->texture_stamp = drawable->dPriv->lastStamp - 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
dri_util.h 251 unsigned int lastStamp;
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 251 unsigned int lastStamp;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 408 unsigned int lastStamp;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 408 unsigned int lastStamp;

Completed in 177 milliseconds