Home
last modified time | relevance | path

Searched refs:vbo_context (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_context.c49 struct vbo_context *vbo = vbo_context(ctx); in init_legacy_currval()
79 struct vbo_context *vbo = vbo_context(ctx); in init_generic_currval()
106 struct vbo_context *vbo = vbo_context(ctx); in init_mat_currval()
153 struct vbo_context *vbo = CALLOC_STRUCT(vbo_context); in _vbo_CreateContext()
209 struct vbo_context *vbo = vbo_context(ctx); in _vbo_DestroyContext()
234 struct vbo_context *vbo = vbo_context(ctx); in vbo_set_draw_func()
Dvbo_context.h73 struct vbo_context { struct
94 static inline struct vbo_context *vbo_context(struct gl_context *ctx) in vbo_context() argument
96 return (struct vbo_context *)(ctx->swtnl_im); in vbo_context()
130 vbo_draw_method(struct vbo_context *vbo, enum draw_method method) in vbo_draw_method()
Dvbo_save.c57 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_init()
98 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_destroy()
127 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_fallback()
Ddescrip.mms26 SOURCES =vbo_context.c,vbo_exec.c,vbo_exec_api.c,vbo_exec_array.c,\
31 OBJECTS =vbo_context.obj,vbo_exec.obj,vbo_exec_api.obj,vbo_exec_array.obj,\
49 vbo_context.obj : vbo_context.c
Dvbo_save_draw.c53 struct vbo_context *vbo = vbo_context(ctx); in _playback_copy_to_current()
137 struct vbo_context *vbo = vbo_context(ctx); in vbo_bind_vertex_list()
261 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_playback_vertex_list()
315 vbo_draw_method(vbo_context(ctx), DRAW_DISPLAY_LIST); in vbo_save_playback_vertex_list()
323 vbo_context(ctx)->draw_prims(ctx, in vbo_save_playback_vertex_list()
Dvbo_save_api.c108 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_vertices()
188 struct vbo_save_context *save = &vbo_context(ctx)->save; in alloc_vertex_store()
288 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_reset_counters()
315 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_compile_vertex_list()
444 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_wrap_buffers()
487 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_wrap_filled_vertex()
511 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_to_current()
527 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_from_current()
552 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_upgrade_vertex()
649 struct vbo_save_context *save = &vbo_context(ctx)->save; in save_fixup_vertex()
[all …]
Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init()
67 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy()
86 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_invalidate_state()
Dvbo_exec_array.c70 struct vbo_context *vbo = vbo_context(ctx); in vbo_check_buffers_are_unmapped()
352 struct vbo_context *vbo = vbo_context(ctx); in print_draw_arrays()
405 struct vbo_context *vbo = vbo_context(ctx); in recalculate_input_bindings()
523 struct vbo_context *vbo = vbo_context(ctx); in vbo_bind_arrays()
561 struct vbo_context *vbo = vbo_context(ctx); in vbo_handle_primitive_restart()
586 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_arrays()
811 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawrangeelements()
1137 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawelements()
1291 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_transform_feedback()
Dvbo_exec_api.c154 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_to_current()
214 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_from_current()
242 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_wrap_upgrade_vertex()
370 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex()
407 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; \
574 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f()
601 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f()
808 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin()
815 vbo_draw_method(vbo_context(ctx), DRAW_BEGIN_END); in vbo_exec_Begin()
865 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_End()
[all …]
Dvbo_primitive_restart.c176 struct vbo_context *vbo = vbo_context(ctx); in vbo_sw_primitive_restart()
Dvbo_exec_draw.c163 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_bind_arrays()
408 vbo_context(ctx)->draw_prims( ctx, in vbo_exec_vtx_flush()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c595 struct vbo_context *vbo = vbo_context(ctx); in brw_draw_init()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c215 if (vbo_context(ctx)) in nouveau_context_deinit()
/external/mesa3d/src/mesa/
Dsources.mak183 $(SRCDIR)vbo/vbo_context.c \
DSConscript213 'vbo/vbo_context.c',