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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_cache.c 106 static void delete_sampler_state(void *state, void *data) function
137 delete_sampler_state(state, 0);
291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0);
cso_context.c 151 static boolean delete_sampler_state(struct cso_context *ctx, void *state) function
194 return delete_sampler_state(ctx, state);
992 (cso_state_callback) ctx->pipe->delete_sampler_state;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 106 static void delete_sampler_state(void *state, void *data) function
137 delete_sampler_state(state, 0);
291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0);
cso_context.c 151 static boolean delete_sampler_state(struct cso_context *ctx, void *state) function
194 return delete_sampler_state(ctx, state);
992 (cso_state_callback) ctx->pipe->delete_sampler_state;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 150 void (*delete_sampler_state)(struct pipe_context *, void *); member in struct:pipe_context
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 150 void (*delete_sampler_state)(struct pipe_context *, void *); member in struct:pipe_context

Completed in 132 milliseconds