Searched defs:draw_vbo (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c37 void (*draw_vbo)(struct pipe_context *pipe, member in struct:r300_stencilref_context
110 sr->draw_vbo(pipe, info);
113 sr->draw_vbo(pipe, info);
115 sr->draw_vbo(pipe, info);
125 r300->stencilref_fallback->draw_vbo = r300->context.draw_vbo;
128 r300->context.draw_vbo = r300_stencilref_draw_vbo;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c458 draw_vbo(struct draw_context *draw, function
487 debug_printf("draw_vbo(mode=%u start=%u count=%u):\n",
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_draw.c295 draw_vbo(struct ilo_context *ilo, const struct ilo_state_vector *vec) function
482 (pipe)->draw_vbo(pipe, &subinfo); \
488 (pipe)->draw_vbo(pipe, &subinfo); \
591 /* If draw_vbo ever fails, return immediately. */
592 if (!draw_vbo(ilo, &ilo->state_vector))
650 ilo->base.draw_vbo = ilo_draw_vbo;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h98 void (*draw_vbo)( struct pipe_context *pipe, member in struct:pipe_context
/external/mesa3d/src/gallium/drivers/ddebug/
H A Ddd_pipe.h111 struct pipe_draw_info draw_vbo; member in union:dd_call::__anon14888
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h267 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info); member in struct:fd_context
/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py543 def draw_vbo(self, info): member in class:Context

Completed in 225 milliseconds