Searched refs:bufferGroup (Results 1 – 7 of 7) 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/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 255 …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/ |
D | vktApiExternalMemoryTests.cpp | 4236 de::MovePtr<tcu::TestCaseGroup> bufferGroup (new tcu::TestCaseGroup(testCtx, "buffer", "")); in createMemoryTests() local 4239 …addFunctionCase(bufferGroup.get(), "info", "External buffer memory info query.", testBuf… in createMemoryTests() 4240 …addFunctionCase(bufferGroup.get(), "bind_export_import_bind", "Test binding, exporting, importing … in createMemoryTests() 4241 …addFunctionCase(bufferGroup.get(), "export_bind_import_bind", "Test exporting, binding, importing … in createMemoryTests() 4242 …addFunctionCase(bufferGroup.get(), "export_import_bind_bind", "Test exporting, importind and bindi… in createMemoryTests() 4244 dedicatedGroup->addChild(bufferGroup.release()); in createMemoryTests()
|
/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()
|