Searched refs:drawArraysGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 564 …tcu::TestCaseGroup* const drawArraysGroup = new tcu::TestCaseGroup(m_testCtx, "drawarrays", "draw … in init() local 568 addChild(drawArraysGroup); in init() 578 …drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw ar… in init() 579 …drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_first", "Draw ar… in init() 580 …drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw… in init() 581 …drawArraysGroup->addChild(new InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustBeZ… in init()
|