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

  /external/mesa3d/src/mesa/main/
context.h 221 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
222 vbo_exec_FlushVertices(ctx, FLUSH_STORED_VERTICES); \
dd.h     [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 432 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
504 /* Set FLUSH_STORED_VERTICES to indicate that there's now */ \
506 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \
    [all...]
  /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 268 rmesa->radeon.glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES;
radeon_dma.c 472 rmesa->glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES;

Completed in 687 milliseconds