Home
last modified time | relevance | path

Searched defs:checkPixels (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DSurfaceTracingTestBase.kt85 fun checkPixels(bounds: Rect, @ColorInt color: Int) { in <lambda>() method
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DASurfaceControlTestActivity.java240 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels() method in ASurfaceControlTestActivity.RectChecker
298 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels() method in ASurfaceControlTestActivity.PixelChecker
H A DPixelChecker.java124 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels() method in PixelChecker
H A DRectChecker.java116 public boolean checkPixels(int matchingPixelCount, int width, int height) { in checkPixels() method in RectChecker
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp224 bool ShaderCase::checkPixels(Surface &surface, int minX, int maxX, int minY, int maxY) in checkPixels() function in deqp::sl::ShaderCase
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DLineLoopTest.cpp46 void checkPixels() in checkPixels() function in LineLoopTest
H A DVertexAttributeTest.cpp216 void checkPixels() in checkPixels() function in __anon8ff86acd0111::VertexAttributeTest
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceControlTest.java1856 public boolean checkPixels(int matchingPixelCount, int width, int height) { in PixelChecker() method
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp967 static bool checkPixels(tcu::TestLog &log, const tcu::ConstPixelBufferAccess &surface) in checkPixels() function