Lines Matching refs:TestBase
409 void TestBase::pass (void) in pass()
414 void TestBase::qualityWarning (const char* msg) in qualityWarning()
419 void TestBase::fail (const char* msg) in fail()
424 const glw::Functions& gl (const TestBase& test) in gl()
613 IterateResult TestBase::iterate (void) in iterate()
671 IterateResult TestBase::build (FboBuilder& builder) in build()
677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat()
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
923 class EmptyImageTest : public TestBase
928 : TestBase (group, name, desc) {} in EmptyImageTest()
941 class DistinctSizeTest : public TestBase
946 : TestBase (group, name, desc) {} in DistinctSizeTest()