Searched refs:DrawTestBase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp543 class DrawTestBase : public glcts::TestCaseBase class in namespace:glcts::ViewportArray
547 DrawTestBase(deqp::Context& context, const glcts::ExtParameters& extParams, const glw::GLchar* test_name,
550 virtual ~DrawTestBase()
679 class DrawToSingleLayerWithMultipleViewports : public DrawTestBase
690 /* Protected methods inherited from DrawTestBase */
709 class DynamicViewportIndex : public DrawTestBase
720 /* Protected methods inherited from DrawTestBase */
740 class DrawMulitpleViewportsWithSingleInvocation : public DrawTestBase
751 /* Protected methods inherited from DrawTestBase */
773 class ViewportIndexSubroutine : public DrawTestBase
[all...]
H A DglcViewportArrayTests.cpp2496 /* Constants used by DrawTestBase */
2497 const GLuint DrawTestBase::m_depth = 16;
2498 const GLuint DrawTestBase::m_height = 128;
2499 const GLuint DrawTestBase::m_width = 128;
2500 const GLuint DrawTestBase::m_r32f_height = 2;
2501 const GLuint DrawTestBase::m_r32f_width = 16;
2502 const GLuint DrawTestBase::m_r32ix4_depth = 4;
2510 DrawTestBase::DrawTestBase(deqp::Context& context, const glcts::ExtParameters& extParams, const GLchar* test_name, function in class:glcts::ViewportArray::DrawTestBase
2521 tcu::TestNode::IterateResult DrawTestBase
[all...]

Completed in 89 milliseconds