aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBatchTest.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-10 08:02:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-10 08:02:58 -0700
commitd22f37cda70a338adb00cee07b4052a60d77c98f (patch)
treeef2ec15bba486eb35cbcf2148091eeefcdf4659d /src/gpu/GrBatchTest.cpp
parentc5b7df48b212fbabcc5df87b18376818bd91c1c2 (diff)
Wire up testcreate function for GrDrawAtlasBatch
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 1a19041fe5..420d61fbec 100644
--- a/src/gpu/GrBatchTest.cpp
+++ b/src/gpu/GrBatchTest.cpp
@@ -21,6 +21,7 @@ BATCH_TEST_EXTERN(DefaultPathBatch);
BATCH_TEST_EXTERN(CircleBatch);
BATCH_TEST_EXTERN(DIEllipseBatch);
BATCH_TEST_EXTERN(EllipseBatch);
+BATCH_TEST_EXTERN(GrDrawAtlasBatch);
BATCH_TEST_EXTERN(GrStrokeRectBatch);
BATCH_TEST_EXTERN(RRectBatch);
BATCH_TEST_EXTERN(TesselatingPathBatch);
@@ -38,6 +39,7 @@ static BatchTestFunc gTestBatches[] = {
BATCH_TEST_ENTRY(CircleBatch),
BATCH_TEST_ENTRY(DIEllipseBatch),
BATCH_TEST_ENTRY(EllipseBatch),
+ BATCH_TEST_ENTRY(GrDrawAtlasBatch),
BATCH_TEST_ENTRY(GrStrokeRectBatch),
BATCH_TEST_ENTRY(RRectBatch),
BATCH_TEST_ENTRY(TesselatingPathBatch),