Searched refs:bufferGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); in init() local 110 addChild(bufferGroup); in init() 118 …bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 109 TestCaseGroup* const bufferGroup = new TestCaseGroup(m_context, "buffer", "Buffer stress tests"); in init() local 110 addChild(bufferGroup); in init() 118 …bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 332 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/ |
D | es3fDrawTests.cpp | 433 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/ |
D | es3pBufferDataUploadTests.cpp | 6884 …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()
|