Home
last modified time | relevance | path

Searched refs:copyAndVerify (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp141 …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);
Dgl4cCopyImageTests.cpp2620 result = copyAndVerify(test_case, (const GLubyte**)dst_pixels, (const GLubyte**)src_pixels); in iterate()
2716 bool FunctionalTest::copyAndVerify(const testCase& test_case, const GLubyte** dst_pixels, const GLu… in copyAndVerify() function in gl4cts::CopyImage::FunctionalTest
3781 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify() function in gl4cts::CopyImage::SmokeTest
3920 result = copyAndVerify(test_case, src_pixels); in iterate()