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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 71 stdraw->iface_stamp = p_atomic_read(&stdraw->iface->stamp) - 1;
73 stread->iface_stamp = p_atomic_read(&stread->iface->stamp) - 1;
st_manager.c 197 if (stfb->iface_stamp == new_stamp)
206 stfb->iface_stamp = new_stamp;
208 } while(stfb->iface_stamp != new_stamp);
466 stfb->iface_stamp = p_atomic_read(&stfbi->stamp) - 1;
919 stfb->iface_stamp = p_atomic_read(&stfb->iface->stamp) - 1;
st_context.h 282 int32_t iface_stamp; member in struct:st_framebuffer

Completed in 427 milliseconds