Searched defs:BitmapBench (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DBitmapBench.cpp73 class BitmapBench : public Benchmark { class in inherits:Benchmark
86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false) function in class:BitmapBench
190 class FilterBitmapBench : public BitmapBench {
260 typedef BitmapBench INHERITED;
265 class SourceAlphaBitmapBench : public BitmapBench {
349 typedef BitmapBench INHERITED;
352 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kPremul_SkAlphaType); )
353 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType); )
354 DEF_BENCH( return new BitmapBench(kRGB_565_SkColorType, kOpaque_SkAlphaType); )
355 DEF_BENCH( return new BitmapBench(kIndex_8_SkColorTyp
[all...]
/external/skia/bench/
H A DBitmapBench.cpp73 class BitmapBench : public Benchmark { class in inherits:Benchmark
86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false) function in class:BitmapBench
192 class FilterBitmapBench : public BitmapBench {
262 typedef BitmapBench INHERITED;
267 class SourceAlphaBitmapBench : public BitmapBench {
351 typedef BitmapBench INHERITED;
354 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kPremul_SkAlphaType); )
355 DEF_BENCH( return new BitmapBench(kN32_SkColorType, kOpaque_SkAlphaType); )
356 DEF_BENCH( return new BitmapBench(kRGB_565_SkColorType, kOpaque_SkAlphaType); )
357 DEF_BENCH( return new BitmapBench(kIndex_8_SkColorTyp
[all...]

Completed in 1262 milliseconds