Searched defs:draw_vbo (Results 1 - 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | p_context.h | 98 void (*draw_vbo)( struct pipe_context *pipe, member in struct:pipe_context
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
H A D | dd_pipe.h | 111 struct pipe_draw_info draw_vbo; member in union:dd_call::__anon14888
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
H A D | 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/ |
H A D | dump_state.py | 543 def draw_vbo(self, info): member in class:Context
|
Completed in 5397 milliseconds