aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 19:27:48 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-21 19:27:48 +0000
commit78a1078f17f4f0ae63415298517262a64f706af6 (patch)
tree6f622a5a976570c22f9806b63f52cccbeacad5a8 /gm/gm.h
parent05f85ade7895606badc57e4137c48ee5c8eefab5 (diff)
Create new target to hold gpu test code, enable direct testing of GrEffects in GM.
R=robertphillips@google.com, jvanverth@google.com, egdaniel@google.com Author: bsalomon@google.com Review URL: https://chromiumcodereview.appspot.com/23352003 git-svn-id: http://skia.googlecode.com/svn/trunk@10866 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/gm.h')
-rw-r--r--gm/gm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/gm.h b/gm/gm.h
index dbd7f42e1d..b19bce31cf 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -43,6 +43,8 @@ namespace skiagm {
kSkipScaledReplay_Flag = 1 << 6,
kSkipGPU_Flag = 1 << 7,
kSkipPDFRasterization_Flag = 1 << 8,
+
+ kGPUOnly_Flag = 1 << 9,
};
void draw(SkCanvas*);