Searched refs:usageGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 6452 …tcu::TestCaseGroup* const usageGroup = new tcu::TestCaseGroup(m_testCtx, usages[usageNdx].name, us… in init() local 6453 modifyAfterUseGroup->addChild(usageGroup); in init() 6455 …usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data", "Respecif… in init() 6456 …usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_different_size", … in init() 6457 …usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_repeated", "R… in init() 6459 …usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full", … in init() 6460 …usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial", … in init() 6461 …usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full_repeat… in init() 6462 …usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial_rep… in init() 6464 …usageGroup->addChild(new ModifyAfterWithMapBufferRangeCase (m_context, "map_flag_write_full", … in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 1571 …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()
|