Searched defs:UsageSlopeTestCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp839 // UsageSlopeTestCase
841 class UsageSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles2::Functional::__anon4954
844 UsageSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
849 UsageSlopeTestCase::UsageSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles2::Functional::__anon4954::UsageSlopeTestCase
854 void UsageSlopeTestCase::testPolygonOffset (void)
1235 addChild(new UsageSlopeTestCase(m_context, (std::string(format.name) + "_render_with_factor").c_str(), "test polygon offset factor", format.internalFormat, format.name));
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp842 // UsageSlopeTestCase
844 class UsageSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles3::Functional::__anon5100
847 UsageSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
852 UsageSlopeTestCase::UsageSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles3::Functional::__anon5100::UsageSlopeTestCase
857 void UsageSlopeTestCase::testPolygonOffset (void)
1240 addChild(new UsageSlopeTestCase(m_context, (std::string(format.name) + "_render_with_factor").c_str(), "test polygon offset factor", format.internalFormat, format.name));

Completed in 122 milliseconds