Searched refs:BlitTest (Results 1 – 5 of 5) sorted by relevance
2441 class BlitTest : public BaseTest class2444 BlitTest(deqp::Context& context, const TypeFormat& tf);2445 virtual ~BlitTest();2450 BlitTest::BlitTest(deqp::Context& context, const TypeFormat& tf) : BaseTest(context, tf) in BlitTest() function in glcts::BlitTest2454 BlitTest::~BlitTest() in ~BlitTest()2458 tcu::TestNode::IterateResult BlitTest::iterate(void) in iterate()2743 blitGroup->addChild(new BlitTest(m_context, typeFormat)); in init()
2693 class BlitTest : public deqp::TestCase class2697 BlitTest(deqp::Context& context);2703 BlitTest(const BlitTest& other);2704 BlitTest& operator=(const BlitTest& other);
2671 BlitTest::BlitTest(deqp::Context& context) in BlitTest() function in gl4cts::DirectStateAccess::Framebuffers::BlitTest2687 tcu::TestNode::IterateResult BlitTest::iterate() in iterate()2748 void BlitTest::PrepareFramebuffers() in PrepareFramebuffers()2836 bool BlitTest::Test() in Test()2892 bool BlitTest::CheckErrorAndLog() in CheckErrorAndLog()2916 bool BlitTest::CheckColor() in CheckColor()2978 bool BlitTest::CheckDepth() in CheckDepth()3021 bool BlitTest::CheckStencil() in CheckStencil()3069 void BlitTest::ClearFramebuffer(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLflo… in ClearFramebuffer()3092 void BlitTest::Clean() in Clean()
114 addChild(new Framebuffers::BlitTest(m_context)); in init()
1872 TEST_F(SwiftShaderTest, BlitTest) in TEST_F() argument