Home
last modified time | relevance | path

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

/external/wayland/tests/
Dresources-test.c83 destroy_notify(struct wl_listener *l, void *data) in destroy_notify() function
100 .notify = &destroy_notify in TEST()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.hpp54 void destroy_notify(std::function<void ()> f);
Dmemory.cpp50 memory_obj::destroy_notify(std::function<void ()> f) { in destroy_notify() function in memory_obj
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dmemory.cpp395 mem.destroy_notify([=]{ pfn_notify(d_mem, user_data); }); in clSetMemObjectDestructorCallback()