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

  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 80 struct vbo_exec_context struct
154 void vbo_exec_vtx_init( struct vbo_exec_context *exec );
155 void vbo_exec_vtx_destroy( struct vbo_exec_context *exec );
158 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
159 void vbo_exec_vtx_map( struct vbo_exec_context *exec );
162 void vbo_exec_eval_update( struct vbo_exec_context *exec );
164 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec,
167 void vbo_exec_do_EvalCoord1f( struct vbo_exec_context *exec,
vbo_context.h 73 struct vbo_exec_context exec;
99 struct vbo_exec_context *exec = &vbo->exec;
233 vbo_compute_max_verts(const struct vbo_exec_context *exec)
vbo_exec_eval.c 36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr )
42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr )
48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim,
58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim,
68 void vbo_exec_eval_update( struct vbo_exec_context *exec )
125 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u)
170 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec,
vbo_exec.c 39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
61 struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
vbo_exec_api.c 56 vbo_reset_all_attr(struct vbo_exec_context *exec);
65 vbo_exec_wrap_buffers(struct vbo_exec_context *exec)
132 vbo_exec_vtx_wrap(struct vbo_exec_context *exec)
165 vbo_exec_copy_to_current(struct vbo_exec_context *exec)
242 vbo_exec_copy_from_current(struct vbo_exec_context *exec)
276 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec,
413 struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
454 struct vbo_exec_context *exec = &vbo_context(ctx)->exec;
476 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; \
640 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap
    [all...]
vbo_exec_draw.c 42 vbo_exec_debug_verts(struct vbo_exec_context *exec)
76 vbo_copy_vertices(struct vbo_exec_context *exec)
175 struct vbo_exec_context *exec = &vbo->exec;
283 vbo_exec_vtx_unmap(struct vbo_exec_context *exec)
318 vbo_exec_vtx_map(struct vbo_exec_context *exec)
404 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped)
vbo_exec_array.c 298 struct vbo_exec_context *exec = &vbo->exec;
428 struct vbo_exec_context *exec = &vbo->exec;
    [all...]
  /external/mesa3d/src/mesa/main/
vtxfmt.c 260 struct vbo_exec_context *exec = &vbo_context(ctx)->exec;

Completed in 268 milliseconds