Home
last modified time | relevance | path

Searched refs:testIteration (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp1404 bool testIteration(_iteration iteration);
1532 if (false == testIteration(DOUBLE_DVEC2)) in iterate()
1537 if (false == testIteration(DVEC3_DVEC4)) in iterate()
1542 if (false == testIteration(DMAT2)) in iterate()
1547 if (false == testIteration(DMAT3X2_DMAT4X2)) in iterate()
1552 if (false == testIteration(DMAT2X3_DMAT2X4)) in iterate()
1557 if (false == testIteration(DMAT3_DMAT3X4)) in iterate()
1562 if (false == testIteration(DMAT4X3_DMAT4)) in iterate()
2722 bool LimitTest::testIteration(_iteration iteration) in testIteration() function in VertexAttrib64Bit::LimitTest
/external/python/cpython3/Lib/test/
Dtest_file.py217 def testIteration(self): member in OtherFileTests
/external/python/cpython2/Lib/test/
Dtest_file.py223 def testIteration(self): member in OtherFileTests
Dtest_file2k.py321 def testIteration(self): member in OtherFileTests
/external/deqp/modules/glshared/
DglsDrawTest.cpp356 …IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const…
366 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, si… in IterationLogSectionEmitter() argument
373 buf << "Iteration " << (testIteration+1) << "/" << testIterations; in IterationLogSectionEmitter()