Hash :
83689e32
Author :
Date :
2021-05-13T17:32:56
CL: Add symbol version map to libOpenCL Bug: angleproject:5904 Change-Id: I4a5859ea172c9d17cfd84ef219ddd9a71fb3b927 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2894428 Commit-Queue: John Plate <jplate@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Cody Northrop <cnorthrop@google.com>
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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
/* GENERATED FILE - DO NOT EDIT.
* Generated by gen_proc_table.py using data from cl.xml.
*
* Copyright 2021 The ANGLE Project Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* symbol version map: Maps versions to entry point names for a shared library.
*/
OPENCL_1.0 {
global:
clGetPlatformIDs;
clGetPlatformInfo;
clGetDeviceIDs;
clGetDeviceInfo;
clCreateContext;
clCreateContextFromType;
clRetainContext;
clReleaseContext;
clGetContextInfo;
clRetainCommandQueue;
clReleaseCommandQueue;
clGetCommandQueueInfo;
clCreateBuffer;
clRetainMemObject;
clReleaseMemObject;
clGetSupportedImageFormats;
clGetMemObjectInfo;
clGetImageInfo;
clRetainSampler;
clReleaseSampler;
clGetSamplerInfo;
clCreateProgramWithSource;
clCreateProgramWithBinary;
clRetainProgram;
clReleaseProgram;
clBuildProgram;
clGetProgramInfo;
clGetProgramBuildInfo;
clCreateKernel;
clCreateKernelsInProgram;
clRetainKernel;
clReleaseKernel;
clSetKernelArg;
clGetKernelInfo;
clGetKernelWorkGroupInfo;
clWaitForEvents;
clGetEventInfo;
clRetainEvent;
clReleaseEvent;
clGetEventProfilingInfo;
clFlush;
clFinish;
clEnqueueReadBuffer;
clEnqueueWriteBuffer;
clEnqueueCopyBuffer;
clEnqueueReadImage;
clEnqueueWriteImage;
clEnqueueCopyImage;
clEnqueueCopyImageToBuffer;
clEnqueueCopyBufferToImage;
clEnqueueMapBuffer;
clEnqueueMapImage;
clEnqueueUnmapMemObject;
clEnqueueNDRangeKernel;
clEnqueueNativeKernel;
clSetCommandQueueProperty;
clCreateImage2D;
clCreateImage3D;
clEnqueueMarker;
clEnqueueWaitForEvents;
clEnqueueBarrier;
clUnloadCompiler;
clGetExtensionFunctionAddress;
clCreateCommandQueue;
clCreateSampler;
clEnqueueTask;
local:
*;
};
OPENCL_1.1 {
global:
clCreateSubBuffer;
clSetMemObjectDestructorCallback;
clCreateUserEvent;
clSetUserEventStatus;
clSetEventCallback;
clEnqueueReadBufferRect;
clEnqueueWriteBufferRect;
clEnqueueCopyBufferRect;
} OPENCL_1.0;
OPENCL_1.2 {
global:
clCreateSubDevices;
clRetainDevice;
clReleaseDevice;
clCreateImage;
clCreateProgramWithBuiltInKernels;
clCompileProgram;
clLinkProgram;
clUnloadPlatformCompiler;
clGetKernelArgInfo;
clEnqueueFillBuffer;
clEnqueueFillImage;
clEnqueueMigrateMemObjects;
clEnqueueMarkerWithWaitList;
clEnqueueBarrierWithWaitList;
clGetExtensionFunctionAddressForPlatform;
} OPENCL_1.1;
OPENCL_2.0 {
global:
clCreateCommandQueueWithProperties;
clCreatePipe;
clGetPipeInfo;
clSVMAlloc;
clSVMFree;
clCreateSamplerWithProperties;
clSetKernelArgSVMPointer;
clSetKernelExecInfo;
clEnqueueSVMFree;
clEnqueueSVMMemcpy;
clEnqueueSVMMemFill;
clEnqueueSVMMap;
clEnqueueSVMUnmap;
} OPENCL_1.2;
OPENCL_2.1 {
global:
clSetDefaultDeviceCommandQueue;
clGetDeviceAndHostTimer;
clGetHostTimer;
clCreateProgramWithIL;
clCloneKernel;
clGetKernelSubGroupInfo;
clEnqueueSVMMigrateMem;
} OPENCL_2.0;
OPENCL_2.2 {
global:
clSetProgramSpecializationConstant;
clSetProgramReleaseCallback;
} OPENCL_2.1;
OPENCL_3.0 {
global:
clSetContextDestructorCallback;
clCreateBufferWithProperties;
clCreateImageWithProperties;
} OPENCL_2.2;