Searched refs:pixels1 (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 120 const uint32_t* pixels1 = readBmp1.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()
|
D | DeferredCanvasTest.cpp | 748 PixelPtr pixels1 = get_surface_ptr(surface, useGpu); in TestDeferredCanvasSurface() local 767 REPORTER_ASSERT(reporter, pixels1 != pixels2); in TestDeferredCanvasSurface() 832 PixelPtr pixels1 = get_surface_ptr(surface, useGpu); in TestDeferredCanvasSetSurface() local 840 REPORTER_ASSERT(reporter, get_surface_ptr(surface, useGpu) == pixels1); in TestDeferredCanvasSetSurface() 845 REPORTER_ASSERT(reporter, get_surface_ptr(surface, useGpu) == pixels1); in TestDeferredCanvasSetSurface()
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 3180 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addBufferOperations() local 3183 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addBufferOperations() 3186 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addBufferOperations() 3281 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addTextureOperations() local 3287 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addTextureOperations() 3290 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addTextureOperations() 3422 SharedPtr<tcu::ThreadUtil::DataBlock> pixels1; in addImageOperations() local 3428 …w GLES2ThreadTest::ReadPixels(0, 0, 400, 400, GL_RGBA, GL_UNSIGNED_BYTE, pixels1, m_config.useFenc… in addImageOperations() 3431 m_threads[0]->addOperation(new tcu::ThreadUtil::CompareData(pixels1, pixels2)); in addImageOperations()
|