Lines Matching refs:TestBase
420 void TestBase::pass (void) in pass()
425 void TestBase::qualityWarning (const char* msg) in qualityWarning()
430 void TestBase::fail (const char* msg) in fail()
435 const glw::Functions& gl (const TestBase& test) in gl()
624 IterateResult TestBase::iterate (void) in iterate()
682 IterateResult TestBase::build (FboBuilder& builder) in build()
688 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const in getDefaultFormat()
763 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew()
934 class EmptyImageTest : public TestBase
939 : TestBase (group, name, desc) {} in EmptyImageTest()
952 class DistinctSizeTest : public TestBase
957 : TestBase (group, name, desc) {} in DistinctSizeTest()