Home | History | Annotate | Download | only in gl

Lines Matching defs:FunctionalTest

1555 FunctionalTest::FunctionalTest(deqp::Context& context)
1571 tcu::TestNode::IterateResult FunctionalTest::iterate()
1632 FunctionalTest::prepareFunctionPointers()
1654 void FunctionalTest::prepareTransformFeedback()
1668 void FunctionalTest::prepareBuffer()
1695 void FunctionalTest::prepareProgram()
1854 void FunctionalTest::prepareVertexArrayObject()
1900 bool FunctionalTest::draw()
1957 bool FunctionalTest::testTransformFeedbackStatus(glw::GLenum parameter_name, glw::GLint expected_value)
1992 bool FunctionalTest::verifyBufferContent()
2028 void FunctionalTest::clean()
2073 const glw::GLuint FunctionalTest::s_bo_size = 4 * sizeof(glw::GLint);
2075 const glw::GLchar FunctionalTest::s_vertex_shader[] = "#version 130\n"
2086 const glw::GLchar FunctionalTest::s_fragment_shader[] = "#version 130\n"
2095 const glw::GLchar* const FunctionalTest::s_xfb_varying = "result";