HomeSort by relevance Sort by last modified time
    Searched defs:delete_blend_state (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 90 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);
cso_context.c 136 static boolean delete_blend_state(struct cso_context *ctx, void *state) function
205 return delete_blend_state(ctx, state);
477 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state;
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/cso_cache/
cso_cache.c 90 static void delete_blend_state(void *state, UNUSED void *data) function
134 delete_blend_state(state, 0);
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0);
  /external/virglrenderer/src/gallium/include/pipe/
p_context.h 138 void (*delete_blend_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 203 void (*delete_blend_state)(struct pipe_context *, void *); member in struct:pipe_context
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 276 def delete_blend_state(self, state): member in class:Context

Completed in 118 milliseconds