Searched refs:blend_add (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mc.h53 void *blend_add[VL_MC_NUM_BLENDERS]; member in struct:vl_mc
H A Dvl_compositor.h98 void *blend_clear, *blend_add; member in struct:vl_compositor
H A Dvl_mc.c415 r->blend_add[i] = r->pipe->create_blend_state(r->pipe, &blend);
416 if (!r->blend_add[i])
445 if (r->blend_add[i])
446 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]);
468 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]);
597 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
H A Dvl_compositor.c441 c->blend_add = c->pipe->create_blend_state(c->pipe, &blend);
493 c->pipe->delete_blend_state(c->pipe, c->blend_add);
720 void *blend = layer->blend ? layer->blend : i ? c->blend_add : c->blend_clear;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.h53 void *blend_add[VL_MC_NUM_BLENDERS]; member in struct:vl_mc
H A Dvl_compositor.h98 void *blend_clear, *blend_add; member in struct:vl_compositor
H A Dvl_mc.c415 r->blend_add[i] = r->pipe->create_blend_state(r->pipe, &blend);
416 if (!r->blend_add[i])
445 if (r->blend_add[i])
446 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]);
468 r->pipe->delete_blend_state(r->pipe, r->blend_add[i]);
597 renderer->pipe->bind_blend_state(renderer->pipe, renderer->blend_add[mask]);
H A Dvl_compositor.c441 c->blend_add = c->pipe->create_blend_state(c->pipe, &blend);
493 c->pipe->delete_blend_state(c->pipe, c->blend_add);
720 void *blend = layer->blend ? layer->blend : i ? c->blend_add : c->blend_clear;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c246 blend_add(struct gl_context *ctx, GLuint n, const GLubyte mask[], function
962 swrast->BlendFunc = blend_add;
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c246 blend_add(struct gl_context *ctx, GLuint n, const GLubyte mask[], function
962 swrast->BlendFunc = blend_add;

Completed in 152 milliseconds