Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp353 class IterationLogSectionEmitter class
356IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const…
357 ~IterationLogSectionEmitter (void);
359 IterationLogSectionEmitter (const IterationLogSectionEmitter&); // delete
360 IterationLogSectionEmitter& operator= (const IterationLogSectionEmitter&); // delete
366 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, si… in IterationLogSectionEmitter() function in deqp::gls::__anon43398ad90111::IterationLogSectionEmitter
382 IterationLogSectionEmitter::~IterationLogSectionEmitter (void) in ~IterationLogSectionEmitter()
3173IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteratio… in iterate()