CL_CALLBACK       615 3rdparty/include/opencl/1.2/CL/cl.h                 void (CL_CALLBACK * /* pfn_notify */)(const char *, const void *, size_t, void *),
CL_CALLBACK       622 3rdparty/include/opencl/1.2/CL/cl.h                         void (CL_CALLBACK *     /* pfn_notify*/ )(const char *, const void *, size_t, void *),
CL_CALLBACK       712 3rdparty/include/opencl/1.2/CL/cl.h                                     void (CL_CALLBACK * /*pfn_notify*/)( cl_mem /* memobj */, void* /*user_data*/), 
CL_CALLBACK       771 3rdparty/include/opencl/1.2/CL/cl.h                void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
CL_CALLBACK       782 3rdparty/include/opencl/1.2/CL/cl.h                  void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
CL_CALLBACK       792 3rdparty/include/opencl/1.2/CL/cl.h               void (CL_CALLBACK *  /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
CL_CALLBACK       891 3rdparty/include/opencl/1.2/CL/cl.h                     void (CL_CALLBACK * /* pfn_notify */)(cl_event, cl_int, void *),
CL_CALLBACK      1133 3rdparty/include/opencl/1.2/CL/cl.h 					  void (CL_CALLBACK * /*user_func*/)(void *), 
CL_CALLBACK       198 3rdparty/include/opencl/1.2/CL/cl.hpp #if !defined(CL_CALLBACK)
CL_CALLBACK      2366 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(
CL_CALLBACK      2396 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(
CL_CALLBACK      2426 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(
CL_CALLBACK      2769 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * pfn_notify)(cl_event, cl_int, void *),		
CL_CALLBACK      2960 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * pfn_notify)(cl_mem, void *),		
CL_CALLBACK      4831 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
CL_CALLBACK      4854 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
CL_CALLBACK      4871 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
CL_CALLBACK      4958 3rdparty/include/opencl/1.2/CL/cl.hpp     void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
CL_CALLBACK      4990 3rdparty/include/opencl/1.2/CL/cl.hpp     void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL,
CL_CALLBACK      5892 3rdparty/include/opencl/1.2/CL/cl.hpp         void (CL_CALLBACK *userFptr)(void *),
CL_CALLBACK       111 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle plHandle, cl_uint numQueues, cl_command_queue* commQueueFFT, void (CL_CALLBACK* pfn_notify) (clAmdFftPlanHandle plHandle, void* user_data), void* user_data);
CL_CALLBACK       283 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*);
CL_CALLBACK       284 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*);
CL_CALLBACK       287 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
CL_CALLBACK       288 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
CL_CALLBACK       316 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*);
CL_CALLBACK       347 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*);
CL_CALLBACK       364 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetEventCallback)(cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl_int, void*), void*);
CL_CALLBACK       366 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetMemObjectDestructorCallback)(cl_mem, void (CL_CALLBACK*) (cl_mem, void*), void*);
CL_CALLBACK        11 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, void (CL_CALLBACK*p4) (cl_program, void*), void* p5) { return clBuildProgram_pfn(p0, p1, p2, p3, p4, p5); }
CL_CALLBACK        14 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, const char** p6, void (CL_CALLBACK*p7) (cl_program, void*), void* p8) { return clCompileProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
CL_CALLBACK        23 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* p2, void (CL_CALLBACK*p3) (const char*, const void*, size_t, void*), void* p4, cl_int* p5) { return clCreateContext_pfn(p0, p1, p2, p3, p4, p5); }
CL_CALLBACK        26 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); }
CL_CALLBACK       110 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clEnqueueNativeKernel(cl_command_queue p0, void (CL_CALLBACK*p1) (void*), void* p2, size_t p3, cl_uint p4, const cl_mem* p5, const void** p6, cl_uint p7, const cl_event* p8, cl_event* p9) { return clEnqueueNativeKernel_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); }
CL_CALLBACK       203 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_program clLinkProgram(cl_context p0, cl_uint p1, const cl_device_id* p2, const char* p3, cl_uint p4, const cl_program* p5, void (CL_CALLBACK*p6) (cl_program, void*), void* p7, cl_int* p8) { return clLinkProgram_pfn(p0, p1, p2, p3, p4, p5, p6, p7, p8); }
CL_CALLBACK       254 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clSetEventCallback(cl_event p0, cl_int p1, void (CL_CALLBACK*p2) (cl_event, cl_int, void*), void* p3) { return clSetEventCallback_pfn(p0, p1, p2, p3); }
CL_CALLBACK       260 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clSetMemObjectDestructorCallback(cl_mem p0, void (CL_CALLBACK*p1) (cl_mem, void*), void* p2) { return clSetMemObjectDestructorCallback_pfn(p0, p1, p2); }
CL_CALLBACK        91 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp     void (CL_CALLBACK *)( /*pfn_free_func*/
CL_CALLBACK      2348 modules/core/src/dxt.cpp static void CL_CALLBACK oclCleanupCallback(cl_event e, cl_int, void *p)
CL_CALLBACK       854 modules/core/src/ocl.cpp     void (CL_CALLBACK * pfn_notify)(const char *, const void *, size_t, void *),
CL_CALLBACK      1135 modules/core/src/ocl.cpp     void (CL_CALLBACK * pfn_notify)(cl_program, void *),
CL_CALLBACK      1337 modules/core/src/ocl.cpp     void (CL_CALLBACK  *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data),
CL_CALLBACK      3157 modules/core/src/ocl.cpp static void CL_CALLBACK oclCleanupCallback(cl_event, cl_int, void *p)
CL_CALLBACK       229 modules/core/src/opencl/runtime/autogenerated/opencl_clamdfft_impl.hpp clAmdFftStatus (*clAmdFftBakePlan)(clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlanHandle plHandle, void* user_data), void*) =
CL_CALLBACK       230 modules/core/src/opencl/runtime/autogenerated/opencl_clamdfft_impl.hpp         openclamdfft_fn5<OPENCLAMDFFT_FN_clAmdFftBakePlan, clAmdFftStatus, clAmdFftPlanHandle, cl_uint, cl_command_queue*, void (CL_CALLBACK*) (clAmdFftPlanHandle plHandle, void* user_data), void*>::switch_fn;
CL_CALLBACK       221 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*) =
CL_CALLBACK       222 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clBuildProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
CL_CALLBACK       225 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*) =
CL_CALLBACK       226 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn9<OPENCL_FN_clCompileProgram, cl_int, cl_program, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, const char**, void (CL_CALLBACK*) (cl_program, void*), void*>::switch_fn;
CL_CALLBACK       237 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
CL_CALLBACK       238 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn6<OPENCL_FN_clCreateContext, cl_context, const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
CL_CALLBACK       241 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
CL_CALLBACK       242 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
CL_CALLBACK       353 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clEnqueueNativeKernel)(cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*) =
CL_CALLBACK       354 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn10<OPENCL_FN_clEnqueueNativeKernel, cl_int, cl_command_queue, void (CL_CALLBACK*) (void*), void*, size_t, cl_uint, const cl_mem*, const void**, cl_uint, const cl_event*, cl_event*>::switch_fn;
CL_CALLBACK       477 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_program (CL_API_CALL*clLinkProgram)(cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*) =
CL_CALLBACK       478 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn9<OPENCL_FN_clLinkProgram, cl_program, cl_context, cl_uint, const cl_device_id*, const char*, cl_uint, const cl_program*, void (CL_CALLBACK*) (cl_program, void*), void*, cl_int*>::switch_fn;
CL_CALLBACK       545 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clSetEventCallback)(cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl_int, void*), void*) =
CL_CALLBACK       546 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn4<OPENCL_FN_clSetEventCallback, cl_int, cl_event, cl_int, void (CL_CALLBACK*) (cl_event, cl_int, void*), void*>::switch_fn;
CL_CALLBACK       553 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clSetMemObjectDestructorCallback)(cl_mem, void (CL_CALLBACK*) (cl_mem, void*), void*) =
CL_CALLBACK       554 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp         opencl_fn3<OPENCL_FN_clSetMemObjectDestructorCallback, cl_int, cl_mem, void (CL_CALLBACK*) (cl_mem, void*), void*>::switch_fn;