Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list75 clRetainContext
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp83 #define clRetainContext clRetainContext_ macro
253 #undef clRetainContext
254 #define clRetainContext clRetainContext_pfn macro
357 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clRetainContext)(cl_context);
Dopencl_core_wrappers.hpp231 #undef clRetainContext
232 #define clRetainContext clRetainContext_fn macro
233 inline cl_int clRetainContext(cl_context p0) { return clRetainContext_pfn(p0); } in clRetainContext() function
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp78 clRetainContext(cl_context ctx) { in clRetainContext() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp517 cl_int (CL_API_CALL*clRetainContext)(cl_context) =
519 … struct DynamicFnEntry clRetainContext_definition = { "clRetainContext", (void**)&clRetainContext};
/external/mesa3d/include/CL/
Dcl.h491 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp1030 { return ::clRetainContext(context); } in retain()
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h627 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
Dcl.hpp1605 { return ::clRetainContext(context); } in retain()