clReleaseContext  630 3rdparty/include/opencl/1.2/CL/cl.h clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
clReleaseContext 1607 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clReleaseContext(context); }
clReleaseContext  349 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseContext)(cl_context);
clReleaseContext  859 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clReleaseContext, (cl_context context), (context))
clReleaseContext 2574 modules/core/src/ocl.cpp             clReleaseContext(handle);
clReleaseContext 2938 modules/core/src/ocl.cpp         CV_OclDbgAssert(clReleaseContext(impl->handle) == CL_SUCCESS);
clReleaseContext  485 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clReleaseContext)(cl_context) =
clReleaseContext  487 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clReleaseContext_definition = { "clReleaseContext", (void**)&clReleaseContext};