blob: a1510ad0309cc69c3ee86df5f457408a329dd8a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
#Generated, do not edit, edit createTagletProps.sh instead.
#This file is used in NativeTaglet and maps the generated method names
#to the function specific OpenCL documentation man pages.
nativetaglet.baseUrl=http://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/
clBuildProgram=clBuildProgram.html
clCreateBuffer=clCreateBuffer.html
clCreateCommandQueue=clCreateCommandQueue.html
clCreateContext=clCreateContext.html
clCreateContextFromType=clCreateContextFromType.html
clCreateFromGLBuffer=clCreateFromGLBuffer.html
clCreateFromGLRenderbuffer=clCreateFromGLRenderbuffer.html
clCreateFromGLTexture2D=clCreateFromGLTexture2D.html
clCreateFromGLTexture3D=clCreateFromGLTexture3D.html
clCreateImage2D=clCreateImage2D.html
clCreateImage3D=clCreateImage3D.html
clCreateKernel=clCreateKernel.html
clCreateKernelsInProgram=clCreateKernelsInProgram.html
clCreateProgramWithBinary=clCreateProgramWithBinary.html
clCreateProgramWithSource=clCreateProgramWithSource.html
clCreateSampler=clCreateSampler.html
clEnqueueAcquireGLObjects=clEnqueueAcquireGLObjects.html
clEnqueueBarrier=clEnqueueBarrier.html
clEnqueueCopyBufferToImage=clEnqueueCopyBufferToImage.html
clEnqueueCopyImage=clEnqueueCopyImage.html
clEnqueueCopyImageToBuffer=clEnqueueCopyImageToBuffer.html
clEnqueueMapBuffer=clEnqueueMapBuffer.html
clEnqueueMapImage=clEnqueueMapImage.html
clEnqueueMarker=clEnqueueMarker.html
clEnqueueNativeKernel=clEnqueueNativeKernel.html
clEnqueueNDRangeKernel=clEnqueueNDRangeKernel.html
clEnqueueReadBuffer=clEnqueueReadBuffer.html
clEnqueueReadImage=clEnqueueReadImage.html
clEnqueueReleaseGLObjects=clEnqueueReleaseGLObjects.html
clEnqueueTask=clEnqueueTask.html
clEnqueueUnmapMemObject=clEnqueueUnmapMemObject.html
clEnqueueWaitForEvents=clEnqueueWaitForEvents.html
clEnqueueWriteBuffer=clEnqueueWriteBuffer.html
clEnqueueWriteImage=clEnqueueWriteImage.html
clFinish=clFinish.html
clFlush=clFlush.html
clGetCommandQueueInfo=clGetCommandQueueInfo.html
clGetContextInfo=clGetContextInfo.html
clGetDeviceIDs=clGetDeviceIDs.html
clGetDeviceInfo=clGetDeviceInfo.html
clGetEventInfo=clGetEventInfo.html
clGetEventProfilingInfo=clGetEventProfilingInfo.html
clGetExtensionFunctionAddress=clGetExtensionFunctionAddress.html
clGetGLObjectInfo=clGetGLObjectInfo.html
clGetGLTextureInfo=clGetGLTextureInfo.html
clGetImageInfo=clGetImageInfo.html
clGetKernelInfo=clGetKernelInfo.html
clGetKernelWorkGroupInfo=clGetKernelWorkGroupInfo.html
clGetMemObjectInfo=clGetMemObjectInfo.html
clGetPlatformIDs=clGetPlatformIDs.html
clGetPlatformInfo=clGetPlatformInfo.html
clGetProgramBuildInfo=clGetProgramBuildInfo.html
clGetProgramInfo=clGetProgramInfo.html
clGetSamplerInfo=clGetSamplerInfo.html
clGetSupportedImageFormats=clGetSupportedImageFormats.html
clReleaseCommandQueue=clReleaseCommandQueue.html
clReleaseContext=clReleaseContext.html
clReleaseEvent=clReleaseEvent.html
clReleaseKernel=clReleaseKernel.html
clReleaseMemObject=clReleaseMemObject.html
clReleaseProgram=clReleaseProgram.html
clReleaseSampler=clReleaseSampler.html
clRetainCommandQueue=clRetainCommandQueue.html
clRetainContext=clRetainContext.html
clRetainEvent=clRetainEvent.html
clRetainKernel=clRetainKernel.html
clRetainMemObject=clRetainMemObject.html
clRetainProgram=clRetainProgram.html
clRetainSampler=clRetainSampler.html
clSetCommandQueueProperty=clSetCommandQueueProperty.html
clSetKernelArg=clSetKernelArg.html
clUnloadCompiler=clUnloadCompiler.html
clWaitForEvents=clWaitForEvents.html
|