/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | ImageCompare.java | 30 private static double luma(int pixel) { in luma()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CornerPathEffectTest.java | 89 int pixel = bitmap.getPixel(x, y); in testCornerPathEffect() local
|
D | DiscretePathEffectTest.java | 88 int pixel = bitmap.getPixel(x, y); in testDiscretePathEffect() local
|
D | EmbossMaskFilterTest.java | 94 int pixel = b.getPixel(x, y); in brightness() local
|
D | VulkanPreTransformTest.java | 112 private static int pixelDiff(int pixel, int expectedR, int expectedG, int expectedB) { in pixelDiff()
|
D | ComposeShaderTest.java | 65 int pixel = bitmap.getPixel(x, y); in testPorterDuff() local
|
D | PaintFlagsDrawFilterTest.java | 97 int pixel = bitmap.getPixel(x, y); in verifyUnderline() local
|
D | SweepGradientTest.java | 133 int pixel = mBitmap.getPixel(x, y); in verifyColors() local
|
D | BitmapColorSpaceTest.java | 337 int pixel = pixels[i]; in verifyGetPixels() local 733 @ColorInt int pixel, int threshold, int index) { in almostEqual()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 289 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<uint8_t, 4>& pixel, in CheckGoldenPixel() 332 void CheckGoldenPixel(const GoldenPixel& golden, const std::array<float, 4>& pixel) { in CheckGoldenPixel() 358 std::array<float, 4> pixel = {0.5f, 0.5f, 0.5f, 0.5f}; in CheckGoldenPixels() local 362 std::array<uint8_t, 4> pixel = {127, 127, 127, 127}; in CheckGoldenPixels() local 375 float* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local 385 uint8_t* pixel = pixels.get() + ((golden.y - bottom) * width + golden.x - left) * 4; in CheckGoldenPixels() local 1256 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 4; in TEST_P() local 1266 uint8_t* pixel = reinterpret_cast<uint8_t*>(data) + (row_offset + golden.x) * 3; in TEST_P() local 1274 uint16_t* pixel = reinterpret_cast<uint16_t*>( in TEST_P() local 1286 uint16_t* pixel = reinterpret_cast<uint16_t*>( in TEST_P() local [all …]
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 294 int pixel = screenshot.getPixel(point.x, point.y); in getPixel() local 302 int pixel = getPixel(window, point); in waitForColor() local 314 int pixel = getPixel(window, point); in waitForChange() local
|
D | PixelCopyTest.java | 784 int pixel = bitmap.getPixel(x, y); in assertBitmapColor() local 792 int pixel = bitmap.getPixel(x, y); in assertBitmapNotColor() local
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ColorDrawableTest.java | 167 final int pixel = b.getPixel(0, 0); in testDraw() local
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | TextureTestRenderer.java | 121 IntBuffer pixel = ByteBuffer.allocateDirect(4).asIntBuffer(); in onDrawFrame() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
D | ProjectionOffscreenActivity.java | 261 int pixel = 0; in scanImage() local
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | RendererOneColorBufferTest.java | 214 int pixel = pin[0]; in doOnDrawFrame() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | MSSIMComparer.java | 152 private double getIntensity(int pixel) { in getIntensity()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | FadeTest.java | 300 private static double getIntensity(int pixel) { in getIntensity()
|
/cts/tests/tests/display/src/android/display/cts/ |
D | VirtualDisplayTest.java | 399 int pixel = 0; in scanImage() local
|