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

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 137 pipe->create_blend_state = softpipe_create_blend_state;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_blend.c 185 llvmpipe->pipe.create_blend_state = llvmpipe_create_blend_state;
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 283 ctx->create_blend_state = noop_create_blend_state;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 232 svga->pipe.create_blend_state = svga_create_blend_state;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 130 void * (*create_blend_state)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 236 handle = ctx->create_blend_state(ctx, &blend);
tri-gs.c 241 handle = ctx->create_blend_state(ctx, &blend);
tri-instanced.c 292 handle = ctx->create_blend_state(ctx, &blend);
graw_util.h 157 handle = info->ctx->create_blend_state(info->ctx, &blend);
quad-sample.c 363 handle = ctx->create_blend_state(ctx, &blend);
fs-test.c 490 handle = ctx->create_blend_state(ctx, &blend);
gs-test.c 554 handle = ctx->create_blend_state(ctx, &blend);
vs-test.c 441 handle = ctx->create_blend_state(ctx, &blend);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 409 r->blend_clear[i] = r->pipe->create_blend_state(r->pipe, &blend);
415 r->blend_add[i] = r->pipe->create_blend_state(r->pipe, &blend);
421 r->blend_sub[i] = r->pipe->create_blend_state(r->pipe, &blend);
vl_matrix_filter.c 186 filter->blend = pipe->create_blend_state(pipe, &blend);
vl_median_filter.c 272 filter->blend = pipe->create_blend_state(pipe, &blend);
vl_zscan.c 294 zscan->blend = zscan->pipe->create_blend_state(zscan->pipe, &blend);
vl_compositor.c 432 c->blend_clear = c->pipe->create_blend_state(c->pipe, &blend);
441 c->blend_add = c->pipe->create_blend_state(c->pipe, &blend);
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 147 return pipe->create_blend_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 124 return pipe->create_blend_state(pipe,
890 id_pipe->base.create_blend_state = identity_create_blend_state;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 435 pipe->create_blend_state = nv30_blend_state_create;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 593 return context->create_blend_state(context, &blend);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 216 ret = pipe->create_blend_state(pipe,
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 216 trace_dump_call_begin("pipe_context", "create_blend_state");
221 result = pipe->create_blend_state(pipe, state);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 174 ctx->blend_keep_color = pipe->create_blend_state(pipe, &blend);
177 ctx->blend_write_color = pipe->create_blend_state(pipe, &blend);
    [all...]

Completed in 299 milliseconds

1 2