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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c 286 * swap_fences_pop_front - pull a fence from the throttle queue
293 swap_fences_pop_front(struct dri_drawable *draw) function
327 swap_fences_pop_front(draw);
378 fence = swap_fences_pop_front(draw);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c 286 * swap_fences_pop_front - pull a fence from the throttle queue
293 swap_fences_pop_front(struct dri_drawable *draw) function
327 swap_fences_pop_front(draw);
378 fence = swap_fences_pop_front(draw);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.c 294 swap_fences_pop_front(struct resource_surface *rsurf) function
321 swap_fences_pop_front(rsurf);
333 struct pipe_fence_handle *fence = swap_fences_pop_front(rsurf);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 294 swap_fences_pop_front(struct resource_surface *rsurf) function
321 swap_fences_pop_front(rsurf);
333 struct pipe_fence_handle *fence = swap_fences_pop_front(rsurf);

Completed in 799 milliseconds