Home
last modified time | relevance | path

Searched refs:clRetainDevice (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list76 clRetainDevice
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp84 #define clRetainDevice clRetainDevice_ macro
255 #undef clRetainDevice
256 #define clRetainDevice clRetainDevice_pfn macro
358 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainDevice)(cl_device_id);
Dopencl_core_wrappers.hpp234 #undef clRetainDevice
235 #define clRetainDevice clRetainDevice_fn macro
236 inline cl_int clRetainDevice(cl_device_id p0) { return clRetainDevice_pfn(p0); } in clRetainDevice() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp521 cl_int (CL_API_CALL*clRetainDevice)(cl_device_id) =
523 …nst struct DynamicFnEntry clRetainDevice_definition = { "clRetainDevice", (void**)&clRetainDevice};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h605 clRetainDevice(cl_device_id /* device */) CL_API_SUFFIX__VERSION_1_2;
Dcl.hpp1561 { return ::clRetainDevice(device); } in retain()