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

  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h 60 unsigned int texture_mask, texture_stamp; member in struct:dri_drawable
dri_drawable.c 72 new_stamp = (drawable->texture_stamp != lastStamp);
86 drawable->texture_stamp = lastStamp;
196 drawable->texture_stamp = drawable->dPriv->lastStamp - 1;
dri_context.c 236 draw->texture_stamp = driDrawPriv->lastStamp - 1;
240 read->texture_stamp = driReadPriv->lastStamp - 1;
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 120 drawable->texture_stamp = dPriv->lastStamp - 1;

Completed in 3170 milliseconds