Searched refs:destroy_func (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcptrlist.c32 FcDestroyFunc destroy_func; member in struct:_FcPtrList
48 ret->destroy_func = func;
66 list->destroy_func (FcPtrListIterGetValue (list, &iter));
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c75 virgl_resource_cache_entry_release_func destroy_func,
81 cache->entry_release_func = destroy_func;
72 virgl_resource_cache_init(struct virgl_resource_cache * cache,unsigned timeout_usecs,virgl_resource_cache_entry_is_busy_func is_busy_func,virgl_resource_cache_entry_release_func destroy_func,void * user_data) argument
H A Dvirgl_resource_cache.h77 virgl_resource_cache_entry_release_func destroy_func,
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-image.c129 common->destroy_func = NULL;
143 if (image->common.destroy_func)
144 image->common.destroy_func (image, image->common.destroy_data);
225 image->common.destroy_func = func;
H A Dpixman-private.h115 pixman_image_destroy_func_t destroy_func; member in struct:image_common

Completed in 7 milliseconds