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

Side by Side Diff: bench/RepeatTileBench.cpp

Issue 17335008: remove dst/rendertarget support for kARGB_4444_Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2011 Google Inc. 3 * Copyright 2011 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 #include "SkBenchmark.h" 8 #include "SkBenchmark.h"
9 #include "SkBitmap.h" 9 #include "SkBitmap.h"
10 #include "SkCanvas.h" 10 #include "SkCanvas.h"
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 } 131 }
132 } 132 }
133 133
134 private: 134 private:
135 typedef SkBenchmark INHERITED; 135 typedef SkBenchmark INHERITED;
136 }; 136 };
137 137
138 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kARGB_8888_Config, true)) 138 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kARGB_8888_Config, true))
139 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kARGB_8888_Config, false)) 139 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kARGB_8888_Config, false))
140 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kRGB_565_Config)) 140 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kRGB_565_Config))
141 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kARGB_4444_Config))
142 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kIndex8_Config)) 141 DEF_BENCH(return new RepeatTileBench(p, SkBitmap::kIndex8_Config))
OLDNEW
« no previous file with comments | « bench/BitmapBench.cpp ('k') | gm/tilemodes.cpp » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698