Home | History | Annotate | Download | only in functional

Lines Matching refs:UsagePositiveNegativeTestCase

579 // UsagePositiveNegativeTestCase
581 class UsagePositiveNegativeTestCase : public PolygonOffsetTestCase
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)
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));