Home
last modified time | relevance | path

Searched refs:OpenCLInitError (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/src/
Ddirectx.cpp250 CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't get number of platforms"); in initializeContextFromD3D11Device()
252 CV_Error(cv::Error::OpenCLInitError, "OpenCL: No available platforms"); in initializeContextFromD3D11Device()
257 CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't get number of platforms"); in initializeContextFromD3D11Device()
337 … CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't create context for DirectX interop"); in initializeContextFromD3D11Device()
358 CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't get number of platforms"); in initializeContextFromD3D10Device()
360 CV_Error(cv::Error::OpenCLInitError, "OpenCL: No available platforms"); in initializeContextFromD3D10Device()
365 CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't get number of platforms"); in initializeContextFromD3D10Device()
445 … CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't create context for DirectX interop"); in initializeContextFromD3D10Device()
466 CV_Error(cv::Error::OpenCLInitError, "OpenCL: Can't get number of platforms"); in initializeContextFromDirect3DDevice9Ex()
468 CV_Error(cv::Error::OpenCLInitError, "OpenCL: No available platforms"); in initializeContextFromDirect3DDevice9Ex()
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp120 OpenCLInitError= -222, enumerator
/external/opencv3/modules/java/src/
Dcore+Core.java107 OpenCLInitError = -222, field in Core