Searched refs:EXPECT_COPY_ON_WRITE (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | SurfaceTest.cpp | 570 #define EXPECT_COPY_ON_WRITE(command) \ in test_copy_on_write() macro 580 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write() 581 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write() 582 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write() 584 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write() 585 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write() 586 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write() 587 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write() 588 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) in test_copy_on_write() 589 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write() [all …]
|