, including all inherited members.
BuildProgram(IntPtr program, Int32 num_devices, IntPtr *device_list, String options, IntPtr pfn_notify, IntPtr user_data) | Cloo.Bindings.CL10 | [static] |
CreateBuffer(IntPtr context, ComputeMemoryFlags flags, IntPtr size, IntPtr host_ptr, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateCommandQueue(IntPtr context, IntPtr device, ComputeCommandQueueFlags properties, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateContext(IntPtr *properties, Int32 num_devices, IntPtr *devices, IntPtr pfn_notify, IntPtr user_data, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateContextFromType(IntPtr *properties, ComputeDeviceTypes device_type, IntPtr pfn_notify, IntPtr user_data, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateFromGLBuffer(IntPtr context, ComputeMemoryFlags flags, Int32 bufobj, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateFromGLRenderbuffer(IntPtr context, ComputeMemoryFlags flags, Int32 renderbuffer, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateFromGLTexture2D(IntPtr context, ComputeMemoryFlags flags, Int32 target, Int32 miplevel, Int32 texture, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateFromGLTexture3D(IntPtr context, ComputeMemoryFlags flags, Int32 target, Int32 miplevel, Int32 texture, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateImage2D(IntPtr context, ComputeMemoryFlags flags, ComputeImageFormat *image_format, IntPtr image_width, IntPtr image_height, IntPtr image_row_pitch, IntPtr host_ptr, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateImage3D(IntPtr context, ComputeMemoryFlags flags, ComputeImageFormat *image_format, IntPtr image_width, IntPtr image_height, IntPtr image_depth, IntPtr image_row_pitch, IntPtr image_slice_pitch, IntPtr host_ptr, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateKernel(IntPtr program, String kernel_name, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateKernelsInProgram(IntPtr program, Int32 num_kernels, IntPtr *kernels, Int32 *num_kernels_ret) | Cloo.Bindings.CL10 | [static] |
CreateProgramWithBinary(IntPtr context, Int32 num_devices, IntPtr *device_list, IntPtr *lengths, Byte **binaries, Int32 *binary_status, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateProgramWithSource(IntPtr context, Int32 count, String[] strings, IntPtr *lengths, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
CreateSampler(IntPtr context, ComputeBoolean normalized_coords, ComputeImageAddressing addressing_mode, ComputeImageFiltering filter_mode, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
dllName | Cloo.Bindings.CL10 | [protected] |
EnqueueAcquireGLObjects(IntPtr command_queue, Int32 num_objects, IntPtr *mem_objects, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueBarrier(IntPtr command_queue) | Cloo.Bindings.CL10 | [static] |
EnqueueCopyBuffer(IntPtr command_queue, IntPtr src_buffer, IntPtr dst_buffer, IntPtr src_offset, IntPtr dst_offset, IntPtr cb, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueCopyBufferToImage(IntPtr command_queue, IntPtr src_buffer, IntPtr dst_image, IntPtr src_offset, IntPtr *dst_origin, IntPtr *region, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueCopyImage(IntPtr command_queue, IntPtr src_image, IntPtr dst_image, IntPtr *src_origin, IntPtr *dst_origin, IntPtr *region, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueCopyImageToBuffer(IntPtr command_queue, IntPtr src_image, IntPtr dst_buffer, IntPtr *src_origin, IntPtr *region, IntPtr dst_offset, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueMapBuffer(IntPtr command_queue, IntPtr buffer, ComputeBoolean blocking_map, ComputeMemoryMappingFlags map_flags, IntPtr offset, IntPtr cb, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
EnqueueMapImage(IntPtr command_queue, IntPtr image, ComputeBoolean blocking_map, ComputeMemoryMappingFlags map_flags, IntPtr *origin, IntPtr *region, IntPtr *image_row_pitch, IntPtr *image_slice_pitch, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event, ComputeErrorCode *errcode_ret) | Cloo.Bindings.CL10 | [static] |
EnqueueMarker(IntPtr command_queue, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueNativeKernel(IntPtr command_queue, IntPtr user_func, IntPtr args, IntPtr cb_args, Int32 num_mem_objects, IntPtr *mem_list, IntPtr *args_mem_loc, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueNDRangeKernel(IntPtr command_queue, IntPtr kernel, Int32 work_dim, IntPtr *global_work_offset, IntPtr *global_work_size, IntPtr *local_work_size, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueReadBuffer(IntPtr command_queue, IntPtr buffer, ComputeBoolean blocking_read, IntPtr offset, IntPtr cb, IntPtr ptr, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueReadImage(IntPtr command_queue, IntPtr image, ComputeBoolean blocking_read, IntPtr *origin, IntPtr *region, IntPtr row_pitch, IntPtr slice_pitch, IntPtr ptr, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueReleaseGLObjects(IntPtr command_queue, Int32 num_objects, IntPtr *mem_objects, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueTask(IntPtr command_queue, IntPtr kernel, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueUnmapMemObject(IntPtr command_queue, IntPtr memobj, IntPtr mapped_ptr, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueWaitForEvents(IntPtr command_queue, Int32 num_events, IntPtr *event_list) | Cloo.Bindings.CL10 | [static] |
EnqueueWriteBuffer(IntPtr command_queue, IntPtr buffer, ComputeBoolean blocking_write, IntPtr offset, IntPtr cb, IntPtr ptr, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
EnqueueWriteImage(IntPtr command_queue, IntPtr image, ComputeBoolean blocking_write, IntPtr *origin, IntPtr *region, IntPtr input_row_pitch, IntPtr input_slice_pitch, IntPtr ptr, Int32 num_events_in_wait_list, IntPtr *event_wait_list, IntPtr *new_event) | Cloo.Bindings.CL10 | [static] |
Finish(IntPtr command_queue) | Cloo.Bindings.CL10 | [static] |
Flush(IntPtr command_queue) | Cloo.Bindings.CL10 | [static] |
GetCommandQueueInfo(IntPtr command_queue, ComputeCommandQueueInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetContextInfo(IntPtr context, ComputeContextInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetDeviceIDs(IntPtr platform, ComputeDeviceTypes device_type, Int32 num_entries, IntPtr *devices, Int32 *num_devices) | Cloo.Bindings.CL10 | [static] |
GetDeviceInfo(IntPtr device, ComputeDeviceInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetEventInfo(IntPtr @event, ComputeEventInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetEventProfilingInfo(IntPtr @event, ComputeCommandProfilingInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetExtensionFunctionAddress(String func_name) | Cloo.Bindings.CL10 | [static] |
GetGLObjectInfo(IntPtr memobj, ComputeGLObjectType *gl_object_type, Int32 *gl_object_name) | Cloo.Bindings.CL10 | [static] |
GetGLTextureInfo(IntPtr memobj, ComputeGLTextureInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetImageInfo(IntPtr image, ComputeImageInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetKernelInfo(IntPtr kernel, ComputeKernelInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetKernelWorkGroupInfo(IntPtr kernel, IntPtr device, ComputeKernelWorkGroupInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetMemObjectInfo(IntPtr memobj, ComputeMemoryInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetPlatformIDs(Int32 num_entries, IntPtr *platforms, Int32 *num_platforms) | Cloo.Bindings.CL10 | [static] |
GetPlatformInfo(IntPtr platform, ComputePlatformInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetProgramBuildInfo(IntPtr program, IntPtr device, ComputeProgramBuildInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetProgramInfo(IntPtr program, ComputeProgramInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetSamplerInfo(IntPtr sampler, ComputeSamplerInfo param_name, IntPtr param_value_size, IntPtr param_value, IntPtr *param_value_size_ret) | Cloo.Bindings.CL10 | [static] |
GetSupportedImageFormats(IntPtr context, ComputeMemoryFlags flags, ComputeMemoryType image_type, Int32 num_entries, ComputeImageFormat *image_formats, Int32 *num_image_formats) | Cloo.Bindings.CL10 | [static] |
ReleaseCommandQueue(IntPtr command_queue) | Cloo.Bindings.CL10 | [static] |
ReleaseContext(IntPtr context) | Cloo.Bindings.CL10 | [static] |
ReleaseEvent(IntPtr @event) | Cloo.Bindings.CL10 | [static] |
ReleaseKernel(IntPtr kernel) | Cloo.Bindings.CL10 | [static] |
ReleaseMemObject(IntPtr memobj) | Cloo.Bindings.CL10 | [static] |
ReleaseProgram(IntPtr program) | Cloo.Bindings.CL10 | [static] |
ReleaseSampler(IntPtr sampler) | Cloo.Bindings.CL10 | [static] |
RetainCommandQueue(IntPtr command_queue) | Cloo.Bindings.CL10 | [static] |
RetainContext(IntPtr context) | Cloo.Bindings.CL10 | [static] |
RetainEvent(IntPtr @event) | Cloo.Bindings.CL10 | [static] |
RetainKernel(IntPtr kernel) | Cloo.Bindings.CL10 | [static] |
RetainMemObject(IntPtr memobj) | Cloo.Bindings.CL10 | [static] |
RetainProgram(IntPtr program) | Cloo.Bindings.CL10 | [static] |
RetainSampler(IntPtr sampler) | Cloo.Bindings.CL10 | [static] |
SetCommandQueueProperty(IntPtr command_queue, ComputeCommandQueueFlags properties, ComputeBoolean enable, out ComputeCommandQueueFlags old_properties) | Cloo.Bindings.CL10 | [static] |
SetKernelArg(IntPtr kernel, Int32 arg_index, IntPtr arg_size, IntPtr arg_value) | Cloo.Bindings.CL10 | [static] |
UnloadCompiler() | Cloo.Bindings.CL10 | [static] |
WaitForEvents(Int32 num_events, IntPtr *event_list) | Cloo.Bindings.CL10 | [static] |