Searched refs:object_heap_next (Results 1 – 3 of 3) sorted by relevance
81 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter);
149 return object_heap_next(heap, iter); in object_heap_first()156 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter) in object_heap_next() function
3168 obj_context = (object_context_p) object_heap_next(&driver_data->context_heap, &iter);3177 obj_subpic = (object_subpic_p) object_heap_next(&driver_data->subpic_heap, &iter);3186 obj_image = (object_image_p) object_heap_next(&driver_data->image_heap, &iter);3195 obj_buffer = (object_buffer_p) object_heap_next(&driver_data->buffer_heap, &iter);3209 obj_surface = (object_surface_p) object_heap_next(&driver_data->surface_heap, &iter);3217 obj_config = (object_config_p) object_heap_next(&driver_data->config_heap, &iter);