Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp133 void cleanPixels(glw::GLubyte** pixels) const;
219 void cleanPixels(glw::GLubyte*& pixels) const;
Dgl4cCopyImageTests.cpp2612 cleanPixels((GLubyte**)dst_pixels); in iterate()
2613 cleanPixels((GLubyte**)src_pixels); in iterate()
2619 cleanPixels((GLubyte**)dst_pixels); in iterate()
2620 cleanPixels((GLubyte**)src_pixels); in iterate()
2849 void FunctionalTest::cleanPixels(GLubyte** pixels) const in cleanPixels() function in gl4cts::CopyImage::FunctionalTest
3686 void SmokeTest::cleanPixels(GLubyte*& pixels) const in cleanPixels() function in gl4cts::CopyImage::SmokeTest
3912 cleanPixels(dst_pixels); in iterate()
3913 cleanPixels(src_pixels); in iterate()
3919 cleanPixels(dst_pixels); in iterate()
3920 cleanPixels(src_pixels); in iterate()