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.h221 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \
222 vbo_exec_FlushVertices(ctx, FLUSH_STORED_VERTICES); \
Ddd.h809 #define FLUSH_STORED_VERTICES 0x1 macro
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c432 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; in vbo_exec_fixup_vertex()
506 ctx->Driver.NeedFlush |= FLUSH_STORED_VERTICES; \
1143 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.c268 rmesa->radeon.glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES; in radeonAllocEltsOpenEnded()
Dradeon_dma.c472 rmesa->glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES; in rcommonAllocDmaLowVerts()