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

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp1049 // OneSlopeTestCase
1051 class OneSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles2::Functional::__anon4021
1054 OneSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
1059 OneSlopeTestCase::OneSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles2::Functional::__anon4021::OneSlopeTestCase
1064 void OneSlopeTestCase::testPolygonOffset (void)
1241 addChild(new OneSlopeTestCase(m_context, (std::string(format.name) + "_factor_1_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp1052 // OneSlopeTestCase
1054 class OneSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles3::Functional::__anon4167
1057 OneSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
1062 OneSlopeTestCase::OneSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles3::Functional::__anon4167::OneSlopeTestCase
1067 void OneSlopeTestCase::testPolygonOffset (void)
1246 addChild(new OneSlopeTestCase(m_context, (std::string(format.name) + "_factor_1_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));

Completed in 58 milliseconds