Home
last modified time | relevance | path

Searched defs:isMat (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp2211 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2254 int isMat = funcTypes[i] == VALUE_MATRIX; in init() local
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp128 inline bool _InputArray::isMat() const { return kind() == _InputArray::MAT; } in isMat() function in cv::_InputArray