Searched defs:checkPixels (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | SurfaceTracingTestBase.kt | 85 fun checkPixels(bounds: Rect, @ColorInt color: Int) { in <lambda>() method
|
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
H A D | ASurfaceControlTestActivity.java | 240 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 D | PixelChecker.java | 124 public abstract boolean checkPixels(int matchingPixelCount, int width, int height); in checkPixels() method in PixelChecker
|
H A D | RectChecker.java | 116 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 D | glcShaderLibraryCase.cpp | 224 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 D | LineLoopTest.cpp | 46 void checkPixels() in checkPixels() function in LineLoopTest
|
H A D | VertexAttributeTest.cpp | 216 void checkPixels() in checkPixels() function in __anon8ff86acd0111::VertexAttributeTest
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | SurfaceControlTest.java | 1856 public boolean checkPixels(int matchingPixelCount, int width, int height) { in PixelChecker() method
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 967 static bool checkPixels(tcu::TestLog &log, const tcu::ConstPixelBufferAccess &surface) in checkPixels() function
|