Searched defs:delete_blend_state (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c90 static void delete_blend_state(void *state, void *data) function
134 delete_blend_state(state, 0);
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0);
H A Dcso_context.c123 static boolean delete_blend_state(struct cso_context *ctx, void *state) function
192 return delete_blend_state(ctx, state);
391 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state;
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c90 static void delete_blend_state(void *state, void *data) function
134 delete_blend_state(state, 0);
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0);
H A Dcso_context.c123 static boolean delete_blend_state(struct cso_context *ctx, void *state) function
192 return delete_blend_state(ctx, state);
391 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h133 void (*delete_blend_state)(struct pipe_context *, void *); member in struct:pipe_context
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h133 void (*delete_blend_state)(struct pipe_context *, void *); member in struct:pipe_context

Completed in 463 milliseconds