Lines Matching refs:SmokeTest
3604 const GLuint SmokeTest::m_width = 16;
3605 const GLuint SmokeTest::m_height = 16;
3606 const GLuint SmokeTest::m_depth = 1;
3612 SmokeTest::SmokeTest(deqp::Context& context) in SmokeTest() function in gl4cts::CopyImage::SmokeTest
3652 void SmokeTest::clean() in clean()
3686 void SmokeTest::cleanPixels(GLubyte*& pixels) const in cleanPixels()
3704 bool SmokeTest::compareImages(const testCase& test_case, const GLubyte* left_data, const GLubyte* r… in compareImages()
3768 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify()
3839 void SmokeTest::getPixels(GLuint name, const SmokeTest::testCase& test_case, GLubyte* out_pixels) c… in getPixels()
3869 tcu::TestNode::IterateResult SmokeTest::iterate() in iterate()
3952 void SmokeTest::prepareDstPxls(const SmokeTest::testCase& test_case, GLubyte*& out_pixels) const in prepareDstPxls()
3987 void SmokeTest::prepareSrcPxls(const SmokeTest::testCase& test_case, GLubyte*& out_pixels) const in prepareSrcPxls()
4049 GLuint SmokeTest::prepareTexture(const testCase& test_case, const GLubyte* pixels, GLuint& out_buf_… in prepareTexture()
4069 bool SmokeTest::verify(const testCase& test_case, const GLubyte* src_pixels) in verify()
5899 addChild(new CopyImage::SmokeTest(m_context)); in init()