Home | History | Annotate | Download | only in functional

Lines Matching refs:ZeroSlopeTestCase

952 // ZeroSlopeTestCase
954 class ZeroSlopeTestCase : public PolygonOffsetTestCase
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)
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));