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

  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.h 218 int read_stamp; member in struct:__DRIcontextRec::__anon30388
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 237 if (drawable && drawable->dri2.stamp != driContext->dri2.read_stamp) {
240 driContext->dri2.read_stamp = drawable->dri2.stamp;
652 driContextPriv->dri2.read_stamp = driReadPriv->dri2.stamp - 1;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 354 &dri_ctx->dri2.read_stamp);
426 &dri_ctx->dri2.read_stamp);
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 251 int32_t read_stamp; member in struct:st_context
st_manager.c 163 if (stread && stread->stamp != st->read_stamp) {
170 st->read_stamp = stread->stamp;
792 st->read_stamp = stread->stamp - 1;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 345 if (drawable->dri2.stamp != driContext->dri2.read_stamp) {
348 driContext->dri2.read_stamp = drawable->dri2.stamp;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c     [all...]

Completed in 243 milliseconds