Home
last modified time | relevance | path

Searched refs:clReleaseContext (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list67 clReleaseContext
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp75 #define clReleaseContext clReleaseContext_ macro
237 #undef clReleaseContext
238 #define clReleaseContext clReleaseContext_pfn macro
349 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clReleaseContext)(cl_context);
Dopencl_core_wrappers.hpp207 #undef clReleaseContext
208 #define clReleaseContext clReleaseContext_fn macro
209 inline cl_int clReleaseContext(cl_context p0) { return clReleaseContext_pfn(p0); } in clReleaseContext() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp87 clReleaseContext(cl_context ctx) { in clReleaseContext() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp485 cl_int (CL_API_CALL*clReleaseContext)(cl_context) =
487 …ruct DynamicFnEntry clReleaseContext_definition = { "clReleaseContext", (void**)&clReleaseContext};
/external/mesa3d/include/CL/
Dcl.h494 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp1032 { return ::clReleaseContext(context); } in release()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h630 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp1607 { return ::clReleaseContext(context); } in release()
/external/opencv3/modules/core/src/
Docl.cpp859 OCL_FUNC(cl_int, clReleaseContext, (cl_context context), (context))
2574 clReleaseContext(handle); in ~Impl()
2938 CV_OclDbgAssert(clReleaseContext(impl->handle) == CL_SUCCESS); in initializeContextFromHandle()