Home
last modified time | relevance | path

Searched refs:usageGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6452 …tcu::TestCaseGroup* const usageGroup = new tcu::TestCaseGroup(m_testCtx, usages[usageNdx].name, us… in init() local
6453 modifyAfterUseGroup->addChild(usageGroup); in init()
6455usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data", "Respecif… in init()
6456usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_different_size", … in init()
6457usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_repeated", "R… in init()
6459usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full", … in init()
6460usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial", … in init()
6461usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full_repeat… in init()
6462usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial_rep… in init()
6464usageGroup->addChild(new ModifyAfterWithMapBufferRangeCase (m_context, "map_flag_write_full", … in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1571 …tcu::TestCaseGroup* const usageGroup = new tcu::TestCaseGroup(m_testCtx, "usage", "Test using bind… in init() local
1574 addChild(usageGroup); in init()
1583 usageGroup->addChild(singleGroup); in init()
1584 usageGroup->addChild(multipleGroup); in init()
1585 usageGroup->addChild(mixedGroup); in init()