HomeSort by relevance Sort by last modified time
    Searched refs:FlushVertices (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/main/
context.h 205 * 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); \
dd.h 685 * 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 );
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 59 ctx->Driver.FlushVertices = vbo_exec_FlushVertices;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 198 driver->FlushVertices = NULL;

Completed in 79 milliseconds