Home
last modified time | relevance | path

Searched refs:bufferGroup (Results 1 – 7 of 7) 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/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp255 …de::MovePtr<tcu::TestCaseGroup> bufferGroup(new tcu::TestCaseGroup(group->getTestContext(), "buffe… in populateTestGroup() local
258 addFunctionTestCase(bufferGroup.get(), bufferCases[ndx].name, "", bufferCases[ndx].flags); in populateTestGroup()
260 group->addChild(bufferGroup.release()); in populateTestGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3734 de::MovePtr<tcu::TestCaseGroup> bufferGroup (new tcu::TestCaseGroup(testCtx, "buffer", "")); in createMemoryTests() local
3737 …addFunctionCase(bufferGroup.get(), "info", "External buffer memory info query.", testBuf… in createMemoryTests()
3738 …addFunctionCase(bufferGroup.get(), "bind_export_import_bind", "Test binding, exporting, importing … in createMemoryTests()
3739 …addFunctionCase(bufferGroup.get(), "export_bind_import_bind", "Test exporting, binding, importing … in createMemoryTests()
3740 …addFunctionCase(bufferGroup.get(), "export_import_bind_bind", "Test exporting, importind and bindi… in createMemoryTests()
3742 dedicatedGroup->addChild(bufferGroup.release()); in createMemoryTests()
/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()