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

Side by Side Diff: gyp/bench.gypi

Issue 13334011: Add Xfermode bench. Also clear before rendering in bench (rather than after). (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp 1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp
2 # 2 #
3 { 3 {
4 'sources': [ 4 'sources': [
5 '../bench/benchmain.cpp', 5 '../bench/benchmain.cpp',
6 '../bench/SkBenchmark.h', 6 '../bench/SkBenchmark.h',
7 '../bench/SkBenchmark.cpp', 7 '../bench/SkBenchmark.cpp',
8 8
9 '../bench/AAClipBench.cpp', 9 '../bench/AAClipBench.cpp',
10 '../bench/BicubicBench.cpp', 10 '../bench/BicubicBench.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../bench/RTreeBench.cpp', 43 '../bench/RTreeBench.cpp',
44 '../bench/ScalarBench.cpp', 44 '../bench/ScalarBench.cpp',
45 '../bench/ShaderMaskBench.cpp', 45 '../bench/ShaderMaskBench.cpp',
46 '../bench/SortBench.cpp', 46 '../bench/SortBench.cpp',
47 '../bench/StrokeBench.cpp', 47 '../bench/StrokeBench.cpp',
48 '../bench/TableBench.cpp', 48 '../bench/TableBench.cpp',
49 '../bench/TextBench.cpp', 49 '../bench/TextBench.cpp',
50 '../bench/TileBench.cpp', 50 '../bench/TileBench.cpp',
51 '../bench/VertBench.cpp', 51 '../bench/VertBench.cpp',
52 '../bench/WriterBench.cpp', 52 '../bench/WriterBench.cpp',
53 '../bench/XfermodeBench.cpp',
53 54
54 '../bench/SkBenchLogger.h', 55 '../bench/SkBenchLogger.h',
55 '../bench/SkBenchLogger.cpp', 56 '../bench/SkBenchLogger.cpp',
56 '../bench/TimerData.h', 57 '../bench/TimerData.h',
57 '../bench/TimerData.cpp', 58 '../bench/TimerData.cpp',
58 ], 59 ],
59 } 60 }
60 61
61 # Local Variables: 62 # Local Variables:
62 # tab-width:2 63 # tab-width:2
63 # indent-tabs-mode:nil 64 # indent-tabs-mode:nil
64 # End: 65 # End:
65 # vim: set expandtab tabstop=2 shiftwidth=2: 66 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« bench/XfermodeBench.cpp ('K') | « bench/benchmain.cpp ('k') | include/core/SkXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698