Home
last modified time | relevance | path

Searched refs:vbo_exec_context (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_exec.h80 struct vbo_exec_context struct
155 void vbo_exec_vtx_init( struct vbo_exec_context *exec ); argument
156 void vbo_exec_vtx_destroy( struct vbo_exec_context *exec );
159 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
160 void vbo_exec_vtx_map( struct vbo_exec_context *exec );
163 void vbo_exec_eval_update( struct vbo_exec_context *exec );
165 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec,
168 void vbo_exec_do_EvalCoord1f( struct vbo_exec_context *exec,
Dvbo_exec_api.c56 vbo_reset_all_attr(struct vbo_exec_context *exec);
65 vbo_exec_wrap_buffers(struct vbo_exec_context *exec) in vbo_exec_wrap_buffers()
132 vbo_exec_vtx_wrap(struct vbo_exec_context *exec) in vbo_exec_vtx_wrap()
165 vbo_exec_copy_to_current(struct vbo_exec_context *exec) in vbo_exec_copy_to_current()
237 vbo_exec_copy_from_current(struct vbo_exec_context *exec) in vbo_exec_copy_from_current()
269 vbo_exec_wrap_upgrade_vertex(struct vbo_exec_context *exec, in vbo_exec_wrap_upgrade_vertex()
403 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex()
442 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_begin_vertices()
464 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; \
628 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap) in vbo_exec_FlushVertices_internal()
[all …]
Dvbo_exec_eval.c36 static void clear_active_eval1( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval1()
42 static void clear_active_eval2( struct vbo_exec_context *exec, GLuint attr ) in clear_active_eval2()
48 static void set_active_eval1( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval1()
58 static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint dim, in set_active_eval2()
68 void vbo_exec_eval_update( struct vbo_exec_context *exec ) in vbo_exec_eval_update()
125 void vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u) in vbo_exec_do_EvalCoord1f()
170 void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec, in vbo_exec_do_EvalCoord2f()
Dvbo_exec_draw.c43 vbo_exec_debug_verts( struct vbo_exec_context *exec ) in vbo_exec_debug_verts()
77 vbo_copy_vertices( struct vbo_exec_context *exec ) in vbo_copy_vertices()
176 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays()
287 vbo_exec_vtx_unmap( struct vbo_exec_context *exec ) in vbo_exec_vtx_unmap()
322 vbo_exec_vtx_map( struct vbo_exec_context *exec ) in vbo_exec_vtx_map()
408 vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped) in vbo_exec_vtx_flush()
Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init()
60 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy()
79 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_invalidate_state()
Dvbo_context.h72 struct vbo_exec_context exec;
212 vbo_compute_max_verts(const struct vbo_exec_context *exec) in vbo_compute_max_verts()
Dvbo_exec_array.c244 struct vbo_exec_context *exec = &vbo->exec; in recalculate_input_bindings()
374 struct vbo_exec_context *exec = &vbo->exec; in vbo_bind_arrays()
/external/mesa3d/src/mesa/main/
Dvtxfmt.c256 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_initialize_vbo_vtxfmt()