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 212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
dd.h 678 #define FLUSH_STORED_VERTICES 0x1
699 * FLUSH_STORED_VERTICES bit in \p flags is set flushes any buffered
    [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 270 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
radeon_dma.c 472 rmesa->glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
  /external/mesa3d/src/mesa/vbo/
vbo_exec_api.c 397 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES;
433 /* Set FLUSH_STORED_VERTICES to indicate that there's now */ \
435 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \
    [all...]

Completed in 90 milliseconds