Home
last modified time | relevance | path

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

/external/wayland/tests/
Dresources-test.c83 destroy_notify(struct wl_listener *l, void *data) in destroy_notify() function
111 .notify = &destroy_notify in TEST()
/external/mesa3d/src/gallium/frontends/clover/core/
Dcontext.cpp51 context::destroy_notify(std::function<void ()> f) { in destroy_notify() function in context
Dcontext.hpp57 void destroy_notify(std::function<void ()> f);
Dmemory.hpp58 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/frontends/clover/api/
Dcontext.cpp156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
Dmemory.cpp427 mem.destroy_notify([=]{ pfn_notify(d_mem, user_data); }); in clSetMemObjectDestructorCallback()