Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp352 class IterationLogSectionEmitter class
355IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const…
356 ~IterationLogSectionEmitter (void);
358 IterationLogSectionEmitter (const IterationLogSectionEmitter&); // delete
359 IterationLogSectionEmitter& operator= (const IterationLogSectionEmitter&); // delete
365 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, si… in IterationLogSectionEmitter() function in deqp::gls::__anond14e03d00111::IterationLogSectionEmitter
381 IterationLogSectionEmitter::~IterationLogSectionEmitter (void) in ~IterationLogSectionEmitter()
3242IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteratio… in iterate()