Home | History | Annotate | Download | only in functional

Lines Matching refs:vao

176 		throw tcu::TestError("could not gen vao");
331 GLU_EXPECT_NO_ERROR(gl.glGetError(), "set vao");
630 GLU_EXPECT_NO_ERROR(gl.glGetError(), "set vao");
901 GLU_EXPECT_NO_ERROR(gl.glGetError(), "set vao");
1137 GLU_EXPECT_NO_ERROR(gl.glGetError(), "set vao");
1386 glu::VertexArray vao (m_context.getRenderContext());
1394 gl.glBindVertexArray(*vao);
1447 glu::VertexArray vao (m_context.getRenderContext());
1450 gl.glBindVertexArray(*vao);
1618 negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_bind_vertex_buffer", "use with default vao", DefaultVAOCase::CASE_BIND_VERTEX_BUFFER));
1619 negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_format", "use with default vao", DefaultVAOCase::CASE_VERTEX_ATTRIB_FORMAT));
1620 negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_i_format", "use with default vao", DefaultVAOCase::CASE_VERTEX_ATTRIB_I_FORMAT));
1621 negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_attrib_binding", "use with default vao", DefaultVAOCase::CASE_VERTEX_ATTRIB_BINDING));
1622 negativeGroup->addChild(new DefaultVAOCase(m_context, "default_vao_vertex_binding_divisor", "use with default vao", DefaultVAOCase::CASE_VERTEX_BINDING_DIVISOR));