HomeSort by: relevance | last modified time | path
    Searched refs:destroy_cb (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_private.h 1279 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb; member in struct:v3dv_cmd_buffer_private_obj
1386 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb);
v3dv_cmd_buffer.c 287 v3dv_cmd_buffer_private_obj_destroy_cb destroy_cb)
298 pobj->destroy_cb = destroy_cb;
307 assert(pobj && pobj->obj && pobj->destroy_cb);
308 pobj->destroy_cb(v3dv_device_to_handle(cmd_buffer->device),
  /xsrc/external/mit/xterm/dist/
charproc.c 12922 XIMCallback destroy_cb; local
12924 destroy_cb.callback = xim_destroy_cb;
12925 destroy_cb.client_data = NULL;
12928 &destroy_cb,

Completed in 15 milliseconds