Home
last modified time | relevance | path

Searched refs:isMat (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp2211 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
2216 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1. in init()
2221 : isMat ? matrixTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2254 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
2261 int typeArrayNdx = isMat ? inSize - 2 : inSize - 1; // \note No matrices of size 1. in init()
2266 : isMat ? matrixTypes[typeArrayNdx] in init()
/external/opencv3/modules/features2d/src/
Dmatchers.cpp535 else if(_descriptors.isMat()) in add()
541 …CV_Assert( _descriptors.isUMat() || _descriptors.isUMatVector() || _descriptors.isMat() || _descri… in add()
/external/opencv3/modules/core/include/opencv2/core/
Dmat.hpp220 bool isMat() const;
Dmat.inl.hpp128 inline bool _InputArray::isMat() const { return kind() == _InputArray::MAT; } in isMat() function in cv::_InputArray
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp1304 else if (_image.isMat()) in detectMultiScaleNoGrouping()
/external/opencv3/modules/core/src/
Docl.cpp5425 CV_Assert(src.isMat() || src.isUMat()); \