Searched refs:drawElementsGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 565 …tcu::TestCaseGroup* const drawElementsGroup = new tcu::TestCaseGroup(m_testCtx, "drawelements", "d… in init() local 569 addChild(drawElementsGroup); in init() 586 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_count", "Draw e… in init() 587 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_basevertex", "Dr… in init() 588 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_indices", "Draw… in init() 589 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_primcount", "Dra… in init() 590 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "index_over_bounds_with_count", "Draw … in init() 591 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "index_over_bounds_with_firstindex", "D… in init() 592 …drawElementsGroup->addChild(new InvalidDrawCase(m_context, "reserved_non_zero", "reservedMustB… in init()
|