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

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp952 // ZeroSlopeTestCase
954 class ZeroSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles2::Functional::__anon4954
957 ZeroSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
962 ZeroSlopeTestCase::ZeroSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles2::Functional::__anon4954::ZeroSlopeTestCase
967 void ZeroSlopeTestCase::testPolygonOffset (void)
1238 addChild(new ZeroSlopeTestCase(m_context, (std::string(format.name) + "_factor_0_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp955 // ZeroSlopeTestCase
957 class ZeroSlopeTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles3::Functional::__anon5100
960 ZeroSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
965 ZeroSlopeTestCase::ZeroSlopeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles3::Functional::__anon5100::ZeroSlopeTestCase
970 void ZeroSlopeTestCase::testPolygonOffset (void)
1243 addChild(new ZeroSlopeTestCase(m_context, (std::string(format.name) + "_factor_0_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));

Completed in 75 milliseconds