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

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp576 // UsagePositiveNegativeTestCase
578 class UsagePositiveNegativeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles2::Functional::__anon4954
581 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
586 UsagePositiveNegativeTestCase::UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles2::Functional::__anon4954::UsagePositiveNegativeTestCase
591 void UsagePositiveNegativeTestCase::testPolygonOffset (void)
1229 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format.name));
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp579 // UsagePositiveNegativeTestCase
581 class UsagePositiveNegativeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles3::Functional::__anon5100
584 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
589 UsagePositiveNegativeTestCase::UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles3::Functional::__anon5100::UsagePositiveNegativeTestCase
594 void UsagePositiveNegativeTestCase::testPolygonOffset (void)
1234 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format.name));

Completed in 100 milliseconds