Searched refs:FlushVertices (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.h205 * and calls dd_function_table::FlushVertices if so. Marks
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
224 * and calls dd_function_table::FlushVertices if so. Marks
232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
H A Ddd.h685 * The dd_function_table::FlushVertices call below may be used to resolve
693 * called. Paired with Driver.FlushVertices().
706 void (*FlushVertices)( struct gl_context *ctx, GLuint flags ); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Dcontext.h205 * and calls dd_function_table::FlushVertices if so. Marks
213 ctx->Driver.FlushVertices(ctx, FLUSH_STORED_VERTICES); \
224 * and calls dd_function_table::FlushVertices if so. Marks
232 ctx->Driver.FlushVertices(ctx, FLUSH_UPDATE_CURRENT); \
H A Ddd.h685 * The dd_function_table::FlushVertices call below may be used to resolve
693 * called. Paired with Driver.FlushVertices().
706 void (*FlushVertices)( struct gl_context *ctx, GLuint flags ); member in struct:dd_function_table
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.c59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c198 driver->FlushVertices = NULL;
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c198 driver->FlushVertices = NULL;

Completed in 5171 milliseconds