Home
last modified time | relevance | path

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

/external/opencv3/modules/ts/src/
Dts_perf.cpp1001 void TestBase::declareArray(SizeVector& sizes, cv::InputOutputArray a, WarmUpType wtype) in declareArray() function in TestBase
1753 TestBase::declareArray(test->inputData, a1, wtype); in in()
1760 TestBase::declareArray(test->inputData, a1, wtype); in in()
1761 TestBase::declareArray(test->inputData, a2, wtype); in in()
1768 TestBase::declareArray(test->inputData, a1, wtype); in in()
1769 TestBase::declareArray(test->inputData, a2, wtype); in in()
1770 TestBase::declareArray(test->inputData, a3, wtype); in in()
1777 TestBase::declareArray(test->inputData, a1, wtype); in in()
1778 TestBase::declareArray(test->inputData, a2, wtype); in in()
1779 TestBase::declareArray(test->inputData, a3, wtype); in in()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5544 virtual string declareArray (const string& arraySizeExpr) const = 0;
5567 string declareArray (const string& arraySizeExpr) const;
5598 string declareArray (const string& arraySizeExpr) const;
5705 string UserDefinedIOCase::Variable::declareArray (const string& sizeExpr) const in declareArray() function in deqp::gles31::Functional::__anon3976849b0211::UserDefinedIOCase::Variable
5725 string UserDefinedIOCase::IOBlock::declareArray (const string& sizeExpr) const in declareArray() function in deqp::gles31::Functional::__anon3976849b0211::UserDefinedIOCase::IOBlock
5989 …tcsDeclarations += "in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayIn… in init()
6012 …tcsDeclarations += outMaybePatch + output.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY … in init()
6057 …tesDeclarations += inMaybePatch + input.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de::t… in init()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp437 static void declareArray(SizeVector& sizes, cv::InputOutputArray a, WarmUpType wtype);