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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-srgb.c 130 info.ctx->set_fragment_sampler_views(info.ctx, 1, &linear_sv);
134 info.ctx->set_fragment_sampler_views(info.ctx, 1, &srgb_sv);
quad-tex.c 169 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
tex-swizzle.c 148 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
quad-sample.c 273 ctx->set_fragment_sampler_views(ctx, 1, &sv);
  /external/mesa3d/src/gallium/tests/graw/
tex-srgb.c 130 info.ctx->set_fragment_sampler_views(info.ctx, 1, &linear_sv);
134 info.ctx->set_fragment_sampler_views(info.ctx, 1, &srgb_sv);
quad-tex.c 169 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
tex-swizzle.c 148 info.ctx->set_fragment_sampler_views(info.ctx, 1, &sv);
quad-sample.c 273 ctx->set_fragment_sampler_views(ctx, 1, &sv);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 327 llvmpipe->pipe.set_fragment_sampler_views = llvmpipe_set_fragment_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 310 ctx->set_fragment_sampler_views = noop_set_ps_sampler_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragtex.c 201 pipe->set_fragment_sampler_views = nv30_fragtex_set_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_sampler.c 314 svga->pipe.set_fragment_sampler_views = svga_set_fragment_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 217 void (*set_fragment_sampler_views)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 327 llvmpipe->pipe.set_fragment_sampler_views = llvmpipe_set_fragment_sampler_views;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 310 ctx->set_fragment_sampler_views = noop_set_ps_sampler_view;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 201 pipe->set_fragment_sampler_views = nv30_fragtex_set_sampler_views;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_sampler.c 314 svga->pipe.set_fragment_sampler_views = svga_set_fragment_sampler_views;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 217 void (*set_fragment_sampler_views)(struct pipe_context *, member in struct:pipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 798 pstip->driver_set_sampler_views = pipe->set_fragment_sampler_views;
807 pipe->set_fragment_sampler_views = pstip_set_sampler_views;
draw_pipe_aaline.c 796 pipe->set_fragment_sampler_views = aaline->driver_set_sampler_views;
963 aaline->driver_set_sampler_views = pipe->set_fragment_sampler_views;
971 pipe->set_fragment_sampler_views = aaline_set_sampler_views;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 798 pstip->driver_set_sampler_views = pipe->set_fragment_sampler_views;
807 pipe->set_fragment_sampler_views = pstip_set_sampler_views;
draw_pipe_aaline.c 796 pipe->set_fragment_sampler_views = aaline->driver_set_sampler_views;
963 aaline->driver_set_sampler_views = pipe->set_fragment_sampler_views;
971 pipe->set_fragment_sampler_views = aaline_set_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_sampler.c 384 pipe->set_fragment_sampler_views = softpipe_set_fragment_sampler_views;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 384 pipe->set_fragment_sampler_views = softpipe_set_fragment_sampler_views;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c     [all...]

Completed in 609 milliseconds

1 2 3