Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: src/gpu/GrBatchTest.cpp

Issue 1139743002: GLProgramsTest 3.0 (Closed) Base URL: https://skia.googlesource.com/skia.git@randbatch11
Patch Set: feedback Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrAtlasTextContext.cpp ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrBatchTest.cpp
diff --git a/src/gpu/GrBatchTest.cpp b/src/gpu/GrBatchTest.cpp
index fa8333d3c2d2584ec5c1a437a9ef9f2e00fa4950..d19fcaf1e1288eac7943574815307e4a299b5dc6 100644
--- a/src/gpu/GrBatchTest.cpp
+++ b/src/gpu/GrBatchTest.cpp
@@ -11,23 +11,38 @@
#ifdef GR_TEST_UTILS
+BATCH_TEST_EXTERN(AAConvexPathBatch);
+BATCH_TEST_EXTERN(AADistanceFieldPathBatch);
BATCH_TEST_EXTERN(AAFillRectBatch);
+BATCH_TEST_EXTERN(AAHairlineBatch);
BATCH_TEST_EXTERN(AAStrokeRectBatch);
BATCH_TEST_EXTERN(DashBatch);
+BATCH_TEST_EXTERN(DefaultPathBatch);
BATCH_TEST_EXTERN(CircleBatch);
BATCH_TEST_EXTERN(DIEllipseBatch);
BATCH_TEST_EXTERN(EllipseBatch);
BATCH_TEST_EXTERN(RRectBatch);
+BATCH_TEST_EXTERN(StrokeRectBatch);
+BATCH_TEST_EXTERN(TesselatingPathBatch);
+BATCH_TEST_EXTERN(TextBlobBatch);
+BATCH_TEST_EXTERN(VerticesBatch);
static BatchTestFunc gTestBatches[] = {
+ BATCH_TEST_ENTRY(AAConvexPathBatch),
+ BATCH_TEST_ENTRY(AADistanceFieldPathBatch),
BATCH_TEST_ENTRY(AAFillRectBatch),
+ BATCH_TEST_ENTRY(AAHairlineBatch),
BATCH_TEST_ENTRY(AAStrokeRectBatch),
BATCH_TEST_ENTRY(DashBatch),
+ BATCH_TEST_ENTRY(DefaultPathBatch),
BATCH_TEST_ENTRY(CircleBatch),
BATCH_TEST_ENTRY(DIEllipseBatch),
BATCH_TEST_ENTRY(EllipseBatch),
- BATCH_TEST_ENTRY(RRectBatch)
-
+ BATCH_TEST_ENTRY(RRectBatch),
+ BATCH_TEST_ENTRY(StrokeRectBatch),
+ BATCH_TEST_ENTRY(TesselatingPathBatch),
+ BATCH_TEST_ENTRY(TextBlobBatch),
+ BATCH_TEST_ENTRY(VerticesBatch)
};
GrBatch* GrRandomBatch(SkRandom* random, GrContext* context) {
« no previous file with comments | « src/gpu/GrAtlasTextContext.cpp ('k') | src/gpu/GrContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698