Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c90 static void delete_blend_state(void *state, void *data) in delete_blend_state() function
Dcso_context.c136 static boolean delete_blend_state(struct cso_context *ctx, void *state) in delete_blend_state() function
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c90 static void delete_blend_state(void *state, UNUSED void *data) in delete_blend_state() function
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h138 void (*delete_blend_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h203 void (*delete_blend_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py276 def delete_blend_state(self, state): member in Context