Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp564 …tcu::TestCaseGroup* const drawArraysGroup = new tcu::TestCaseGroup(m_testCtx, "drawarrays", "draw … in init() local
568 addChild(drawArraysGroup); in init()
578drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw ar… in init()
579drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_first", "Draw ar… in init()
580drawArraysGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Draw… in init()
581drawArraysGroup->addChild(new InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustBeZ… in init()