Searched refs:clRetainKernel (Results 1 - 8 of 8) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp86 #define clRetainKernel clRetainKernel_ macro
259 #undef clRetainKernel macro
260 #define clRetainKernel clRetainKernel_pfn macro
360 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainKernel)(cl_kernel);
H A Dopencl_core_wrappers.hpp240 #undef clRetainKernel macro
241 #define clRetainKernel clRetainKernel_fn macro
242 inline cl_int clRetainKernel(cl_kernel p0) { return clRetainKernel_pfn(p0); } function
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp83 clRetainKernel(cl_kernel kern) { function
/external/mesa3d/include/CL/
H A Dcl.h695 clRetainKernel(cl_kernel /* kernel */) CL_API_SUFFIX__VERSION_1_0;
H A Dcl.hpp1075 { return ::clRetainKernel(kernel); }
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp529 cl_int (CL_API_CALL*clRetainKernel)(cl_kernel) = variable
531 static const struct DynamicFnEntry clRetainKernel_definition = { "clRetainKernel", (void**)&clRetainKernel};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h828 clRetainKernel(cl_kernel /* kernel */) CL_API_SUFFIX__VERSION_1_0;
H A Dcl.hpp1650 { return ::clRetainKernel(kernel); }
4424 * clRetainKernel() and clReleaseKernel().
4444 * This calls clRetainKernel() on the parameter's cl_kernel.
4457 * This calls clRetainKernel() on the parameter and clReleaseKernel()

Completed in 155 milliseconds