Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); in init() local
110 addChild(bufferGroup); in init()
118bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); in init() local
110 addChild(bufferGroup); in init()
118bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp332 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); in init() local
338 this->addChild(bufferGroup); in init()
345 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL)); in init()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp433 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer"); in init() local
439 this->addChild(bufferGroup); in init()
446 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL)); in init()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6884 …tcu::TestCaseGroup* const bufferGroup = new tcu::TestCaseGroup(m_testCtx, bufferStates[bufferState… in init() local
6885 uploadSwapDrawGroup->addChild(bufferGroup); in init()
6892 bufferGroup->addChild(new UploadWaitDrawCase(m_context, in init()