Home | History | Annotate | Download | only in src

Lines Matching refs:obj_ptr

570 static void vrend_destroy_query_object(void *obj_ptr);
575 static void vrend_destroy_resource_object(void *obj_ptr);
1557 static void vrend_destroy_surface_object(void *obj_ptr)
1559 struct vrend_surface *surface = obj_ptr;
1564 static void vrend_destroy_sampler_view_object(void *obj_ptr)
1566 struct vrend_sampler_view *samp = obj_ptr;
1571 static void vrend_destroy_so_target_object(void *obj_ptr)
1573 struct vrend_so_target *target = obj_ptr;
1604 static void vrend_destroy_vertex_elements_object(void *obj_ptr)
1606 struct vrend_vertex_element_array *v = obj_ptr;
1614 static void vrend_destroy_sampler_state_object(void *obj_ptr)
1616 struct vrend_sampler_state *state = obj_ptr;
2680 static void vrend_destroy_shader_object(void *obj_ptr)
2682 struct vrend_shader_selector *state = obj_ptr;
5759 static void vrend_destroy_resource_object(void *obj_ptr)
5761 struct vrend_resource *res = obj_ptr;
7617 static void vrend_destroy_query_object(void *obj_ptr)
7619 struct vrend_query *query = obj_ptr;