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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_clear.c 80 softpipe->dirty_render_cache = TRUE;
sp_draw_arrays.c 127 sp->dirty_render_cache = TRUE;
sp_flush.c 76 softpipe->dirty_render_cache = FALSE;
sp_context.h 173 boolean dirty_render_cache; member in struct:softpipe_context
sp_context.c 170 if (softpipe->dirty_render_cache) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_clear.c 80 softpipe->dirty_render_cache = TRUE;
sp_draw_arrays.c 127 sp->dirty_render_cache = TRUE;
sp_flush.c 76 softpipe->dirty_render_cache = FALSE;
sp_context.h 173 boolean dirty_render_cache; member in struct:softpipe_context
sp_context.c 170 if (softpipe->dirty_render_cache) {

Completed in 203 milliseconds