Searched refs:copyAndVerify (Results 1 – 2 of 2) sorted by relevance
141 …bool copyAndVerify(const testCase& test_case, const glw::GLubyte** dst_pixels, const glw::GLubyte*…223 bool copyAndVerify(const testCase& test_case, const glw::GLubyte* src_pixels);
2607 result = copyAndVerify(test_case, (const GLubyte**)dst_pixels, (const GLubyte**)src_pixels); in iterate()2703 bool FunctionalTest::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLu… in copyAndVerify() function in gl4cts::CopyImage::FunctionalTest3768 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify() function in gl4cts::CopyImage::SmokeTest3907 result = copyAndVerify(test_case, src_pixels); in iterate()