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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_blend.c 147 pipe->set_stencil_ref = softpipe_set_stencil_ref;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 147 pipe->set_stencil_ref = softpipe_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_blend.c 195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 163 svga->pipe.set_stencil_ref = svga_set_stencil_ref;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 163 svga->pipe.set_stencil_ref = svga_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 315 ctx->set_stencil_ref = noop_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 192 void (*set_stencil_ref)( struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 315 ctx->set_stencil_ref = noop_set_stencil_ref;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 192 void (*set_stencil_ref)( struct pipe_context *, member in struct:pipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 450 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref);
923 pipe->set_stencil_ref(pipe, &sr);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 450 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref);
923 pipe->set_stencil_ref(pipe, &sr);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 440 pipe->set_stencil_ref(pipe,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 404 pipe->set_stencil_ref(pipe,
913 id_pipe->base.set_stencil_ref = identity_set_stencil_ref;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 440 pipe->set_stencil_ref(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 404 pipe->set_stencil_ref(pipe,
913 id_pipe->base.set_stencil_ref = identity_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.c 448 pipe->set_stencil_ref = nv30_set_stencil_ref;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1114 void set_stencil_ref() function in struct:GalliumD3D11DeviceContext
1119 pipe->set_stencil_ref(pipe, &sref);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 448 pipe->set_stencil_ref = nv30_set_stencil_ref;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1114 void set_stencil_ref() function in struct:GalliumD3D11DeviceContext
1119 pipe->set_stencil_ref(pipe, &sref);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 709 ctx->pipe->set_stencil_ref(ctx->pipe, sr);
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 601 pipe->set_stencil_ref(pipe,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 702 trace_dump_call_begin("pipe_context", "set_stencil_ref");
707 pipe->set_stencil_ref(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 709 ctx->pipe->set_stencil_ref(ctx->pipe, sr);
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref);
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 601 pipe->set_stencil_ref(pipe,
    [all...]

Completed in 838 milliseconds

1 2