Searched refs:insertedCount (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp313 size_t insertedCount = 0; local
405 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
408 ++insertedCount;
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp436 size_t insertedCount = 0;
541 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
544 ++insertedCount;
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp590 size_t insertedCount = 0; local
682 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
685 ++insertedCount;
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp530 size_t insertedCount = 0; local
621 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
624 ++insertedCount;
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp1020 size_t insertedCount = 0; local
1113 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
1117 ++insertedCount;
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2142 size_t insertedCount = 0;
2247 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
2250 ++insertedCount;

Completed in 8242 milliseconds