Home
last modified time | relevance | path

Searched refs:clUnloadCompiler (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list86 clUnloadCompiler
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp94 #define clUnloadCompiler clUnloadCompiler_ macro
275 #undef clUnloadCompiler
276 #define clUnloadCompiler clUnloadCompiler_pfn macro
368 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadCompiler)();
Dopencl_core_wrappers.hpp264 #undef clUnloadCompiler
265 #define clUnloadCompiler clUnloadCompiler_fn macro
266 inline cl_int clUnloadCompiler() { return clUnloadCompiler_pfn(); } in clUnloadCompiler() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp163 clUnloadCompiler() { in clUnloadCompiler() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp561 cl_int (CL_API_CALL*clUnloadCompiler)() =
563 …ruct DynamicFnEntry clUnloadCompiler_definition = { "clUnloadCompiler", (void**)&clUnloadCompiler};
/external/mesa3d/include/CL/
Dcl.h665 clUnloadCompiler(void) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp318 #define __UNLOAD_COMPILER_ERR __ERR_STR(clUnloadCompiler)
1414 return ::clUnloadCompiler(); in UnloadCompiler()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h1204 clUnloadCompiler(void) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
Dcl.hpp446 #define __UNLOAD_COMPILER_ERR __ERR_STR(clUnloadCompiler)
2333 return ::clUnloadCompiler(); in UnloadCompiler()