Home
last modified time | relevance | path

Searched refs:FLUSH_STORED_VERTICES (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h212 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
Ddd.h678 #define FLUSH_STORED_VERTICES 0x1 macro
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c397 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in vbo_exec_fixup_vertex()
435 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \
1176 exec->begin_vertices_flags |= FLUSH_STORED_VERTICES; in vbo_always_unmap_buffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_cmdbuf.c204 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in r200AllocEltsOpenEnded()
Dradeon_dma.c472 rmesa->glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in rcommonAllocDmaLowVerts()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_ioctl.c270 rmesa->radeon.glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in radeonAllocEltsOpenEnded()
Dradeon_dma.c472 rmesa->glCtx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in rcommonAllocDmaLowVerts()