HomeSort by relevance Sort by last modified time
    Searched refs:pixels1 (Results 1 - 10 of 10) sorted by null

  /cts/libs/deviceutil/src/android/cts/util/
WidgetTestUtils.java 59 int[] pixels1 = new int[s]; local
62 b1.getPixels(pixels1, 0, w, 0, 0, w, h);
66 if (pixels1[i] != pixels2[i]) {
  /external/chromium_org/third_party/skia/tests/
PremulAlphaRoundTripTest.cpp 121 const uint32_t* pixels1 = readBmp1.getAddr32(0, y); local
125 if (pixels1[x] != pixels2[x]) {
126 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y);
128 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
DeferredCanvasTest.cpp 721 PixelPtr pixels1 = get_surface_ptr(surface, useGpu); local
740 REPORTER_ASSERT(reporter, pixels1 != pixels2);
803 PixelPtr pixels1 = get_surface_ptr(surface, useGpu); local
811 REPORTER_ASSERT(reporter, get_surface_ptr(surface, useGpu) == pixels1);
816 REPORTER_ASSERT(reporter, get_surface_ptr(surface, useGpu) == pixels1);
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
MSSIMComparer.java 136 private double[] getMeans(int[] pixels0, int[] pixels1, int start, int stride) {
143 avg1 += getIntensity(pixels1[index]);
156 private double[] getVariances(int[] pixels0, int[] pixels1, double mean0, double mean1,
165 double v1 = getIntensity(pixels1[index]) - mean1;
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 121 const uint32_t* pixels1 = readBmp1.getAddr32(0, y); local
124 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
DeferredCanvasTest.cpp 714 PixelPtr pixels1 = getSurfacePixelPtr(surface, useGpu); local
733 REPORTER_ASSERT(reporter, pixels1 != pixels2);
781 PixelPtr pixels1 = getSurfacePixelPtr(surface, useGpu); local
789 REPORTER_ASSERT(reporter, getSurfacePixelPtr(surface, useGpu) == pixels1);
794 REPORTER_ASSERT(reporter, getSurfacePixelPtr(surface, useGpu) == pixels1);
    [all...]
  /external/qemu/ui/
vnc-android.c 448 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size)
453 uint32_t *pixels = pixels1;
461 uint16_t *pixels = pixels1;
469 uint8_t *pixels = pixels1;
    [all...]
vnc.c 440 static void vnc_write_pixels_generic(VncState *vs, void *pixels1, int size)
445 uint32_t *pixels = pixels1;
453 uint16_t *pixels = pixels1;
461 uint8_t *pixels = pixels1;
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 3177 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; local
3278 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; local
3419 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; local
    [all...]
  /external/zxing/core/
core.jar 

Completed in 446 milliseconds