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

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 203 int read_stamp; member in struct:__DRIcontextRec::__anon16885
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 196 int32_t read_stamp; member in struct:st_context
st_manager.c 160 if (stread && stread->stamp != st->read_stamp) {
167 st->read_stamp = stread->stamp;
741 st->read_stamp = stread->stamp - 1;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 414 if (drawable && drawable->dri2.stamp != driContext->dri2.read_stamp) {
417 driContext->dri2.read_stamp = drawable->dri2.stamp;
883 driContextPriv->dri2.read_stamp = driReadPriv->dri2.stamp - 1;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 362 &dri_ctx->dri2.read_stamp);
434 &dri_ctx->dri2.read_stamp);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 326 if (drawable->dri2.stamp != driContext->dri2.read_stamp) {
329 driContext->dri2.read_stamp = drawable->dri2.stamp;

Completed in 467 milliseconds