Home
last modified time | relevance | path

Searched refs:cso_state_callback (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h97 typedef void (*cso_state_callback)(void *ctx, void *obj); typedef
109 cso_state_callback delete_state;
116 cso_state_callback delete_state;
123 cso_state_callback delete_state;
130 cso_state_callback delete_state;
142 cso_state_callback delete_state;
164 cso_state_callback func, void *user_data);
Dcso_context.c391 cso->delete_state = (cso_state_callback)ctx->pipe->delete_blend_state; in cso_set_blend()
452 (cso_state_callback)ctx->pipe->delete_depth_stencil_alpha_state; in cso_set_depth_stencil_alpha()
513 (cso_state_callback)ctx->pipe->delete_rasterizer_state; in cso_set_rasterizer()
853 (cso_state_callback) ctx->pipe->delete_vertex_elements_state; in cso_set_vertex_elements()
992 (cso_state_callback) ctx->pipe->delete_sampler_state; in single_sampler()
Dcso_cache.c264 cso_state_callback func, void *user_data) in cso_for_each_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c218 cso->delete_state = (cso_state_callback)u_vbuf_delete_vertex_elements; in u_vbuf_set_vertex_elements_internal()