OpenCV  3.3.0
Open Source Computer Vision
Macros | Functions
opencl_core_wrappers.hpp File Reference

Macros

#define clBuildProgram   clBuildProgram_fn
 
#define clCompileProgram   clCompileProgram_fn
 
#define clCreateBuffer   clCreateBuffer_fn
 
#define clCreateCommandQueue   clCreateCommandQueue_fn
 
#define clCreateContext   clCreateContext_fn
 
#define clCreateContextFromType   clCreateContextFromType_fn
 
#define clCreateImage   clCreateImage_fn
 
#define clCreateImage2D   clCreateImage2D_fn
 
#define clCreateImage3D   clCreateImage3D_fn
 
#define clCreateKernel   clCreateKernel_fn
 
#define clCreateKernelsInProgram   clCreateKernelsInProgram_fn
 
#define clCreateProgramWithBinary   clCreateProgramWithBinary_fn
 
#define clCreateProgramWithBuiltInKernels   clCreateProgramWithBuiltInKernels_fn
 
#define clCreateProgramWithSource   clCreateProgramWithSource_fn
 
#define clCreateSampler   clCreateSampler_fn
 
#define clCreateSubBuffer   clCreateSubBuffer_fn
 
#define clCreateSubDevices   clCreateSubDevices_fn
 
#define clCreateUserEvent   clCreateUserEvent_fn
 
#define clEnqueueBarrier   clEnqueueBarrier_fn
 
#define clEnqueueBarrierWithWaitList   clEnqueueBarrierWithWaitList_fn
 
#define clEnqueueCopyBuffer   clEnqueueCopyBuffer_fn
 
#define clEnqueueCopyBufferRect   clEnqueueCopyBufferRect_fn
 
#define clEnqueueCopyBufferToImage   clEnqueueCopyBufferToImage_fn
 
#define clEnqueueCopyImage   clEnqueueCopyImage_fn
 
#define clEnqueueCopyImageToBuffer   clEnqueueCopyImageToBuffer_fn
 
#define clEnqueueFillBuffer   clEnqueueFillBuffer_fn
 
#define clEnqueueFillImage   clEnqueueFillImage_fn
 
#define clEnqueueMapBuffer   clEnqueueMapBuffer_fn
 
#define clEnqueueMapImage   clEnqueueMapImage_fn
 
#define clEnqueueMarker   clEnqueueMarker_fn
 
#define clEnqueueMarkerWithWaitList   clEnqueueMarkerWithWaitList_fn
 
#define clEnqueueMigrateMemObjects   clEnqueueMigrateMemObjects_fn
 
#define clEnqueueNativeKernel   clEnqueueNativeKernel_fn
 
#define clEnqueueNDRangeKernel   clEnqueueNDRangeKernel_fn
 
#define clEnqueueReadBuffer   clEnqueueReadBuffer_fn
 
#define clEnqueueReadBufferRect   clEnqueueReadBufferRect_fn
 
#define clEnqueueReadImage   clEnqueueReadImage_fn
 
#define clEnqueueTask   clEnqueueTask_fn
 
#define clEnqueueUnmapMemObject   clEnqueueUnmapMemObject_fn
 
#define clEnqueueWaitForEvents   clEnqueueWaitForEvents_fn
 
#define clEnqueueWriteBuffer   clEnqueueWriteBuffer_fn
 
#define clEnqueueWriteBufferRect   clEnqueueWriteBufferRect_fn
 
#define clEnqueueWriteImage   clEnqueueWriteImage_fn
 
#define clFinish   clFinish_fn
 
#define clFlush   clFlush_fn
 
#define clGetCommandQueueInfo   clGetCommandQueueInfo_fn
 
#define clGetContextInfo   clGetContextInfo_fn
 
#define clGetDeviceIDs   clGetDeviceIDs_fn
 
#define clGetDeviceInfo   clGetDeviceInfo_fn
 
#define clGetEventInfo   clGetEventInfo_fn
 
#define clGetEventProfilingInfo   clGetEventProfilingInfo_fn
 
#define clGetExtensionFunctionAddress   clGetExtensionFunctionAddress_fn
 
#define clGetExtensionFunctionAddressForPlatform   clGetExtensionFunctionAddressForPlatform_fn
 
#define clGetImageInfo   clGetImageInfo_fn
 
#define clGetKernelArgInfo   clGetKernelArgInfo_fn
 
#define clGetKernelInfo   clGetKernelInfo_fn
 
#define clGetKernelWorkGroupInfo   clGetKernelWorkGroupInfo_fn
 
#define clGetMemObjectInfo   clGetMemObjectInfo_fn
 
#define clGetPlatformIDs   clGetPlatformIDs_fn
 
#define clGetPlatformInfo   clGetPlatformInfo_fn
 
#define clGetProgramBuildInfo   clGetProgramBuildInfo_fn
 
#define clGetProgramInfo   clGetProgramInfo_fn
 
#define clGetSamplerInfo   clGetSamplerInfo_fn
 
#define clGetSupportedImageFormats   clGetSupportedImageFormats_fn
 
#define clLinkProgram   clLinkProgram_fn
 
#define clReleaseCommandQueue   clReleaseCommandQueue_fn
 
#define clReleaseContext   clReleaseContext_fn
 
#define clReleaseDevice   clReleaseDevice_fn
 
#define clReleaseEvent   clReleaseEvent_fn
 
#define clReleaseKernel   clReleaseKernel_fn
 
#define clReleaseMemObject   clReleaseMemObject_fn
 
#define clReleaseProgram   clReleaseProgram_fn
 
#define clReleaseSampler   clReleaseSampler_fn
 
#define clRetainCommandQueue   clRetainCommandQueue_fn
 
#define clRetainContext   clRetainContext_fn
 
#define clRetainDevice   clRetainDevice_fn
 
#define clRetainEvent   clRetainEvent_fn
 
#define clRetainKernel   clRetainKernel_fn
 
#define clRetainMemObject   clRetainMemObject_fn
 
#define clRetainProgram   clRetainProgram_fn
 
#define clRetainSampler   clRetainSampler_fn
 
#define clSetEventCallback   clSetEventCallback_fn
 
#define clSetKernelArg   clSetKernelArg_fn
 
#define clSetMemObjectDestructorCallback   clSetMemObjectDestructorCallback_fn
 
#define clSetUserEventStatus   clSetUserEventStatus_fn
 
#define clUnloadCompiler   clUnloadCompiler_fn
 
#define clUnloadPlatformCompiler   clUnloadPlatformCompiler_fn
 
#define clWaitForEvents   clWaitForEvents_fn
 

Functions

cl_int clBuildProgram_fn (cl_program p0, cl_uint p1, const cl_device_id *p2, const char *p3, void(CL_CALLBACK *p4)(cl_program, void *), void *p5)
 
cl_int clCompileProgram_fn (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)
 
cl_mem clCreateBuffer_fn (cl_context p0, cl_mem_flags p1, size_t p2, void *p3, cl_int *p4)
 
cl_command_queue clCreateCommandQueue_fn (cl_context p0, cl_device_id p1, cl_command_queue_properties p2, cl_int *p3)
 
cl_context clCreateContext_fn (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)
 
cl_context clCreateContextFromType_fn (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)
 
cl_mem clCreateImage2D_fn (cl_context p0, cl_mem_flags p1, const cl_image_format *p2, size_t p3, size_t p4, size_t p5, void *p6, cl_int *p7)
 
cl_mem clCreateImage3D_fn (cl_context p0, cl_mem_flags p1, const cl_image_format *p2, size_t p3, size_t p4, size_t p5, size_t p6, size_t p7, void *p8, cl_int *p9)
 
cl_mem clCreateImage_fn (cl_context p0, cl_mem_flags p1, const cl_image_format *p2, const cl_image_desc *p3, void *p4, cl_int *p5)
 
cl_kernel clCreateKernel_fn (cl_program p0, const char *p1, cl_int *p2)
 
cl_int clCreateKernelsInProgram_fn (cl_program p0, cl_uint p1, cl_kernel *p2, cl_uint *p3)
 
cl_program clCreateProgramWithBinary_fn (cl_context p0, cl_uint p1, const cl_device_id *p2, const size_t *p3, const unsigned char **p4, cl_int *p5, cl_int *p6)
 
cl_program clCreateProgramWithBuiltInKernels_fn (cl_context p0, cl_uint p1, const cl_device_id *p2, const char *p3, cl_int *p4)
 
cl_program clCreateProgramWithSource_fn (cl_context p0, cl_uint p1, const char **p2, const size_t *p3, cl_int *p4)
 
cl_sampler clCreateSampler_fn (cl_context p0, cl_bool p1, cl_addressing_mode p2, cl_filter_mode p3, cl_int *p4)
 
cl_mem clCreateSubBuffer_fn (cl_mem p0, cl_mem_flags p1, cl_buffer_create_type p2, const void *p3, cl_int *p4)
 
cl_int clCreateSubDevices_fn (cl_device_id p0, const cl_device_partition_property *p1, cl_uint p2, cl_device_id *p3, cl_uint *p4)
 
cl_event clCreateUserEvent_fn (cl_context p0, cl_int *p1)
 
cl_int clEnqueueBarrier_fn (cl_command_queue p0)
 
cl_int clEnqueueBarrierWithWaitList_fn (cl_command_queue p0, cl_uint p1, const cl_event *p2, cl_event *p3)
 
cl_int clEnqueueCopyBuffer_fn (cl_command_queue p0, cl_mem p1, cl_mem p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueCopyBufferRect_fn (cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t *p3, const size_t *p4, const size_t *p5, size_t p6, size_t p7, size_t p8, size_t p9, cl_uint p10, const cl_event *p11, cl_event *p12)
 
cl_int clEnqueueCopyBufferToImage_fn (cl_command_queue p0, cl_mem p1, cl_mem p2, size_t p3, const size_t *p4, const size_t *p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueCopyImage_fn (cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t *p3, const size_t *p4, const size_t *p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueCopyImageToBuffer_fn (cl_command_queue p0, cl_mem p1, cl_mem p2, const size_t *p3, const size_t *p4, size_t p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueFillBuffer_fn (cl_command_queue p0, cl_mem p1, const void *p2, size_t p3, size_t p4, size_t p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueFillImage_fn (cl_command_queue p0, cl_mem p1, const void *p2, const size_t *p3, const size_t *p4, cl_uint p5, const cl_event *p6, cl_event *p7)
 
void * clEnqueueMapBuffer_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, cl_map_flags p3, size_t p4, size_t p5, cl_uint p6, const cl_event *p7, cl_event *p8, cl_int *p9)
 
void * clEnqueueMapImage_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, cl_map_flags p3, const size_t *p4, const size_t *p5, size_t *p6, size_t *p7, cl_uint p8, const cl_event *p9, cl_event *p10, cl_int *p11)
 
cl_int clEnqueueMarker_fn (cl_command_queue p0, cl_event *p1)
 
cl_int clEnqueueMarkerWithWaitList_fn (cl_command_queue p0, cl_uint p1, const cl_event *p2, cl_event *p3)
 
cl_int clEnqueueMigrateMemObjects_fn (cl_command_queue p0, cl_uint p1, const cl_mem *p2, cl_mem_migration_flags p3, cl_uint p4, const cl_event *p5, cl_event *p6)
 
cl_int clEnqueueNativeKernel_fn (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)
 
cl_int clEnqueueNDRangeKernel_fn (cl_command_queue p0, cl_kernel p1, cl_uint p2, const size_t *p3, const size_t *p4, const size_t *p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueReadBuffer_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, size_t p3, size_t p4, void *p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueReadBufferRect_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t *p3, const size_t *p4, const size_t *p5, size_t p6, size_t p7, size_t p8, size_t p9, void *p10, cl_uint p11, const cl_event *p12, cl_event *p13)
 
cl_int clEnqueueReadImage_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t *p3, const size_t *p4, size_t p5, size_t p6, void *p7, cl_uint p8, const cl_event *p9, cl_event *p10)
 
cl_int clEnqueueTask_fn (cl_command_queue p0, cl_kernel p1, cl_uint p2, const cl_event *p3, cl_event *p4)
 
cl_int clEnqueueUnmapMemObject_fn (cl_command_queue p0, cl_mem p1, void *p2, cl_uint p3, const cl_event *p4, cl_event *p5)
 
cl_int clEnqueueWaitForEvents_fn (cl_command_queue p0, cl_uint p1, const cl_event *p2)
 
cl_int clEnqueueWriteBuffer_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, size_t p3, size_t p4, const void *p5, cl_uint p6, const cl_event *p7, cl_event *p8)
 
cl_int clEnqueueWriteBufferRect_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t *p3, const size_t *p4, const size_t *p5, size_t p6, size_t p7, size_t p8, size_t p9, const void *p10, cl_uint p11, const cl_event *p12, cl_event *p13)
 
cl_int clEnqueueWriteImage_fn (cl_command_queue p0, cl_mem p1, cl_bool p2, const size_t *p3, const size_t *p4, size_t p5, size_t p6, const void *p7, cl_uint p8, const cl_event *p9, cl_event *p10)
 
cl_int clFinish_fn (cl_command_queue p0)
 
cl_int clFlush_fn (cl_command_queue p0)
 
cl_int clGetCommandQueueInfo_fn (cl_command_queue p0, cl_command_queue_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetContextInfo_fn (cl_context p0, cl_context_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetDeviceIDs_fn (cl_platform_id p0, cl_device_type p1, cl_uint p2, cl_device_id *p3, cl_uint *p4)
 
cl_int clGetDeviceInfo_fn (cl_device_id p0, cl_device_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetEventInfo_fn (cl_event p0, cl_event_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetEventProfilingInfo_fn (cl_event p0, cl_profiling_info p1, size_t p2, void *p3, size_t *p4)
 
void * clGetExtensionFunctionAddress_fn (const char *p0)
 
void * clGetExtensionFunctionAddressForPlatform_fn (cl_platform_id p0, const char *p1)
 
cl_int clGetImageInfo_fn (cl_mem p0, cl_image_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetKernelArgInfo_fn (cl_kernel p0, cl_uint p1, cl_kernel_arg_info p2, size_t p3, void *p4, size_t *p5)
 
cl_int clGetKernelInfo_fn (cl_kernel p0, cl_kernel_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetKernelWorkGroupInfo_fn (cl_kernel p0, cl_device_id p1, cl_kernel_work_group_info p2, size_t p3, void *p4, size_t *p5)
 
cl_int clGetMemObjectInfo_fn (cl_mem p0, cl_mem_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetPlatformIDs_fn (cl_uint p0, cl_platform_id *p1, cl_uint *p2)
 
cl_int clGetPlatformInfo_fn (cl_platform_id p0, cl_platform_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetProgramBuildInfo_fn (cl_program p0, cl_device_id p1, cl_program_build_info p2, size_t p3, void *p4, size_t *p5)
 
cl_int clGetProgramInfo_fn (cl_program p0, cl_program_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetSamplerInfo_fn (cl_sampler p0, cl_sampler_info p1, size_t p2, void *p3, size_t *p4)
 
cl_int clGetSupportedImageFormats_fn (cl_context p0, cl_mem_flags p1, cl_mem_object_type p2, cl_uint p3, cl_image_format *p4, cl_uint *p5)
 
cl_program clLinkProgram_fn (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)
 
cl_int clReleaseCommandQueue_fn (cl_command_queue p0)
 
cl_int clReleaseContext_fn (cl_context p0)
 
cl_int clReleaseDevice_fn (cl_device_id p0)
 
cl_int clReleaseEvent_fn (cl_event p0)
 
cl_int clReleaseKernel_fn (cl_kernel p0)
 
cl_int clReleaseMemObject_fn (cl_mem p0)
 
cl_int clReleaseProgram_fn (cl_program p0)
 
cl_int clReleaseSampler_fn (cl_sampler p0)
 
cl_int clRetainCommandQueue_fn (cl_command_queue p0)
 
cl_int clRetainContext_fn (cl_context p0)
 
cl_int clRetainDevice_fn (cl_device_id p0)
 
cl_int clRetainEvent_fn (cl_event p0)
 
cl_int clRetainKernel_fn (cl_kernel p0)
 
cl_int clRetainMemObject_fn (cl_mem p0)
 
cl_int clRetainProgram_fn (cl_program p0)
 
cl_int clRetainSampler_fn (cl_sampler p0)
 
cl_int clSetEventCallback_fn (cl_event p0, cl_int p1, void(CL_CALLBACK *p2)(cl_event, cl_int, void *), void *p3)
 
cl_int clSetKernelArg_fn (cl_kernel p0, cl_uint p1, size_t p2, const void *p3)
 
cl_int clSetMemObjectDestructorCallback_fn (cl_mem p0, void(CL_CALLBACK *p1)(cl_mem, void *), void *p2)
 
cl_int clSetUserEventStatus_fn (cl_event p0, cl_int p1)
 
cl_int clUnloadCompiler_fn ()
 
cl_int clUnloadPlatformCompiler_fn (cl_platform_id p0)
 
cl_int clWaitForEvents_fn (cl_uint p0, const cl_event *p1)
 

Macro Definition Documentation

§ clBuildProgram

#define clBuildProgram   clBuildProgram_fn

§ clCompileProgram

#define clCompileProgram   clCompileProgram_fn

§ clCreateBuffer

#define clCreateBuffer   clCreateBuffer_fn

§ clCreateCommandQueue

#define clCreateCommandQueue   clCreateCommandQueue_fn

§ clCreateContext

#define clCreateContext   clCreateContext_fn

§ clCreateContextFromType

#define clCreateContextFromType   clCreateContextFromType_fn

§ clCreateImage

#define clCreateImage   clCreateImage_fn

§ clCreateImage2D

#define clCreateImage2D   clCreateImage2D_fn

§ clCreateImage3D

#define clCreateImage3D   clCreateImage3D_fn

§ clCreateKernel

#define clCreateKernel   clCreateKernel_fn

§ clCreateKernelsInProgram

#define clCreateKernelsInProgram   clCreateKernelsInProgram_fn

§ clCreateProgramWithBinary

#define clCreateProgramWithBinary   clCreateProgramWithBinary_fn

§ clCreateProgramWithBuiltInKernels

#define clCreateProgramWithBuiltInKernels   clCreateProgramWithBuiltInKernels_fn

§ clCreateProgramWithSource

#define clCreateProgramWithSource   clCreateProgramWithSource_fn

§ clCreateSampler

#define clCreateSampler   clCreateSampler_fn

§ clCreateSubBuffer

#define clCreateSubBuffer   clCreateSubBuffer_fn

§ clCreateSubDevices

#define clCreateSubDevices   clCreateSubDevices_fn

§ clCreateUserEvent

#define clCreateUserEvent   clCreateUserEvent_fn

§ clEnqueueBarrier

#define clEnqueueBarrier   clEnqueueBarrier_fn

§ clEnqueueBarrierWithWaitList

#define clEnqueueBarrierWithWaitList   clEnqueueBarrierWithWaitList_fn

§ clEnqueueCopyBuffer

#define clEnqueueCopyBuffer   clEnqueueCopyBuffer_fn

§ clEnqueueCopyBufferRect

#define clEnqueueCopyBufferRect   clEnqueueCopyBufferRect_fn

§ clEnqueueCopyBufferToImage

#define clEnqueueCopyBufferToImage   clEnqueueCopyBufferToImage_fn

§ clEnqueueCopyImage

#define clEnqueueCopyImage   clEnqueueCopyImage_fn

§ clEnqueueCopyImageToBuffer

#define clEnqueueCopyImageToBuffer   clEnqueueCopyImageToBuffer_fn

§ clEnqueueFillBuffer

#define clEnqueueFillBuffer   clEnqueueFillBuffer_fn

§ clEnqueueFillImage

#define clEnqueueFillImage   clEnqueueFillImage_fn

§ clEnqueueMapBuffer

#define clEnqueueMapBuffer   clEnqueueMapBuffer_fn

§ clEnqueueMapImage

#define clEnqueueMapImage   clEnqueueMapImage_fn

§ clEnqueueMarker

#define clEnqueueMarker   clEnqueueMarker_fn

§ clEnqueueMarkerWithWaitList

#define clEnqueueMarkerWithWaitList   clEnqueueMarkerWithWaitList_fn

§ clEnqueueMigrateMemObjects

#define clEnqueueMigrateMemObjects   clEnqueueMigrateMemObjects_fn

§ clEnqueueNativeKernel

#define clEnqueueNativeKernel   clEnqueueNativeKernel_fn

§ clEnqueueNDRangeKernel

#define clEnqueueNDRangeKernel   clEnqueueNDRangeKernel_fn

§ clEnqueueReadBuffer

#define clEnqueueReadBuffer   clEnqueueReadBuffer_fn

§ clEnqueueReadBufferRect

#define clEnqueueReadBufferRect   clEnqueueReadBufferRect_fn

§ clEnqueueReadImage

#define clEnqueueReadImage   clEnqueueReadImage_fn

§ clEnqueueTask

#define clEnqueueTask   clEnqueueTask_fn

§ clEnqueueUnmapMemObject

#define clEnqueueUnmapMemObject   clEnqueueUnmapMemObject_fn

§ clEnqueueWaitForEvents

#define clEnqueueWaitForEvents   clEnqueueWaitForEvents_fn

§ clEnqueueWriteBuffer

#define clEnqueueWriteBuffer   clEnqueueWriteBuffer_fn

§ clEnqueueWriteBufferRect

#define clEnqueueWriteBufferRect   clEnqueueWriteBufferRect_fn

§ clEnqueueWriteImage

#define clEnqueueWriteImage   clEnqueueWriteImage_fn

§ clFinish

#define clFinish   clFinish_fn

§ clFlush

#define clFlush   clFlush_fn

§ clGetCommandQueueInfo

#define clGetCommandQueueInfo   clGetCommandQueueInfo_fn

§ clGetContextInfo

#define clGetContextInfo   clGetContextInfo_fn

§ clGetDeviceIDs

#define clGetDeviceIDs   clGetDeviceIDs_fn

§ clGetDeviceInfo

#define clGetDeviceInfo   clGetDeviceInfo_fn

§ clGetEventInfo

#define clGetEventInfo   clGetEventInfo_fn

§ clGetEventProfilingInfo

#define clGetEventProfilingInfo   clGetEventProfilingInfo_fn

§ clGetExtensionFunctionAddress

#define clGetExtensionFunctionAddress   clGetExtensionFunctionAddress_fn

§ clGetExtensionFunctionAddressForPlatform

#define clGetExtensionFunctionAddressForPlatform   clGetExtensionFunctionAddressForPlatform_fn

§ clGetImageInfo

#define clGetImageInfo   clGetImageInfo_fn

§ clGetKernelArgInfo

#define clGetKernelArgInfo   clGetKernelArgInfo_fn

§ clGetKernelInfo

#define clGetKernelInfo   clGetKernelInfo_fn

§ clGetKernelWorkGroupInfo

#define clGetKernelWorkGroupInfo   clGetKernelWorkGroupInfo_fn

§ clGetMemObjectInfo

#define clGetMemObjectInfo   clGetMemObjectInfo_fn

§ clGetPlatformIDs

#define clGetPlatformIDs   clGetPlatformIDs_fn

§ clGetPlatformInfo

#define clGetPlatformInfo   clGetPlatformInfo_fn

§ clGetProgramBuildInfo

#define clGetProgramBuildInfo   clGetProgramBuildInfo_fn

§ clGetProgramInfo

#define clGetProgramInfo   clGetProgramInfo_fn

§ clGetSamplerInfo

#define clGetSamplerInfo   clGetSamplerInfo_fn

§ clGetSupportedImageFormats

#define clGetSupportedImageFormats   clGetSupportedImageFormats_fn

§ clLinkProgram

#define clLinkProgram   clLinkProgram_fn

§ clReleaseCommandQueue

#define clReleaseCommandQueue   clReleaseCommandQueue_fn

§ clReleaseContext

#define clReleaseContext   clReleaseContext_fn

§ clReleaseDevice

#define clReleaseDevice   clReleaseDevice_fn

§ clReleaseEvent

#define clReleaseEvent   clReleaseEvent_fn

§ clReleaseKernel

#define clReleaseKernel   clReleaseKernel_fn

§ clReleaseMemObject

#define clReleaseMemObject   clReleaseMemObject_fn

§ clReleaseProgram

#define clReleaseProgram   clReleaseProgram_fn

§ clReleaseSampler

#define clReleaseSampler   clReleaseSampler_fn

§ clRetainCommandQueue

#define clRetainCommandQueue   clRetainCommandQueue_fn

§ clRetainContext

#define clRetainContext   clRetainContext_fn

§ clRetainDevice

#define clRetainDevice   clRetainDevice_fn

§ clRetainEvent

#define clRetainEvent   clRetainEvent_fn

§ clRetainKernel

#define clRetainKernel   clRetainKernel_fn

§ clRetainMemObject

#define clRetainMemObject   clRetainMemObject_fn

§ clRetainProgram

#define clRetainProgram   clRetainProgram_fn

§ clRetainSampler

#define clRetainSampler   clRetainSampler_fn

§ clSetEventCallback

#define clSetEventCallback   clSetEventCallback_fn

§ clSetKernelArg

#define clSetKernelArg   clSetKernelArg_fn

§ clSetMemObjectDestructorCallback

#define clSetMemObjectDestructorCallback   clSetMemObjectDestructorCallback_fn

§ clSetUserEventStatus

#define clSetUserEventStatus   clSetUserEventStatus_fn

§ clUnloadCompiler

#define clUnloadCompiler   clUnloadCompiler_fn

§ clUnloadPlatformCompiler

#define clUnloadPlatformCompiler   clUnloadPlatformCompiler_fn

§ clWaitForEvents

#define clWaitForEvents   clWaitForEvents_fn

Function Documentation

§ clBuildProgram_fn()

cl_int clBuildProgram_fn ( cl_program  p0,
cl_uint  p1,
const cl_device_id p2,
const char *  p3,
void(CL_CALLBACK *p4)(cl_program, void *)  ,
void *  p5 
)
inline

§ clCompileProgram_fn()

cl_int clCompileProgram_fn ( 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 
)
inline

§ clCreateBuffer_fn()

cl_mem clCreateBuffer_fn ( cl_context  p0,
cl_mem_flags  p1,
size_t  p2,
void *  p3,
cl_int p4 
)
inline

§ clCreateCommandQueue_fn()

cl_command_queue clCreateCommandQueue_fn ( cl_context  p0,
cl_device_id  p1,
cl_command_queue_properties  p2,
cl_int p3 
)
inline

§ clCreateContext_fn()

cl_context clCreateContext_fn ( 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 
)
inline

§ clCreateContextFromType_fn()

cl_context clCreateContextFromType_fn ( 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 
)
inline

§ clCreateImage2D_fn()

cl_mem clCreateImage2D_fn ( cl_context  p0,
cl_mem_flags  p1,
const cl_image_format *  p2,
size_t  p3,
size_t  p4,
size_t  p5,
void *  p6,
cl_int p7 
)
inline

§ clCreateImage3D_fn()

cl_mem clCreateImage3D_fn ( cl_context  p0,
cl_mem_flags  p1,
const cl_image_format *  p2,
size_t  p3,
size_t  p4,
size_t  p5,
size_t  p6,
size_t  p7,
void *  p8,
cl_int p9 
)
inline

§ clCreateImage_fn()

cl_mem clCreateImage_fn ( cl_context  p0,
cl_mem_flags  p1,
const cl_image_format *  p2,
const cl_image_desc *  p3,
void *  p4,
cl_int p5 
)
inline

§ clCreateKernel_fn()

cl_kernel clCreateKernel_fn ( cl_program  p0,
const char *  p1,
cl_int p2 
)
inline

§ clCreateKernelsInProgram_fn()

cl_int clCreateKernelsInProgram_fn ( cl_program  p0,
cl_uint  p1,
cl_kernel p2,
cl_uint p3 
)
inline

§ clCreateProgramWithBinary_fn()

cl_program clCreateProgramWithBinary_fn ( cl_context  p0,
cl_uint  p1,
const cl_device_id p2,
const size_t p3,
const unsigned char **  p4,
cl_int p5,
cl_int p6 
)
inline

§ clCreateProgramWithBuiltInKernels_fn()

cl_program clCreateProgramWithBuiltInKernels_fn ( cl_context  p0,
cl_uint  p1,
const cl_device_id p2,
const char *  p3,
cl_int p4 
)
inline

§ clCreateProgramWithSource_fn()

cl_program clCreateProgramWithSource_fn ( cl_context  p0,
cl_uint  p1,
const char **  p2,
const size_t p3,
cl_int p4 
)
inline

§ clCreateSampler_fn()

cl_sampler clCreateSampler_fn ( cl_context  p0,
cl_bool  p1,
cl_addressing_mode  p2,
cl_filter_mode  p3,
cl_int p4 
)
inline

§ clCreateSubBuffer_fn()

cl_mem clCreateSubBuffer_fn ( cl_mem  p0,
cl_mem_flags  p1,
cl_buffer_create_type  p2,
const void *  p3,
cl_int p4 
)
inline

§ clCreateSubDevices_fn()

cl_int clCreateSubDevices_fn ( cl_device_id  p0,
const cl_device_partition_property *  p1,
cl_uint  p2,
cl_device_id p3,
cl_uint p4 
)
inline

§ clCreateUserEvent_fn()

cl_event clCreateUserEvent_fn ( cl_context  p0,
cl_int p1 
)
inline

§ clEnqueueBarrier_fn()

cl_int clEnqueueBarrier_fn ( cl_command_queue  p0)
inline

§ clEnqueueBarrierWithWaitList_fn()

cl_int clEnqueueBarrierWithWaitList_fn ( cl_command_queue  p0,
cl_uint  p1,
const cl_event p2,
cl_event p3 
)
inline

§ clEnqueueCopyBuffer_fn()

cl_int clEnqueueCopyBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_mem  p2,
size_t  p3,
size_t  p4,
size_t  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueCopyBufferRect_fn()

cl_int clEnqueueCopyBufferRect_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_mem  p2,
const size_t p3,
const size_t p4,
const size_t p5,
size_t  p6,
size_t  p7,
size_t  p8,
size_t  p9,
cl_uint  p10,
const cl_event p11,
cl_event p12 
)
inline

§ clEnqueueCopyBufferToImage_fn()

cl_int clEnqueueCopyBufferToImage_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_mem  p2,
size_t  p3,
const size_t p4,
const size_t p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueCopyImage_fn()

cl_int clEnqueueCopyImage_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_mem  p2,
const size_t p3,
const size_t p4,
const size_t p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueCopyImageToBuffer_fn()

cl_int clEnqueueCopyImageToBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_mem  p2,
const size_t p3,
const size_t p4,
size_t  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueFillBuffer_fn()

cl_int clEnqueueFillBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
const void *  p2,
size_t  p3,
size_t  p4,
size_t  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueFillImage_fn()

cl_int clEnqueueFillImage_fn ( cl_command_queue  p0,
cl_mem  p1,
const void *  p2,
const size_t p3,
const size_t p4,
cl_uint  p5,
const cl_event p6,
cl_event p7 
)
inline

§ clEnqueueMapBuffer_fn()

void* clEnqueueMapBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
cl_map_flags  p3,
size_t  p4,
size_t  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8,
cl_int p9 
)
inline

§ clEnqueueMapImage_fn()

void* clEnqueueMapImage_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
cl_map_flags  p3,
const size_t p4,
const size_t p5,
size_t p6,
size_t p7,
cl_uint  p8,
const cl_event p9,
cl_event p10,
cl_int p11 
)
inline

§ clEnqueueMarker_fn()

cl_int clEnqueueMarker_fn ( cl_command_queue  p0,
cl_event p1 
)
inline

§ clEnqueueMarkerWithWaitList_fn()

cl_int clEnqueueMarkerWithWaitList_fn ( cl_command_queue  p0,
cl_uint  p1,
const cl_event p2,
cl_event p3 
)
inline

§ clEnqueueMigrateMemObjects_fn()

cl_int clEnqueueMigrateMemObjects_fn ( cl_command_queue  p0,
cl_uint  p1,
const cl_mem p2,
cl_mem_migration_flags  p3,
cl_uint  p4,
const cl_event p5,
cl_event p6 
)
inline

§ clEnqueueNativeKernel_fn()

cl_int clEnqueueNativeKernel_fn ( 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 
)
inline

§ clEnqueueNDRangeKernel_fn()

cl_int clEnqueueNDRangeKernel_fn ( cl_command_queue  p0,
cl_kernel  p1,
cl_uint  p2,
const size_t p3,
const size_t p4,
const size_t p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueReadBuffer_fn()

cl_int clEnqueueReadBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
size_t  p3,
size_t  p4,
void *  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueReadBufferRect_fn()

cl_int clEnqueueReadBufferRect_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
const size_t p3,
const size_t p4,
const size_t p5,
size_t  p6,
size_t  p7,
size_t  p8,
size_t  p9,
void *  p10,
cl_uint  p11,
const cl_event p12,
cl_event p13 
)
inline

§ clEnqueueReadImage_fn()

cl_int clEnqueueReadImage_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
const size_t p3,
const size_t p4,
size_t  p5,
size_t  p6,
void *  p7,
cl_uint  p8,
const cl_event p9,
cl_event p10 
)
inline

§ clEnqueueTask_fn()

cl_int clEnqueueTask_fn ( cl_command_queue  p0,
cl_kernel  p1,
cl_uint  p2,
const cl_event p3,
cl_event p4 
)
inline

§ clEnqueueUnmapMemObject_fn()

cl_int clEnqueueUnmapMemObject_fn ( cl_command_queue  p0,
cl_mem  p1,
void *  p2,
cl_uint  p3,
const cl_event p4,
cl_event p5 
)
inline

§ clEnqueueWaitForEvents_fn()

cl_int clEnqueueWaitForEvents_fn ( cl_command_queue  p0,
cl_uint  p1,
const cl_event p2 
)
inline

§ clEnqueueWriteBuffer_fn()

cl_int clEnqueueWriteBuffer_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
size_t  p3,
size_t  p4,
const void *  p5,
cl_uint  p6,
const cl_event p7,
cl_event p8 
)
inline

§ clEnqueueWriteBufferRect_fn()

cl_int clEnqueueWriteBufferRect_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
const size_t p3,
const size_t p4,
const size_t p5,
size_t  p6,
size_t  p7,
size_t  p8,
size_t  p9,
const void *  p10,
cl_uint  p11,
const cl_event p12,
cl_event p13 
)
inline

§ clEnqueueWriteImage_fn()

cl_int clEnqueueWriteImage_fn ( cl_command_queue  p0,
cl_mem  p1,
cl_bool  p2,
const size_t p3,
const size_t p4,
size_t  p5,
size_t  p6,
const void *  p7,
cl_uint  p8,
const cl_event p9,
cl_event p10 
)
inline

§ clFinish_fn()

cl_int clFinish_fn ( cl_command_queue  p0)
inline

§ clFlush_fn()

cl_int clFlush_fn ( cl_command_queue  p0)
inline

§ clGetCommandQueueInfo_fn()

cl_int clGetCommandQueueInfo_fn ( cl_command_queue  p0,
cl_command_queue_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetContextInfo_fn()

cl_int clGetContextInfo_fn ( cl_context  p0,
cl_context_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetDeviceIDs_fn()

cl_int clGetDeviceIDs_fn ( cl_platform_id  p0,
cl_device_type  p1,
cl_uint  p2,
cl_device_id p3,
cl_uint p4 
)
inline

§ clGetDeviceInfo_fn()

cl_int clGetDeviceInfo_fn ( cl_device_id  p0,
cl_device_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetEventInfo_fn()

cl_int clGetEventInfo_fn ( cl_event  p0,
cl_event_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetEventProfilingInfo_fn()

cl_int clGetEventProfilingInfo_fn ( cl_event  p0,
cl_profiling_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetExtensionFunctionAddress_fn()

void* clGetExtensionFunctionAddress_fn ( const char *  p0)
inline

§ clGetExtensionFunctionAddressForPlatform_fn()

void* clGetExtensionFunctionAddressForPlatform_fn ( cl_platform_id  p0,
const char *  p1 
)
inline

§ clGetImageInfo_fn()

cl_int clGetImageInfo_fn ( cl_mem  p0,
cl_image_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetKernelArgInfo_fn()

cl_int clGetKernelArgInfo_fn ( cl_kernel  p0,
cl_uint  p1,
cl_kernel_arg_info  p2,
size_t  p3,
void *  p4,
size_t p5 
)
inline

§ clGetKernelInfo_fn()

cl_int clGetKernelInfo_fn ( cl_kernel  p0,
cl_kernel_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetKernelWorkGroupInfo_fn()

cl_int clGetKernelWorkGroupInfo_fn ( cl_kernel  p0,
cl_device_id  p1,
cl_kernel_work_group_info  p2,
size_t  p3,
void *  p4,
size_t p5 
)
inline

§ clGetMemObjectInfo_fn()

cl_int clGetMemObjectInfo_fn ( cl_mem  p0,
cl_mem_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetPlatformIDs_fn()

cl_int clGetPlatformIDs_fn ( cl_uint  p0,
cl_platform_id *  p1,
cl_uint p2 
)
inline

§ clGetPlatformInfo_fn()

cl_int clGetPlatformInfo_fn ( cl_platform_id  p0,
cl_platform_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetProgramBuildInfo_fn()

cl_int clGetProgramBuildInfo_fn ( cl_program  p0,
cl_device_id  p1,
cl_program_build_info  p2,
size_t  p3,
void *  p4,
size_t p5 
)
inline

§ clGetProgramInfo_fn()

cl_int clGetProgramInfo_fn ( cl_program  p0,
cl_program_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetSamplerInfo_fn()

cl_int clGetSamplerInfo_fn ( cl_sampler  p0,
cl_sampler_info  p1,
size_t  p2,
void *  p3,
size_t p4 
)
inline

§ clGetSupportedImageFormats_fn()

cl_int clGetSupportedImageFormats_fn ( cl_context  p0,
cl_mem_flags  p1,
cl_mem_object_type  p2,
cl_uint  p3,
cl_image_format *  p4,
cl_uint p5 
)
inline

§ clLinkProgram_fn()

cl_program clLinkProgram_fn ( 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 
)
inline

§ clReleaseCommandQueue_fn()

cl_int clReleaseCommandQueue_fn ( cl_command_queue  p0)
inline

§ clReleaseContext_fn()

cl_int clReleaseContext_fn ( cl_context  p0)
inline

§ clReleaseDevice_fn()

cl_int clReleaseDevice_fn ( cl_device_id  p0)
inline

§ clReleaseEvent_fn()

cl_int clReleaseEvent_fn ( cl_event  p0)
inline

§ clReleaseKernel_fn()

cl_int clReleaseKernel_fn ( cl_kernel  p0)
inline

§ clReleaseMemObject_fn()

cl_int clReleaseMemObject_fn ( cl_mem  p0)
inline

§ clReleaseProgram_fn()

cl_int clReleaseProgram_fn ( cl_program  p0)
inline

§ clReleaseSampler_fn()

cl_int clReleaseSampler_fn ( cl_sampler  p0)
inline

§ clRetainCommandQueue_fn()

cl_int clRetainCommandQueue_fn ( cl_command_queue  p0)
inline

§ clRetainContext_fn()

cl_int clRetainContext_fn ( cl_context  p0)
inline

§ clRetainDevice_fn()

cl_int clRetainDevice_fn ( cl_device_id  p0)
inline

§ clRetainEvent_fn()

cl_int clRetainEvent_fn ( cl_event  p0)
inline

§ clRetainKernel_fn()

cl_int clRetainKernel_fn ( cl_kernel  p0)
inline

§ clRetainMemObject_fn()

cl_int clRetainMemObject_fn ( cl_mem  p0)
inline

§ clRetainProgram_fn()

cl_int clRetainProgram_fn ( cl_program  p0)
inline

§ clRetainSampler_fn()

cl_int clRetainSampler_fn ( cl_sampler  p0)
inline

§ clSetEventCallback_fn()

cl_int clSetEventCallback_fn ( cl_event  p0,
cl_int  p1,
void(CL_CALLBACK *p2)(cl_event, cl_int, void *)  ,
void *  p3 
)
inline

§ clSetKernelArg_fn()

cl_int clSetKernelArg_fn ( cl_kernel  p0,
cl_uint  p1,
size_t  p2,
const void *  p3 
)
inline

§ clSetMemObjectDestructorCallback_fn()

cl_int clSetMemObjectDestructorCallback_fn ( cl_mem  p0,
void(CL_CALLBACK *p1)(cl_mem, void *)  ,
void *  p2 
)
inline

§ clSetUserEventStatus_fn()

cl_int clSetUserEventStatus_fn ( cl_event  p0,
cl_int  p1 
)
inline

§ clUnloadCompiler_fn()

cl_int clUnloadCompiler_fn ( )
inline

§ clUnloadPlatformCompiler_fn()

cl_int clUnloadPlatformCompiler_fn ( cl_platform_id  p0)
inline

§ clWaitForEvents_fn()

cl_int clWaitForEvents_fn ( cl_uint  p0,
const cl_event p1 
)
inline