Home
last modified time | relevance | path

Searched refs:MemoryCB (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLMemory.h29 cl_int setDestructorCallback(MemoryCB pfnNotify, void *userData);
54 using CallbackData = std::pair<MemoryCB, void *>;
DCLMemory.cpp46 cl_int Memory::setDestructorCallback(MemoryCB pfnNotify, void *userData) in setDestructorCallback()
145 const MemoryCB callback = callbacks.top().first; in ~Memory()
/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data); variable