HomeSort by relevance Sort by last modified time
    Searched refs:pixels1 (Results 1 - 5 of 5) 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/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...]

Completed in 236 milliseconds