Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list87 clUnloadPlatformCompiler
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp95 #define clUnloadPlatformCompiler clUnloadPlatformCompiler_ macro
277 #undef clUnloadPlatformCompiler
278 #define clUnloadPlatformCompiler clUnloadPlatformCompiler_pfn macro
369 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id);
Dopencl_core_wrappers.hpp267 #undef clUnloadPlatformCompiler
268 #define clUnloadPlatformCompiler clUnloadPlatformCompiler_fn macro
269 inline cl_int clUnloadPlatformCompiler(cl_platform_id p0) { return clUnloadPlatformCompiler_pfn(p0)… in clUnloadPlatformCompiler() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp565 cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id) =
567 …loadPlatformCompiler_definition = { "clUnloadPlatformCompiler", (void**)&clUnloadPlatformCompiler};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h798 clUnloadPlatformCompiler(cl_platform_id /* platform */) CL_API_SUFFIX__VERSION_1_2;
Dcl.hpp2315 return ::clUnloadPlatformCompiler(object_); in unloadCompiler()