Searched refs:pixels1 (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 86 const uint32_t* pixels1 = readBmp1.getAddr32(0, y); in test_premul_alpha_roundtrip() local 90 if (pixels1[x] != pixels2[x]) { in test_premul_alpha_roundtrip() 91 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y); in test_premul_alpha_roundtrip() 93 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]); in test_premul_alpha_roundtrip()
|
/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()
|