Searched defs:draw_vbo (Results 1 – 7 of 7) sorted by relevance
37 void (*draw_vbo)(struct pipe_context *pipe, member
458 draw_vbo(struct draw_context *draw, in draw_vbo() function
92 void (*draw_vbo)( struct pipe_context *pipe, member
109 void (*draw_vbo)( struct pipe_context *pipe, member
306 bool (*draw_vbo)(struct fd_context *ctx, const struct pipe_draw_info *info, member
173 struct call_draw_info draw_vbo; member
543 def draw_vbo(self, info): member in Context