Searched refs:pixels2 (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp87 const uint32_t* pixels2 = readBmp2.getAddr32(0, y); local
90 if (pixels1[x] != pixels2[x]) {
91 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y);
93 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]);
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp3196 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; local
3199 m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenceSync, m_config.serverSync));
3201 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));
3297 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; local
3303 m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenceSync, m_config.serverSync));
3305 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));
3438 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; local
3444 m_threads[1]->addOperation(new GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenceSync, m_config.serverSync));
3446 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2));

Completed in 97 milliseconds