Searched refs:MemoryCB (Results 1 – 3 of 3) sorted by relevance
29 cl_int setDestructorCallback(MemoryCB pfnNotify, void *userData);54 using CallbackData = std::pair<MemoryCB, void *>;
46 cl_int Memory::setDestructorCallback(MemoryCB pfnNotify, void *userData) in setDestructorCallback()145 const MemoryCB callback = callbacks.top().first; in ~Memory()
33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data); variable