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

1 2 3 4

  /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);
  /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);
  /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/mesa3d/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/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/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/svga/
svga_pipe_sampler.c 314 svga->pipe.set_fragment_sampler_views = svga_set_fragment_sampler_views;
  /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/softpipe/
sp_state_sampler.c 384 pipe->set_fragment_sampler_views = softpipe_set_fragment_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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 1020 trace_dump_call_begin("pipe_context", "set_fragment_sampler_views");
1039 pipe->set_fragment_sampler_views(pipe, num, views);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1020 trace_dump_call_begin("pipe_context", "set_fragment_sampler_views");
1039 pipe->set_fragment_sampler_views(pipe, num, views);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 307 ctx->pipe->set_fragment_sampler_views(ctx->pipe, 0, NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
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/cso_cache/
cso_context.c 307 ctx->pipe->set_fragment_sampler_views(ctx->pipe, 0, NULL);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
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/auxiliary/util/
u_blitter.c 485 pipe->set_fragment_sampler_views(pipe,
    [all...]

Completed in 1026 milliseconds

1 2 3 4