Searched refs:pixels2 (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 89 const uint32_t* pixels2 = readBmp2.getAddr32(0, y); in test_premul_alpha_roundtrip() local 92 if (pixels1[x] != pixels2[x]) { in test_premul_alpha_roundtrip() 93 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y); in test_premul_alpha_roundtrip() 95 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]); in test_premul_alpha_roundtrip()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3196 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addBufferOperations() local 3199 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addBufferOperations() 3201 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addBufferOperations() 3297 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addTextureOperations() local 3303 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addTextureOperations() 3305 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addTextureOperations() 3438 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addImageOperations() local 3444 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addImageOperations() 3446 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addImageOperations()
|