clSVMFree          33 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
clSVMFree        2688 modules/core/src/ocl.cpp                 clSVMFree(handle, ptr);
clSVMFree        2691 modules/core/src/ocl.cpp             clSVMFree(handle, ptr);
clSVMFree        2693 modules/core/src/ocl.cpp             svmFunctions.fn_clSVMFree = clSVMFree;
clSVMFree         209 modules/core/src/opencl/runtime/opencl_core.cpp void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer) =
clSVMFree         211 modules/core/src/opencl/runtime/opencl_core.cpp static const struct DynamicFnEntry _clSVMFree_definition = { "clSVMFree", (void**)&clSVMFree};