Home
last modified time | relevance | path

Searched refs:drmHashDestroy (Results 1 – 10 of 10) sorted by relevance

/third_party/libdrm/tests/
Dhash.c168 drmHashDestroy(table); in main()
177 drmHashDestroy(table); in main()
186 drmHashDestroy(table); in main()
200 drmHashDestroy(table); in main()
214 drmHashDestroy(table); in main()
/third_party/libdrm/etnaviv/
Detnaviv_device.c85 drmHashDestroy(dev->handle_table); in etna_device_del_impl()
86 drmHashDestroy(dev->name_table); in etna_device_del_impl()
/third_party/libdrm/freedreno/
Dfreedreno_device.c114 drmHashDestroy(dev->handle_table); in fd_device_del_impl()
115 drmHashDestroy(dev->name_table); in fd_device_del_impl()
/third_party/libdrm/
Dcore-symbols.txt80 drmHashDestroy
Dxf86drmHash.c116 drm_public int drmHashDestroy(void *t) in drmHashDestroy() function
Dxf86drm.h737 extern int drmHashDestroy(void *t);
Dxf86drm.c1254 drmHashDestroy(entry->tagTable); in drmClose()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c359 drmHashDestroy(msm_ring->bo_table); in flush_reset()
364 drmHashDestroy(msm_ring->cmd_table); in flush_reset()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c257 drmHashDestroy(priv->bo_table); in etna_cmd_stream_flush()
/third_party/libdrm/omap/
Domap_drm.c125 drmHashDestroy(dev->handle_table); in omap_device_del()