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