aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBatchTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrBatchTest.cpp')
-rw-r--r--src/gpu/GrBatchTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrBatchTest.cpp b/src/gpu/GrBatchTest.cpp
index 420d61fbec..181f0e684a 100644
--- a/src/gpu/GrBatchTest.cpp
+++ b/src/gpu/GrBatchTest.cpp
@@ -14,6 +14,7 @@
BATCH_TEST_EXTERN(AAConvexPathBatch);
BATCH_TEST_EXTERN(AADistanceFieldPathBatch);
BATCH_TEST_EXTERN(AAFillRectBatch);
+BATCH_TEST_EXTERN(AAFillRectBatchLocalMatrix);
BATCH_TEST_EXTERN(AAHairlineBatch);
BATCH_TEST_EXTERN(AAStrokeRectBatch);
BATCH_TEST_EXTERN(DashBatch);
@@ -32,6 +33,7 @@ static BatchTestFunc gTestBatches[] = {
BATCH_TEST_ENTRY(AAConvexPathBatch),
BATCH_TEST_ENTRY(AADistanceFieldPathBatch),
BATCH_TEST_ENTRY(AAFillRectBatch),
+ BATCH_TEST_ENTRY(AAFillRectBatchLocalMatrix),
BATCH_TEST_ENTRY(AAHairlineBatch),
BATCH_TEST_ENTRY(AAStrokeRectBatch),
BATCH_TEST_ENTRY(DashBatch),