Searched refs:delete_depth_stencil_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c98 static void delete_depth_stencil_state(void *state, void *data) function
140 delete_depth_stencil_state(state, 0);
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0);
H A Dcso_context.c136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function
196 return delete_depth_stencil_state(ctx, state);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c98 static void delete_depth_stencil_state(void *state, void *data) function
140 delete_depth_stencil_state(state, 0);
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0);
H A Dcso_context.c136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function
196 return delete_depth_stencil_state(ctx, state);

Completed in 111 milliseconds