Searched refs:checkPixels (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | VertexAttributeTest.cpp | 217 void checkPixels() in checkPixels() function in __anon20241::VertexAttributeTest 275 checkPixels(); in runTest() 773 checkPixels(); in TEST_P() 827 checkPixels(); in TEST_P() 879 checkPixels(); in TEST_P() 934 checkPixels(); in TEST_P() 1301 checkPixels(); in TEST_P() 1305 checkPixels(); in TEST_P() 1342 checkPixels(); in TEST_P() 1346 checkPixels(); in TEST_P() [all...] |
H A D | LineLoopTest.cpp | 46 void checkPixels() in checkPixels() function in LineLoopTest 133 checkPixels(); in runTest() 577 checkPixels(); in runTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.hpp | 140 bool checkPixels(tcu::Surface& surface, int minX, int maxX, int minY, int maxY);
|
H A D | glcShaderLibraryCase.cpp | 224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() function in deqp::sl::ShaderCase 482 if (!checkPixels(surface, minX, maxX, minY, maxY)) in execute()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 892 static bool checkPixels (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& surface) 1346 if (!checkPixels(log, tcu::getSubregion(surface.getAccess(), minX, minY, maxX-minX+1, maxY-minY+1)))
|
Completed in 8 milliseconds