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

Side by Side Diff: gyp/bench.gypi

Issue 317023002: Two new benches for ETC1 bitmaps. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Call notify pixels changed directly on the pixel ref Created 6 years, 6 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
« no previous file with comments | « bench/ETCBitmapBench.cpp ('k') | src/gpu/SkGr.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'include_dirs': [ 2 'include_dirs': [
3 '../src/core', 3 '../src/core',
4 '../src/effects', 4 '../src/effects',
5 '../src/utils', 5 '../src/utils',
6 '../tools', 6 '../tools',
7 ], 7 ],
8 'dependencies': [ 8 'dependencies': [
9 'skia_lib.gyp:skia_lib', 9 'skia_lib.gyp:skia_lib',
10 ], 10 ],
(...skipping 15 matching lines...) Expand all
26 '../bench/ChromeBench.cpp', 26 '../bench/ChromeBench.cpp',
27 '../bench/CmapBench.cpp', 27 '../bench/CmapBench.cpp',
28 '../bench/ColorFilterBench.cpp', 28 '../bench/ColorFilterBench.cpp',
29 '../bench/ColorPrivBench.cpp', 29 '../bench/ColorPrivBench.cpp',
30 '../bench/CoverageBench.cpp', 30 '../bench/CoverageBench.cpp',
31 '../bench/DashBench.cpp', 31 '../bench/DashBench.cpp',
32 '../bench/DecodeBench.cpp', 32 '../bench/DecodeBench.cpp',
33 '../bench/DeferredCanvasBench.cpp', 33 '../bench/DeferredCanvasBench.cpp',
34 '../bench/DeferredSurfaceCopyBench.cpp', 34 '../bench/DeferredSurfaceCopyBench.cpp',
35 '../bench/DisplacementBench.cpp', 35 '../bench/DisplacementBench.cpp',
36 '../bench/ETCBitmapBench.cpp',
36 '../bench/FSRectBench.cpp', 37 '../bench/FSRectBench.cpp',
37 '../bench/FontCacheBench.cpp', 38 '../bench/FontCacheBench.cpp',
38 '../bench/FontScalerBench.cpp', 39 '../bench/FontScalerBench.cpp',
39 '../bench/GameBench.cpp', 40 '../bench/GameBench.cpp',
40 '../bench/GrMemoryPoolBench.cpp', 41 '../bench/GrMemoryPoolBench.cpp',
41 '../bench/GrResourceCacheBench.cpp', 42 '../bench/GrResourceCacheBench.cpp',
42 '../bench/GrOrderedSetBench.cpp', 43 '../bench/GrOrderedSetBench.cpp',
43 '../bench/GradientBench.cpp', 44 '../bench/GradientBench.cpp',
44 '../bench/HairlinePathBench.cpp', 45 '../bench/HairlinePathBench.cpp',
45 '../bench/ImageCacheBench.cpp', 46 '../bench/ImageCacheBench.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../bench/StrokeBench.cpp', 84 '../bench/StrokeBench.cpp',
84 '../bench/TableBench.cpp', 85 '../bench/TableBench.cpp',
85 '../bench/TextBench.cpp', 86 '../bench/TextBench.cpp',
86 '../bench/TileBench.cpp', 87 '../bench/TileBench.cpp',
87 '../bench/VertBench.cpp', 88 '../bench/VertBench.cpp',
88 '../bench/WritePixelsBench.cpp', 89 '../bench/WritePixelsBench.cpp',
89 '../bench/WriterBench.cpp', 90 '../bench/WriterBench.cpp',
90 '../bench/XfermodeBench.cpp', 91 '../bench/XfermodeBench.cpp',
91 ], 92 ],
92 } 93 }
OLDNEW
« no previous file with comments | « bench/ETCBitmapBench.cpp ('k') | src/gpu/SkGr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698