Lines Matching refs:CopyImageTests
2293 class CopyImageTests : public TestCaseGroup
2296 CopyImageTests (Context& context, bool is_GL45);
2297 ~CopyImageTests (void);
2302 CopyImageTests (const CopyImageTests& other);
2303 CopyImageTests& operator= (const CopyImageTests& other);
2307 CopyImageTests::CopyImageTests (Context& context, bool is_GL45)
2313 CopyImageTests::~CopyImageTests (void)
2422 void CopyImageTests::init (void)
2753 return new CopyImageTests(context, is_GL45);