Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp2607 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::FunctionalTest
3768 bool SmokeTest::copyAndVerify(const testCase& test_case, const GLubyte* src_pixels) in copyAndVerify() function in gl4cts::CopyImage::SmokeTest
3907 result = copyAndVerify(test_case, src_pixels); in iterate()