Searched refs:EXPECT_COPY_ON_WRITE (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SurfaceTest.cpp | 413 #define EXPECT_COPY_ON_WRITE(command) \ in test_copy_on_write() macro 423 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write() 424 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write() 425 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write() 427 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write() 428 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write() 429 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write() 430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write() 431 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) in test_copy_on_write() 432 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write() [all …]
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 413 #define EXPECT_COPY_ON_WRITE(command) \ in test_copy_on_write() macro 423 EXPECT_COPY_ON_WRITE(clear(testColor)) in test_copy_on_write() 424 EXPECT_COPY_ON_WRITE(drawPaint(testPaint)) in test_copy_on_write() 425 EXPECT_COPY_ON_WRITE(drawPoints(SkCanvas::kPoints_PointMode, testPointCount, testPoints, \ in test_copy_on_write() 427 EXPECT_COPY_ON_WRITE(drawOval(testRect, testPaint)) in test_copy_on_write() 428 EXPECT_COPY_ON_WRITE(drawRect(testRect, testPaint)) in test_copy_on_write() 429 EXPECT_COPY_ON_WRITE(drawRRect(testRRect, testPaint)) in test_copy_on_write() 430 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write() 431 EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0)) in test_copy_on_write() 432 EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr)) in test_copy_on_write() [all …]
|