HomeSort by relevance Sort by last modified time
    Searched refs:canvasPixel (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
SurfaceSemaphoreTest.cpp 45 SkPMColor canvasPixel = canvasPixels[cy * CHILD_W + cx];
55 if (expectedPixel != canvasPixel) {
58 cx, cy, canvasPixel, expectedPixel);
WritePixelsTest.cpp 209 SkPMColor canvasPixel = canvasPixels[cx];
218 if (!check_pixel(bmpPMColor, canvasPixel, mul)) {
220 "Write performed premul: %d", cx, cy, bmpPMColor, canvasPixel, mul);
225 if (canvasPixel != testColor) {
227 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
ReadPixelsTest.cpp 223 SkPMColor canvasPixel = get_src_color(devx, devy);
226 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) {
228 "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul);
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 45 SkPMColor canvasPixel = canvasPixels[cy * CHILD_W + cx];
55 if (expectedPixel != canvasPixel) {
58 cx, cy, canvasPixel, expectedPixel);
WritePixelsTest.cpp 219 SkPMColor canvasPixel = canvasPixels[cx];
228 if (!check_pixel(bmpPMColor, canvasPixel, mul)) {
230 "Write performed premul: %d", cx, cy, bmpPMColor, canvasPixel, mul);
235 if (canvasPixel != testColor) {
237 " Should be 0x%08x, got 0x%08x. ", cx, cy, testColor, canvasPixel);
ReadPixelsTest.cpp 223 SkPMColor canvasPixel = get_src_color(devx, devy);
226 if (!check_read_pixel(pmPixel, canvasPixel, didPremul)) {
228 "Readback was unpremul: %d", bx, by, canvasPixel, pmPixel, didPremul);

Completed in 119 milliseconds