clReleaseEvent    882 3rdparty/include/opencl/1.2/CL/cl.h clReleaseEvent(cl_event /* event */) CL_API_SUFFIX__VERSION_1_0;
clReleaseEvent   1661 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clReleaseEvent(event); }
clReleaseEvent    351 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseEvent)(cl_event);
clReleaseEvent   2356 modules/core/src/dxt.cpp     clReleaseEvent(e), e = 0;
clReleaseEvent   1341 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clReleaseEvent, (cl_event event), (event))
clReleaseEvent   3132 modules/core/src/ocl.cpp         if(e) { clReleaseEvent(e); e = 0; }
clReleaseEvent    493 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clReleaseEvent)(cl_event) =
clReleaseEvent    495 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clReleaseEvent_definition = { "clReleaseEvent", (void**)&clReleaseEvent};