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.c73 struct vbo_context *vbo = vbo_context(ctx); in init_legacy_currval()
91 struct vbo_context *vbo = vbo_context(ctx); in init_generic_currval()
104 struct vbo_context *vbo = vbo_context(ctx); in init_mat_currval()
147 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_indirect_prims()
181 struct vbo_context *vbo = CALLOC_STRUCT(vbo_context); in _vbo_CreateContext()
183 ctx->vbo_context = vbo; in _vbo_CreateContext()
238 struct vbo_context *vbo = vbo_context(ctx); in _vbo_DestroyContext()
256 ctx->vbo_context = NULL; in _vbo_DestroyContext()
263 struct vbo_context *vbo = vbo_context(ctx); in vbo_set_draw_func()
271 struct vbo_context *vbo = vbo_context(ctx); in vbo_set_indirect_draw_func()
Dvbo_save.c41 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_init()
81 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_destroy()
110 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_fallback()
Dvbo_context.h65 struct vbo_context { struct
88 static inline struct vbo_context *vbo_context(struct gl_context *ctx) in vbo_context() function
90 return ctx->vbo_context; in vbo_context()
122 vbo_draw_method(struct vbo_context *vbo, gl_draw_method method) in vbo_draw_method()
Dvbo_save_draw.c50 struct vbo_context *vbo = vbo_context(ctx); in _playback_copy_to_current()
136 struct vbo_context *vbo = vbo_context(ctx); in vbo_bind_vertex_list()
256 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_playback_vertex_list()
305 vbo_draw_method(vbo_context(ctx), DRAW_DISPLAY_LIST); in vbo_save_playback_vertex_list()
313 vbo_context(ctx)->draw_prims(ctx, in vbo_save_playback_vertex_list()
Dvbo_save_api.c106 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_vertices()
186 struct vbo_save_context *save = &vbo_context(ctx)->save; in alloc_vertex_store()
311 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_reset_counters()
417 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_compile_vertex_list()
562 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_wrap_buffers()
606 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_wrap_filled_vertex()
629 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_to_current()
646 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_copy_from_current()
679 struct vbo_save_context *save = &vbo_context(ctx)->save; in _save_upgrade_vertex()
783 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()
60 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy()
78 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_invalidate_state()
Dvbo_exec_array.c243 struct vbo_context *vbo = vbo_context(ctx); in recalculate_input_bindings()
373 struct vbo_context *vbo = vbo_context(ctx); in vbo_bind_arrays()
409 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_arrays()
757 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawrangeelements()
1095 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawelements()
1262 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_transform_feedback()
1378 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawarraysindirect()
1398 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawarraysindirect()
1419 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawelementsindirect()
1445 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawelementsindirect()
[all …]
Dvbo_exec_api.c168 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_to_current()
240 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_from_current()
273 struct vbo_context *vbo = vbo_context(ctx); 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; \
645 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f()
674 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f()
750 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin()
762 vbo_draw_method(vbo_context(ctx), DRAW_BEGIN_END); in vbo_exec_Begin()
[all …]
Dvbo_primitive_restart.c180 struct vbo_context *vbo = vbo_context(ctx); in vbo_sw_primitive_restart()
Dvbo_exec_draw.c175 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_bind_arrays()
437 vbo_context(ctx)->draw_prims( ctx, in vbo_exec_vtx_flush()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c696 struct vbo_context *vbo = vbo_context(ctx); in brw_draw_init()
/external/mesa3d/src/mesa/main/
Dvtxfmt.c256 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_initialize_vbo_vtxfmt()
Dmtypes.h91 struct vbo_context;
4668 struct vbo_context *vbo_context; member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c207 if (vbo_context(ctx)) in nouveau_context_deinit()
/external/mesa3d/src/mesa/
DMakefile.sources377 vbo/vbo_context.c \
378 vbo/vbo_context.h \