Searched refs:bufferGroup (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); local
110 addChild(bufferGroup);
118 bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
H A Des2sDrawTests.cpp132 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); local
139 this->addChild(bufferGroup);
145 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); local
110 addChild(bufferGroup);
118 bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
H A Des3sDrawTests.cpp317 tcu::TestCaseGroup* const bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); member in class:deqp::gles3::Stress::__anon20251::tcu
325 this->addChild(bufferGroup);
331 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp334 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); local
341 this->addChild(bufferGroup);
347 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp436 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); local
443 this->addChild(bufferGroup);
449 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp6904 tcu::TestCaseGroup* const bufferGroup = new tcu::TestCaseGroup(m_testCtx, bufferStates[bufferStateNdx].name, bufferStates[bufferStateNdx].description);
6905 uploadSwapDrawGroup->addChild(bufferGroup);
6912 bufferGroup->addChild(new UploadWaitDrawCase(m_context,

Completed in 174 milliseconds