Lines Matching refs:TestBase
419 void TestBase::pass (void)
424 void TestBase::qualityWarning (const char* msg)
429 void TestBase::fail (const char* msg)
434 const glw::Functions& gl (const TestBase& test)
623 IterateResult TestBase::iterate (void)
691 IterateResult TestBase::build (FboBuilder& builder)
697 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
772 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
943 class EmptyImageTest : public TestBase
948 : TestBase (group, name, desc) {}
961 class DistinctSizeTest : public TestBase
966 : TestBase (group, name, desc) {}