Home
last modified time | relevance | path

Searched refs:cl_context (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp285 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void…
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_…
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_…
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properti…
289 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_imag…
290 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_im…
291 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_im…
294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co…
295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_…
296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co…
[all …]
H A Dopencl_gl.hpp51 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLBuffer)(cl_context, cl_mem_flags, cl_GLu…
52 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLRenderbuffer)(cl_context, cl_mem_flags, …
53 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture)(cl_context, cl_mem_flags, cl_GL…
54 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture2D)(cl_context, cl_mem_flags, cl_…
55 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture3D)(cl_context, cl_mem_flags, cl_…
H A Dopencl_gl_wrappers.hpp13 inline cl_mem clCreateFromGLBuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, int* p3) { return … in clCreateFromGLBuffer()
16 inline cl_mem clCreateFromGLRenderbuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, cl_int* p3) … in clCreateFromGLRenderbuffer()
19 inline cl_mem clCreateFromGLTexture(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl_G… in clCreateFromGLTexture()
22 inline cl_mem clCreateFromGLTexture2D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture2D()
25 inline cl_mem clCreateFromGLTexture3D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture3D()
H A Dopencl_core_wrappers.hpp17 inline cl_mem clCreateBuffer(cl_context p0, cl_mem_flags p1, size_t p2, void* p3, cl_int* p4) { ret… in clCreateBuffer()
20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_prope… in clCreateCommandQueue()
23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext()
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void … in clCreateContextFromType()
29 inline cl_mem clCreateImage(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, const cl_ima… in clCreateImage()
32 inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage2D()
35 inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage3D()
44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary()
47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels()
50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp285 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void…
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_…
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_…
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properti…
289 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_imag…
290 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_im…
291 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_im…
294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co…
295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_…
296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co…
[all …]
H A Dopencl_gl.hpp51 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLBuffer)(cl_context, cl_mem_flags, cl_GLu…
52 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLRenderbuffer)(cl_context, cl_mem_flags, …
53 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture)(cl_context, cl_mem_flags, cl_GL…
54 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture2D)(cl_context, cl_mem_flags, cl_…
55 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture3D)(cl_context, cl_mem_flags, cl_…
H A Dopencl_gl_wrappers.hpp13 inline cl_mem clCreateFromGLBuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, int* p3) { return … in clCreateFromGLBuffer()
16 inline cl_mem clCreateFromGLRenderbuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, cl_int* p3) … in clCreateFromGLRenderbuffer()
19 inline cl_mem clCreateFromGLTexture(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl_G… in clCreateFromGLTexture()
22 inline cl_mem clCreateFromGLTexture2D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture2D()
25 inline cl_mem clCreateFromGLTexture3D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture3D()
H A Dopencl_core_wrappers.hpp17 inline cl_mem clCreateBuffer(cl_context p0, cl_mem_flags p1, size_t p2, void* p3, cl_int* p4) { ret… in clCreateBuffer()
20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_prope… in clCreateCommandQueue()
23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext()
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void … in clCreateContextFromType()
29 inline cl_mem clCreateImage(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, const cl_ima… in clCreateImage()
32 inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage2D()
35 inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage3D()
44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary()
47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels()
50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp285 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateBuffer)(cl_context, cl_mem_flags, size_t, void…
286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_…
287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_…
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properti…
289 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage)(cl_context, cl_mem_flags, const cl_imag…
290 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage2D)(cl_context, cl_mem_flags, const cl_im…
291 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateImage3D)(cl_context, cl_mem_flags, const cl_im…
294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, co…
295 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBuiltInKernels)(cl_context, cl_…
296 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithSource)(cl_context, cl_uint, co…
[all …]
H A Dopencl_gl.hpp51 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLBuffer)(cl_context, cl_mem_flags, cl_GLu…
52 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLRenderbuffer)(cl_context, cl_mem_flags, …
53 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture)(cl_context, cl_mem_flags, cl_GL…
54 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture2D)(cl_context, cl_mem_flags, cl_…
55 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateFromGLTexture3D)(cl_context, cl_mem_flags, cl_…
H A Dopencl_gl_wrappers.hpp13 inline cl_mem clCreateFromGLBuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, int* p3) { return … in clCreateFromGLBuffer()
16 inline cl_mem clCreateFromGLRenderbuffer(cl_context p0, cl_mem_flags p1, cl_GLuint p2, cl_int* p3) … in clCreateFromGLRenderbuffer()
19 inline cl_mem clCreateFromGLTexture(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl_G… in clCreateFromGLTexture()
22 inline cl_mem clCreateFromGLTexture2D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture2D()
25 inline cl_mem clCreateFromGLTexture3D(cl_context p0, cl_mem_flags p1, cl_GLenum p2, cl_GLint p3, cl… in clCreateFromGLTexture3D()
H A Dopencl_core_wrappers.hpp17 inline cl_mem clCreateBuffer(cl_context p0, cl_mem_flags p1, size_t p2, void* p3, cl_int* p4) { ret… in clCreateBuffer()
20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_prope… in clCreateCommandQueue()
23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* … in clCreateContext()
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void … in clCreateContextFromType()
29 inline cl_mem clCreateImage(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, const cl_ima… in clCreateImage()
32 inline cl_mem clCreateImage2D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage2D()
35 inline cl_mem clCreateImage3D(cl_context p0, cl_mem_flags p1, const cl_image_format* p2, size_t p3,… in clCreateImage3D()
44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, cons… in clCreateProgramWithBinary()
47 inline cl_program clCreateProgramWithBuiltInKernels(cl_context p0, cl_uint p1, const cl_device_id* … in clCreateProgramWithBuiltInKernels()
50 inline cl_program clCreateProgramWithSource(cl_context p0, cl_uint p1, const char** p2, const size_… in clCreateProgramWithSource()
[all …]
/OK3568_Linux_fs/external/libmali/include/CL/
H A Dcl_gl.h64 clCreateFromGLBuffer(cl_context /* context */,
70 clCreateFromGLTexture(cl_context /* context */,
78 clCreateFromGLRenderbuffer(cl_context /* context */,
114 clCreateFromGLTexture2D(cl_context /* context */,
122 clCreateFromGLTexture3D(cl_context /* context */,
H A Dcl.h46 typedef struct _cl_context * cl_context; typedef
616 extern CL_API_ENTRY cl_context CL_API_CALL
624 extern CL_API_ENTRY cl_context CL_API_CALL
632 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
635 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
638 clGetContextInfo(cl_context /* context */,
646 clCreateCommandQueue(cl_context /* context */,
666 clCreateBuffer(cl_context /* context */,
680 clCreateImage(cl_context /* context */,
694 clGetSupportedImageFormats(cl_context /* context */,
[all …]
H A Dcl_egl.h68 clCreateFromEGLImageKHR(cl_context /* context */,
76 cl_context context,
121 clCreateEventFromEGLSyncKHR(cl_context /* context */,
127 cl_context context,
H A Dcl_ext.h153 extern CL_API_ENTRY cl_int CL_API_CALL clTerminateContextKHR(cl_context /* context */) CL_EXT_SUFFI…
155 typedef CL_API_ENTRY cl_int (CL_API_CALL *clTerminateContextKHR_fn)(cl_context /* context */) CL_EX…
403 clImportMemoryARM( cl_context context,
451 clSVMAllocARM(cl_context /* context */,
457 clSVMFreeARM(cl_context /* context */,
H A Dcl_d3d11.h91 cl_context context,
97 cl_context context,
104 cl_context context,
H A Dcl_d3d10.h91 cl_context context,
97 cl_context context,
104 cl_context context,
H A Dcl_va_api_media_sharing_intel.h120 cl_context /* context */,
127 cl_context /* context */,
H A Dcl_dx9_media_sharing_intel.h128 cl_context /* context */,
136 cl_context /* context */,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/runtime/
H A Dopencl_svm_hsa_extension.hpp74 cl_context /* context */,
82 cl_context /* context */,
H A Dopencl_svm_20.hpp30 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags…
31 extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/runtime/
H A Dopencl_svm_hsa_extension.hpp74 cl_context /* context */,
82 cl_context /* context */,
H A Dopencl_svm_20.hpp30 extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags…
31 extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/runtime/
H A Dopencl_svm_hsa_extension.hpp74 cl_context /* context */,
82 cl_context /* context */,

12