CL_RUNTIME_EXPORT  547 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT clAmdBlasStatus (*clAmdBlasCgemmEx)(clAmdBlasOrder order, clAmdBlasTranspose transA, clAmdBlasTranspose transB, size_t M, size_t N, size_t K, FloatComplex alpha, const cl_mem A, size_t offA, size_t lda, const cl_mem B, size_t offB, size_t ldb, FloatComplex beta, cl_mem C, size_t offC, size_t ldc, cl_uint numCommandQueues, cl_command_queue* commandQueues, cl_uint numEventsInWaitList, const cl_event* eventWaitList, cl_event* events);
CL_RUNTIME_EXPORT  588 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT clAmdBlasStatus (*clAmdBlasDgemmEx)(clAmdBlasOrder order, clAmdBlasTranspose transA, clAmdBlasTranspose transB, size_t M, size_t N, size_t K, cl_double alpha, const cl_mem A, size_t offA, size_t lda, const cl_mem B, size_t offB, size_t ldb, cl_double beta, cl_mem C, size_t offC, size_t ldc, cl_uint numCommandQueues, cl_command_queue* commandQueues, cl_uint numEventsInWaitList, const cl_event* eventWaitList, cl_event* events);
CL_RUNTIME_EXPORT  632 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT clAmdBlasStatus (*clAmdBlasSetup)();
CL_RUNTIME_EXPORT  635 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT clAmdBlasStatus (*clAmdBlasSgemmEx)(clAmdBlasOrder order, clAmdBlasTranspose transA, clAmdBlasTranspose transB, size_t M, size_t N, size_t K, cl_float alpha, const cl_mem A, size_t offA, size_t lda, const cl_mem B, size_t offB, size_t ldb, cl_float beta, cl_mem C, size_t offC, size_t ldc, cl_uint numCommandQueues, cl_command_queue* commandQueues, cl_uint numEventsInWaitList, const cl_event* eventWaitList, cl_event* events);
CL_RUNTIME_EXPORT  669 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT void (*clAmdBlasTeardown)();
CL_RUNTIME_EXPORT  678 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp extern CL_RUNTIME_EXPORT clAmdBlasStatus (*clAmdBlasZgemmEx)(clAmdBlasOrder order, clAmdBlasTranspose transA, clAmdBlasTranspose transB, size_t M, size_t N, size_t K, DoubleComplex alpha, const cl_mem A, size_t offA, size_t lda, const cl_mem B, size_t offB, size_t ldb, DoubleComplex beta, cl_mem C, size_t offC, size_t ldc, cl_uint numCommandQueues, cl_command_queue* commandQueues, cl_uint numEventsInWaitList, const cl_event* eventWaitList, cl_event* events);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  113 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftCreateDefaultPlan)(clAmdFftPlanHandle* plHandle, cl_context context, const clAmdFftDim dim, const size_t* clLengths);
CL_RUNTIME_EXPORT  114 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftDestroyPlan)(clAmdFftPlanHandle* plHandle);
CL_RUNTIME_EXPORT  115 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftEnqueueTransform)(clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_uint numQueuesAndEvents, cl_command_queue* commQueues, cl_uint numWaitEvents, const cl_event* waitEvents, cl_event* outEvents, cl_mem* inputBuffers, cl_mem* outputBuffers, cl_mem tmpBuffer);
CL_RUNTIME_EXPORT  128 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetTmpBufSize)(const clAmdFftPlanHandle plHandle, size_t* buffersize);
CL_RUNTIME_EXPORT  129 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftGetVersion)(cl_uint* major, cl_uint* minor, cl_uint* patch);
CL_RUNTIME_EXPORT  130 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetLayout)(clAmdFftPlanHandle plHandle, clAmdFftLayout iLayout, clAmdFftLayout oLayout);
CL_RUNTIME_EXPORT  131 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanBatchSize)(clAmdFftPlanHandle plHandle, size_t batchSize);
CL_RUNTIME_EXPORT  133 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanDistance)(clAmdFftPlanHandle plHandle, size_t iDist, size_t oDist);
CL_RUNTIME_EXPORT  134 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanInStride)(clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t* clStrides);
CL_RUNTIME_EXPORT  136 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanOutStride)(clAmdFftPlanHandle plHandle, const clAmdFftDim dim, size_t* clStrides);
CL_RUNTIME_EXPORT  137 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanPrecision)(clAmdFftPlanHandle plHandle, clAmdFftPrecision precision);
CL_RUNTIME_EXPORT  138 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetPlanScale)(clAmdFftPlanHandle plHandle, clAmdFftDirection dir, cl_float scale);
CL_RUNTIME_EXPORT  140 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetResultLocation)(clAmdFftPlanHandle plHandle, clAmdFftResultLocation placeness);
CL_RUNTIME_EXPORT  141 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftSetup)(const clAmdFftSetupData* setupData);
CL_RUNTIME_EXPORT  142 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftTeardown)();
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  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_RUNTIME_EXPORT  285 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void*, cl_int*);
CL_RUNTIME_EXPORT  286 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  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_RUNTIME_EXPORT  289 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_image_format*, const cl_image_desc*, void*, cl_int*);
CL_RUNTIME_EXPORT  290 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, void*, cl_int*);
CL_RUNTIME_EXPORT  291 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_image_format*, size_t, size_t, size_t, size_t, size_t, void*, cl_int*);
CL_RUNTIME_EXPORT  292 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_kernel (CL_API_CALL*clCreateKernel)(cl_program, const char*, cl_int*);
CL_RUNTIME_EXPORT  293 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateKernelsInProgram)(cl_program, cl_uint, cl_kernel*, cl_uint*);
CL_RUNTIME_EXPORT  294 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*);
CL_RUNTIME_EXPORT  295 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_uint, const cl_device_id*, const char*, cl_int*);
CL_RUNTIME_EXPORT  296 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, const char**, const size_t*, cl_int*);
CL_RUNTIME_EXPORT  297 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_sampler (CL_API_CALL*clCreateSampler)(cl_context, cl_bool, cl_addressing_mode, cl_filter_mode, cl_int*);
CL_RUNTIME_EXPORT  298 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateSubBuffer)(cl_mem, cl_mem_flags, cl_buffer_create_type, const void*, cl_int*);
CL_RUNTIME_EXPORT  299 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCreateSubDevices)(cl_device_id, const cl_device_partition_property*, cl_uint, cl_device_id*, cl_uint*);
CL_RUNTIME_EXPORT  300 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_event (CL_API_CALL*clCreateUserEvent)(cl_context, cl_int*);
CL_RUNTIME_EXPORT  301 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueBarrier)(cl_command_queue);
CL_RUNTIME_EXPORT  302 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  303 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBuffer)(cl_command_queue, cl_mem, cl_mem, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  304 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBufferRect)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  305 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyBufferToImage)(cl_command_queue, cl_mem, cl_mem, size_t, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  306 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyImage)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  307 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueCopyImageToBuffer)(cl_command_queue, cl_mem, cl_mem, const size_t*, const size_t*, size_t, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  308 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueFillBuffer)(cl_command_queue, cl_mem, const void*, size_t, size_t, size_t, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  309 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueFillImage)(cl_command_queue, cl_mem, const void*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  310 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clEnqueueMapBuffer)(cl_command_queue, cl_mem, cl_bool, cl_map_flags, size_t, size_t, cl_uint, const cl_event*, cl_event*, cl_int*);
CL_RUNTIME_EXPORT  311 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clEnqueueMapImage)(cl_command_queue, cl_mem, cl_bool, cl_map_flags, const size_t*, const size_t*, size_t*, size_t*, cl_uint, const cl_event*, cl_event*, cl_int*);
CL_RUNTIME_EXPORT  312 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMarker)(cl_command_queue, cl_event*);
CL_RUNTIME_EXPORT  313 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMarkerWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  314 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueMigrateMemObjects)(cl_command_queue, cl_uint, const cl_mem*, cl_mem_migration_flags, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  315 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, cl_uint, const size_t*, const size_t*, const size_t*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  317 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadBuffer)(cl_command_queue, cl_mem, cl_bool, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  318 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadBufferRect)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  319 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueReadImage)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, size_t, size_t, void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  320 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueTask)(cl_command_queue, cl_kernel, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  321 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueUnmapMemObject)(cl_command_queue, cl_mem, void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  322 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWaitForEvents)(cl_command_queue, cl_uint, const cl_event*);
CL_RUNTIME_EXPORT  323 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteBuffer)(cl_command_queue, cl_mem, cl_bool, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  324 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteBufferRect)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, const size_t*, size_t, size_t, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  325 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueWriteImage)(cl_command_queue, cl_mem, cl_bool, const size_t*, const size_t*, size_t, size_t, const void*, cl_uint, const cl_event*, cl_event*);
CL_RUNTIME_EXPORT  326 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFinish)(cl_command_queue);
CL_RUNTIME_EXPORT  327 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clFlush)(cl_command_queue);
CL_RUNTIME_EXPORT  328 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetCommandQueueInfo)(cl_command_queue, cl_command_queue_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  329 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  330 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*);
CL_RUNTIME_EXPORT  331 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceInfo)(cl_device_id, cl_device_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  332 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventInfo)(cl_event, cl_event_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  333 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetEventProfilingInfo)(cl_event, cl_profiling_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  334 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddress)(const char*);
CL_RUNTIME_EXPORT  335 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*);
CL_RUNTIME_EXPORT  336 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetImageInfo)(cl_mem, cl_image_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  337 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelArgInfo)(cl_kernel, cl_uint, cl_kernel_arg_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  338 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelInfo)(cl_kernel, cl_kernel_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  339 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetKernelWorkGroupInfo)(cl_kernel, cl_device_id, cl_kernel_work_group_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  340 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetMemObjectInfo)(cl_mem, cl_mem_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  341 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*);
CL_RUNTIME_EXPORT  342 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  343 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramBuildInfo)(cl_program, cl_device_id, cl_program_build_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  344 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  345 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSamplerInfo)(cl_sampler, cl_sampler_info, size_t, void*, size_t*);
CL_RUNTIME_EXPORT  346 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_uint, cl_image_format*, cl_uint*);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  348 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseCommandQueue)(cl_command_queue);
CL_RUNTIME_EXPORT  349 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseContext)(cl_context);
CL_RUNTIME_EXPORT  350 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseDevice)(cl_device_id);
CL_RUNTIME_EXPORT  351 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseEvent)(cl_event);
CL_RUNTIME_EXPORT  352 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseKernel)(cl_kernel);
CL_RUNTIME_EXPORT  353 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseMemObject)(cl_mem);
CL_RUNTIME_EXPORT  354 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseProgram)(cl_program);
CL_RUNTIME_EXPORT  355 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseSampler)(cl_sampler);
CL_RUNTIME_EXPORT  356 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainCommandQueue)(cl_command_queue);
CL_RUNTIME_EXPORT  357 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainContext)(cl_context);
CL_RUNTIME_EXPORT  358 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainDevice)(cl_device_id);
CL_RUNTIME_EXPORT  359 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainEvent)(cl_event);
CL_RUNTIME_EXPORT  360 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainKernel)(cl_kernel);
CL_RUNTIME_EXPORT  361 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainMemObject)(cl_mem);
CL_RUNTIME_EXPORT  362 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainProgram)(cl_program);
CL_RUNTIME_EXPORT  363 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainSampler)(cl_sampler);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  365 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetKernelArg)(cl_kernel, cl_uint, size_t, const void*);
CL_RUNTIME_EXPORT  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_RUNTIME_EXPORT  367 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clSetUserEventStatus)(cl_event, cl_int);
CL_RUNTIME_EXPORT  368 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadCompiler)();
CL_RUNTIME_EXPORT  369 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id);
CL_RUNTIME_EXPORT  370 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clWaitForEvents)(cl_uint, const cl_event*);
CL_RUNTIME_EXPORT   47 modules/core/include/opencv2/core/opencl/runtime/opencl_clamdblas.hpp #ifndef CL_RUNTIME_EXPORT
CL_RUNTIME_EXPORT   47 modules/core/include/opencv2/core/opencl/runtime/opencl_clamdfft.hpp #ifndef CL_RUNTIME_EXPORT
CL_RUNTIME_EXPORT   57 modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp #ifndef CL_RUNTIME_EXPORT
CL_RUNTIME_EXPORT   32 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
CL_RUNTIME_EXPORT   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);
CL_RUNTIME_EXPORT   34 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clSetKernelArgSVMPointer)(cl_kernel kernel, cl_uint arg_index, const void* arg_value);
CL_RUNTIME_EXPORT   39 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size,
CL_RUNTIME_EXPORT   41 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemFill)(cl_command_queue command_queue, void* svm_ptr, const void* pattern, size_t pattern_size, size_t size,
CL_RUNTIME_EXPORT   43 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMap)(cl_command_queue command_queue, cl_bool blocking_map, cl_map_flags map_flags, void* svm_ptr, size_t size,
CL_RUNTIME_EXPORT   45 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMUnmap)(cl_command_queue command_queue, void* svm_ptr,