clCreateContext   612 3rdparty/include/opencl/1.2/CL/cl.h clCreateContext(const cl_context_properties * /* properties */,
clCreateContext   358 3rdparty/include/opencl/1.2/CL/cl.hpp #define __CREATE_CONTEXT_ERR                __ERR_STR(clCreateContext)
clCreateContext  2382 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateContext(
clCreateContext  2408 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateContext(
clCreateContext   287 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
clCreateContext   288 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   324 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   396 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   432 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   505 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   542 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   615 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   652 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
clCreateContext   850 modules/core/src/ocl.cpp OCL_FUNC_P(cl_context, clCreateContext,
clCreateContext  2504 modules/core/src/ocl.cpp         handle = clCreateContext(prop, nd, &d, 0, 0, &status);
clCreateContext  2560 modules/core/src/ocl.cpp         handle = clCreateContext(prop, nd, dlist_new, 0, 0, &retval);
clCreateContext   237 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
clCreateContext   239 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp static const struct DynamicFnEntry clCreateContext_definition = { "clCreateContext", (void**)&clCreateContext};