/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
cso_cache.c | 98 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);
|
cso_context.c | 136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function 196 return delete_depth_stencil_state(ctx, state); [all...] |
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_cache.c | 98 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);
|
cso_context.c | 136 static boolean delete_depth_stencil_state(struct cso_context *ctx, void *state) function 196 return delete_depth_stencil_state(ctx, state); [all...] |