Home
last modified time | relevance | path

Searched refs:vbo_exec_FlushVertices (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h215 vbo_exec_FlushVertices(ctx, FLUSH_STORED_VERTICES); \
234 vbo_exec_FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
253 vbo_exec_FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
255 vbo_exec_FlushVertices(ctx, ctx->Driver.NeedFlush); \
/external/mesa3d/src/mesa/vbo/
Dvbo.h197 vbo_exec_FlushVertices(struct gl_context *ctx, GLuint flags);
Dvbo_exec_api.c1081 vbo_exec_FlushVertices(struct gl_context *ctx, GLuint flags) in vbo_exec_FlushVertices() function