Home
last modified time | relevance | path

Searched refs:__destroy_notify (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp32 __destroy_notify([]{}) { in _cl_mem()
38 __destroy_notify(); in ~_cl_mem()
43 __destroy_notify = f; in destroy_notify()
Dmemory.hpp63 std::function<void ()> __destroy_notify; member