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

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.hpp133 void cleanPixels(glw::GLubyte** pixels) const;
219 void cleanPixels(glw::GLubyte*& pixels) const;
H A Dgl4cCopyImageTests.cpp2625 cleanPixels((GLubyte**)dst_pixels);
2626 cleanPixels((GLubyte**)src_pixels);
2632 cleanPixels((GLubyte**)dst_pixels);
2633 cleanPixels((GLubyte**)src_pixels);
2862 void FunctionalTest::cleanPixels(GLubyte** pixels) const function in class:gl4cts::CopyImage::FunctionalTest
3699 void SmokeTest::cleanPixels(GLubyte*& pixels) const function in class:gl4cts::CopyImage::SmokeTest
3925 cleanPixels(dst_pixels);
3926 cleanPixels(src_pixels);
3932 cleanPixels(dst_pixels);
3933 cleanPixels(src_pixel
[all...]

Completed in 158 milliseconds