Home
last modified time | relevance | path

Searched refs:PictureNestingPlayback (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DPictureNestingBench.cpp136 class PictureNestingPlayback : public PictureNesting { class
138 PictureNestingPlayback(int maxLevel, int maxPictureLevel) in PictureNestingPlayback() function in PictureNestingPlayback
176 DEF_BENCH( return new PictureNestingPlayback(8, 0); )
177 DEF_BENCH( return new PictureNestingPlayback(8, 1); )
178 DEF_BENCH( return new PictureNestingPlayback(8, 2); )
179 DEF_BENCH( return new PictureNestingPlayback(8, 3); )
180 DEF_BENCH( return new PictureNestingPlayback(8, 4); )
181 DEF_BENCH( return new PictureNestingPlayback(8, 5); )
182 DEF_BENCH( return new PictureNestingPlayback(8, 6); )
183 DEF_BENCH( return new PictureNestingPlayback(8, 7); )
[all …]