cl_device_type 585 3rdparty/include/opencl/1.2/CL/cl.h cl_device_type /* device_type */, cl_device_type 621 3rdparty/include/opencl/1.2/CL/cl.h cl_device_type /* device_type */, cl_device_type 1238 3rdparty/include/opencl/1.2/CL/cl.hpp F(cl_device_info, CL_DEVICE_TYPE, cl_device_type) \ cl_device_type 2114 3rdparty/include/opencl/1.2/CL/cl.hpp cl_device_type type, cl_device_type 2424 3rdparty/include/opencl/1.2/CL/cl.hpp cl_device_type type, cl_device_type 288 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*); cl_device_type 330 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*); cl_device_type 26 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); } cl_device_type 152 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp inline cl_int clGetDeviceIDs(cl_platform_id p0, cl_device_type p1, cl_uint p2, cl_device_id* p3, cl_uint* p4) { return clGetDeviceIDs_pfn(p0, p1, p2, p3, p4); } cl_device_type 844 modules/core/src/ocl.cpp cl_device_type device_type, cl_device_type 1803 modules/core/src/ocl.cpp type_ = getProp<cl_device_type, int>(CL_DEVICE_TYPE); cl_device_type 5174 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, cl_device_type 5184 modules/core/src/ocl.cpp CV_OclDbgAssert(clGetDeviceIDs(platform, (cl_device_type)Device::TYPE_ALL, cl_device_type 241 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) = cl_device_type 242 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn; cl_device_type 409 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*) = cl_device_type 410 modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp opencl_fn5<OPENCL_FN_clGetDeviceIDs, cl_int, cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*>::switch_fn;