Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp105 SkAutoTMalloc<uint32_t> expectedPixels(pixelCnt); in test_clear() local
115 expectedPixels.get()[i] = expectedColor0; in test_clear()
132 expectedPixels.get()[y * h + x] = expectedColor1; in test_clear()
136 test_read_pixels(reporter, context, rectangleTexture, expectedPixels.get()); in test_clear()