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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_blend.c 186 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_blend.c 138 pipe->bind_blend_state = softpipe_bind_blend_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 186 llvmpipe->pipe.bind_blend_state = llvmpipe_bind_blend_state;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 138 pipe->bind_blend_state = softpipe_bind_blend_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 438 pipe->bind_blend_state(pipe, ctx->base.saved_blend_state);
903 pipe->bind_blend_state(pipe, custom_blend);
905 pipe->bind_blend_state(pipe, ctx->blend_write_color);
907 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 438 pipe->bind_blend_state(pipe, ctx->base.saved_blend_state);
903 pipe->bind_blend_state(pipe, custom_blend);
905 pipe->bind_blend_state(pipe, ctx->blend_write_color);
907 pipe->bind_blend_state(pipe, ctx->blend_keep_color);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.c 597 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
599 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_clear[mask]);
643 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_sub[mask]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.c 210 bind_blend_state(struct exa_context *exa, int op, function
484 bind_blend_state(exa, op, pSrcPicture, pMaskPicture, pDstPicture);
554 bind_blend_state(exa, PictOpSrc, NULL, NULL, NULL);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 597 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
599 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_clear[mask]);
643 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_sub[mask]);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 210 bind_blend_state(struct exa_context *exa, int op, function
484 bind_blend_state(exa, op, pSrcPicture, pMaskPicture, pDstPicture);
554 bind_blend_state(exa, PictOpSrc, NULL, NULL, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
shader-leak.c 237 ctx->bind_blend_state(ctx, handle);
graw_util.h 158 info->ctx->bind_blend_state(info->ctx, handle);
tri-gs.c 242 ctx->bind_blend_state(ctx, handle);
tri-instanced.c 293 ctx->bind_blend_state(ctx, handle);
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 237 ctx->bind_blend_state(ctx, handle);
graw_util.h 158 info->ctx->bind_blend_state(info->ctx, handle);
tri-gs.c 242 ctx->bind_blend_state(ctx, handle);
tri-instanced.c 293 ctx->bind_blend_state(ctx, handle);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 292 ctx->bind_blend_state = noop_bind_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_blend.c 233 svga->pipe.bind_blend_state = svga_bind_blend_state;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 292 ctx->bind_blend_state = noop_bind_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 233 svga->pipe.bind_blend_state = svga_bind_blend_state;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 238 trace_dump_call_begin("pipe_context", "bind_blend_state");
243 pipe->bind_blend_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 238 trace_dump_call_begin("pipe_context", "bind_blend_state");
243 pipe->bind_blend_state(pipe, state);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 298 ctx->pipe->bind_blend_state( ctx->pipe, NULL );
408 ctx->pipe->bind_blend_state(ctx->pipe, handle);
423 ctx->pipe->bind_blend_state(ctx->pipe, ctx->blend_saved);
    [all...]

Completed in 770 milliseconds

1 2 3 4