HomeSort by relevance Sort by last modified time
    Searched defs:draw_vbo (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_render_stencilref.c 37 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/
draw_pt.c 458 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/
ilo_draw.c 295 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/
p_context.h 98 void (*draw_vbo)( struct pipe_context *pipe, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 111 struct pipe_draw_info draw_vbo; member in union:dd_call::__anon29470
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 267 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info); member in struct:fd_context
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 543 def draw_vbo(self, info): member in class:Context

Completed in 114 milliseconds