Lines Matching refs:negativeGroup
1572 …tcu::TestCaseGroup* const negativeGroup = new tcu::TestCaseGroup(m_testCtx, "negative", "Negative … in init() local
1575 addChild(negativeGroup); in init()
1618 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_bind_vertex_buffer", "use wit… in init()
1619 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_format", "use w… in init()
1620 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_i_format", "use … in init()
1621 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_binding", "use w… in init()
1622 …negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_binding_divisor", "use … in init()
1624 …negativeGroup->addChild(new BindToCreateCase(m_context, "bind_create_new_buffer", "bind not ex… in init()
1626 …negativeGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_format_large_offset", "lar… in init()
1627 …negativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_large_stride", "large… in init()
1628 …negativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_negative_stride", "neg… in init()
1629 …negativeGroup->addChild(new NegativeApiCase(m_context, "bind_vertex_buffer_negative_offset", "neg… in init()
1630 …negativeGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_binding_invalid_attr", "bin… in init()
1631 …negativeGroup->addChild(new NegativeApiCase(m_context, "vertex_attrib_binding_invalid_binding", "… in init()