Lines Matching refs:negativeGroup

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