Home
last modified time | relevance | path

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

/external/skia/bench/
DPictureNestingBench.cpp109 class PictureNestingRecording : public PictureNesting { class
111 PictureNestingRecording(int maxLevel, int maxPictureLevel) in PictureNestingRecording() function in PictureNestingRecording
166 DEF_BENCH( return new PictureNestingRecording(8, 0); )
167 DEF_BENCH( return new PictureNestingRecording(8, 1); )
168 DEF_BENCH( return new PictureNestingRecording(8, 2); )
169 DEF_BENCH( return new PictureNestingRecording(8, 3); )
170 DEF_BENCH( return new PictureNestingRecording(8, 4); )
171 DEF_BENCH( return new PictureNestingRecording(8, 5); )
172 DEF_BENCH( return new PictureNestingRecording(8, 6); )
173 DEF_BENCH( return new PictureNestingRecording(8, 7); )
[all …]