android13/external/angle/include/CL
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.clang-format initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
cl.h initial 2024-06-22 20:45:49 +08:00
cl_d3d10.h initial 2024-06-22 20:45:49 +08:00
cl_d3d11.h initial 2024-06-22 20:45:49 +08:00
cl_dx9_media_sharing.h initial 2024-06-22 20:45:49 +08:00
cl_dx9_media_sharing_intel.h initial 2024-06-22 20:45:49 +08:00
cl_egl.h initial 2024-06-22 20:45:49 +08:00
cl_ext.h initial 2024-06-22 20:45:49 +08:00
cl_ext_intel.h initial 2024-06-22 20:45:49 +08:00
cl_gl.h initial 2024-06-22 20:45:49 +08:00
cl_gl_ext.h initial 2024-06-22 20:45:49 +08:00
cl_half.h initial 2024-06-22 20:45:49 +08:00
cl_icd.h initial 2024-06-22 20:45:49 +08:00
cl_layer.h initial 2024-06-22 20:45:49 +08:00
cl_platform.h initial 2024-06-22 20:45:49 +08:00
cl_va_api_media_sharing_intel.h initial 2024-06-22 20:45:49 +08:00
cl_version.h initial 2024-06-22 20:45:49 +08:00
opencl.h initial 2024-06-22 20:45:49 +08:00

README.md

ANGLE OpenCL Headers

The OpenCL headers ANGLE uses are the original headers from Khronos.

Updating headers

  1. Clone https://github.com/KhronosGroup/OpenCL-Headers.git.
  2. Inspect the differences between all headers from OpenCL-Headers/CL/ and this folder.
    • Changes of supported enums have to be updated in src/common/packed_cl_enums.json.
    • Changes of supported entry points have to be updated in src/libGLESv2/cl_stubs.cpp.
  3. Copy all headers from OpenCL-Headers/CL/ over to this folder.