Home
last modified time | relevance | path

Searched refs:FlushVertices (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcontext.h213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
Ddd.h706 void (*FlushVertices)( struct gl_context *ctx, GLuint flags ); member
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices; in vbo_exec_init()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c198 driver->FlushVertices = NULL; in _mesa_init_driver_functions()