Home
last modified time | relevance | path

Searched refs:pixels2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DPremulAlphaRoundTripTest.cpp121 const uint32_t* pixels2 = readBmp2.getAddr32(0, y); in DEF_GPUTEST() local
124 if (pixels1[x] != pixels2[x]) { in DEF_GPUTEST()
125 SkDebugf("%x != %x, x = %d, y = %d\n", pixels1[x], pixels2[x], x, y); in DEF_GPUTEST()
127 REPORTER_ASSERT(reporter, success = pixels1[x] == pixels2[x]); in DEF_GPUTEST()
DDeferredCanvasTest.cpp766 PixelPtr pixels2 = get_surface_ptr(surface, useGpu); in TestDeferredCanvasSurface() local
767 REPORTER_ASSERT(reporter, pixels1 != pixels2); in TestDeferredCanvasSurface()
776 REPORTER_ASSERT(reporter, pixels2 != pixels3); in TestDeferredCanvasSurface()
833 PixelPtr pixels2 = get_surface_ptr(alternateSurface, useGpu); in TestDeferredCanvasSetSurface() local
841 REPORTER_ASSERT(reporter, get_surface_ptr(alternateSurface, useGpu) == pixels2); in TestDeferredCanvasSetSurface()
846 REPORTER_ASSERT(reporter, get_surface_ptr(alternateSurface, useGpu) != pixels2); in TestDeferredCanvasSetSurface()
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp3181 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addBufferOperations() local
3184 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addBufferOperations()
3186 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addBufferOperations()
3282 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addTextureOperations() local
3288 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addTextureOperations()
3290 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addTextureOperations()
3423 SharedPtr<tcu::ThreadUtil::DataBlock> pixels2; in addImageOperations() local
3429 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels2, m_config.useFenc… in addImageOperations()
3431 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addImageOperations()