OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeBench
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/bench/
DecodeBench.cpp
16
DEFINE_string(decodeBenchFilename, "resources/CMYK.jpeg", "Path to image for
DecodeBench
.");
18
class
DecodeBench
: public Benchmark {
22
DecodeBench
(SkColorType ct) : fPrefColorType(ct) {
48
DEF_BENCH( return new
DecodeBench
(kN32_SkColorType); )
49
DEF_BENCH( return new
DecodeBench
(kRGB_565_SkColorType); )
50
DEF_BENCH( return new
DecodeBench
(kARGB_4444_SkColorType); )
/external/skia/bench/
DecodeBench.cpp
16
DEFINE_string(decodeBenchFilename, "resources/CMYK.jpeg", "Path to image for
DecodeBench
.");
18
class
DecodeBench
: public Benchmark {
22
DecodeBench
(SkColorType ct) : fPrefColorType(ct) {
48
DEF_BENCH( return new
DecodeBench
(kN32_SkColorType); )
49
DEF_BENCH( return new
DecodeBench
(kRGB_565_SkColorType); )
50
DEF_BENCH( return new
DecodeBench
(kARGB_4444_SkColorType); )
Android.mk
42
DecodeBench
.cpp \
/external/skia/dm/
Android.mk
62
../bench/
DecodeBench
.cpp \
Completed in 219 milliseconds