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

  /external/mesa3d/src/mesa/main/
context.h 204 * Checks if dd_function_table::NeedFlush is marked to flush stored vertices,
212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
223 * Checks if dd_function_table::NeedFlush is marked to flush current state,
231 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \
dd.h 688 GLuint NeedFlush;
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 56 ctx->Driver.NeedFlush = 0;
vbo_exec_api.c 392 /* Does setting NeedFlush belong here? Necessitates resetting
397 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
409 if (unlikely(!(ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT))) \
435 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 194 driver->NeedFlush = 0;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 204 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.c 270 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
radeon_dma.c 472 rmesa->glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;

Completed in 450 milliseconds