Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.h104 handle_table_get_first_handle(struct handle_table *ht);
Du_handle_table.c276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle() function
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dhtab.c52 if (htab && !handle_table_get_first_handle(htab)) { in vlDestroyHTAB()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.c187 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table); in stw_cleanup()