HomeSort by relevance Sort by last modified time
    Searched refs:draw_vbo (Results 1 - 25 of 28) sorted by null

1 2

  /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;
r300_render.c 873 draw_vbo(r300->draw, info);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.h 63 pipe->draw_vbo(pipe, &info);
79 pipe->draw_vbo(pipe, &info);
99 pipe->draw_vbo(pipe, &info);
120 pipe->draw_vbo(pipe, &info);
141 pipe->draw_vbo(pipe, &info);
u_vbuf.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_draw_arrays.c 92 draw_vbo(draw, info);
117 llvmpipe->pipe.draw_vbo = llvmpipe_draw_vbo;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_draw_arrays.c 107 draw_vbo(draw, info);
sp_context.c 241 softpipe->pipe.draw_vbo = softpipe_draw_vbo;
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.c 93 draw_vbo(i915->draw, info);
161 i915->base.draw_vbo = i915_draw_vbo;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 242 void draw_vbo(struct draw_context *draw,
draw_pt.c 417 * \sa draw_vbo
439 draw_vbo(draw, &info);
451 draw_vbo(struct draw_context *draw, function
467 debug_printf("draw_vbo(mode=%u start=%u count=%u):\n",
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_draw.c 102 draw_vbo(draw, info);
svga_pipe_draw.c 420 svga->pipe.draw_vbo = svga_draw_vbo;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 322 ctx->draw_vbo = noop_draw_vbo;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.c 151 pipe->draw_vbo = nv50_draw_vbo;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 149 pipe->draw_vbo = nvc0_draw_vbo;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 89 void (*draw_vbo)( struct pipe_context *pipe, member in struct:pipe_context
  /external/mesa3d/src/gallium/tests/graw/
tri-instanced.c 215 ctx->draw_vbo(ctx, &info);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 744 pipe->draw_vbo(pipe, &info);
768 pipe->draw_vbo(pipe, &info);
796 pipe->draw_vbo(pipe, &info);
822 pipe->draw_vbo(pipe, &info);
848 pipe->draw_vbo(pipe, &info);
882 pipe->draw_vbo(pipe, &info);
914 pipe->draw_vbo(pipe, &info);
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 61 pipe->draw_vbo(pipe, info);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 55 pipe->draw_vbo(pipe, info);
884 id_pipe->base.draw_vbo = identity_draw_vbo;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 427 draw_vbo(draw, info);
nv30_vbo.c 623 pipe->draw_vbo = nv30_draw_vbo;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 128 pipe->draw_vbo(pipe, info);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 92 trace_dump_call_begin("pipe_context", "draw_vbo");
97 pipe->draw_vbo(pipe, info);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 241 rctx->context.draw_vbo = r600_draw_vbo;

Completed in 2192 milliseconds

1 2