Searched defs:refPixels (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DRectangleTextureTest.cpp123 GrColor refPixels[kWidth * kHeight]; local
127 refPixels[y * kWidth + x] = pixels[y0 * kWidth + x];
140 test_basic_draw_as_src(reporter, context, rectProxy, refPixels);
143 test_copy_from_surface(reporter, context, rectProxy.get(), refPixels,
150 test_read_pixels(reporter, rectContext.get(), refPixels, "RectangleTexture-read");

Completed in 139 milliseconds