Lines Matching refs:gl_context
38 struct gl_context;
70 GLboolean _vbo_CreateContext( struct gl_context *ctx );
71 void _vbo_DestroyContext( struct gl_context *ctx );
72 void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state );
75 typedef void (*vbo_draw_func)( struct gl_context *ctx,
101 void vbo_split_prims( struct gl_context *ctx,
117 void vbo_rebase_prims( struct gl_context *ctx,
144 vbo_get_minmax_indices(struct gl_context *ctx, const struct _mesa_prim *prim,
148 void vbo_use_buffer_objects(struct gl_context *ctx);
150 void vbo_always_unmap_buffers(struct gl_context *ctx);
152 void vbo_set_draw_func(struct gl_context *ctx, vbo_draw_func func);
154 void vbo_check_buffers_are_unmapped(struct gl_context *ctx);
156 void vbo_bind_arrays(struct gl_context *ctx);
162 vbo_sw_primitive_restart(struct gl_context *ctx,