Searched refs:pixels1 (Results 1 – 5 of 5) sorted by relevance
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 83 const uint32_t* pixels1 = readBmp1.getAddr32(0, y); in test_premul_alpha_roundtrip() local 87 if (pixels1[x] != pixels2[x]) { in test_premul_alpha_roundtrip() 88 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y); in test_premul_alpha_roundtrip() 90 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]); in test_premul_alpha_roundtrip()
|
/external/skqp/tests/ |
D | PremulAlphaRoundTripTest.cpp | 83 const uint32_t* pixels1 = readBmp1.getAddr32(0, y); in test_premul_alpha_roundtrip() local 87 if (pixels1[x] != pixels2[x]) { in test_premul_alpha_roundtrip() 88 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y); in test_premul_alpha_roundtrip() 90 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]); in test_premul_alpha_roundtrip()
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 121 pixels1 = rgba_map.get(img1, img1.convert('L').getdata()) 123 pixels = itertools.izip(pixels1, pixels2)
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBitmapTest.java | 617 int[] pixels1 = new int[] {0, 1, 2, 3}; in sameAs_bitmapsDifferentPixels() local 619 original1.setPixels(pixels1, 0, 1, 0, 0, 2, 2); in sameAs_bitmapsDifferentPixels()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3195 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addBufferOperations() local 3198 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addBufferOperations() 3201 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addBufferOperations() 3296 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addTextureOperations() local 3302 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addTextureOperations() 3305 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addTextureOperations() 3437 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addImageOperations() local 3443 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addImageOperations() 3446 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addImageOperations()
|