Searched defs:blend_saved (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c104 void *blend, *blend_saved; member in struct:cso_context
415 assert(!ctx->blend_saved);
416 ctx->blend_saved = ctx->blend;
421 if (ctx->blend != ctx->blend_saved) {
422 ctx->blend = ctx->blend_saved;
423 ctx->pipe->bind_blend_state(ctx->pipe, ctx->blend_saved);
425 ctx->blend_saved = NULL;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c104 void *blend, *blend_saved; member in struct:cso_context
415 assert(!ctx->blend_saved);
416 ctx->blend_saved = ctx->blend;
421 if (ctx->blend != ctx->blend_saved) {
422 ctx->blend = ctx->blend_saved;
423 ctx->pipe->bind_blend_state(ctx->pipe, ctx->blend_saved);
425 ctx->blend_saved = NULL;

Completed in 61 milliseconds