Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DPictureNestingBench.cpp108 class PictureNestingRecording : public PictureNesting { class
110 PictureNestingRecording(int maxLevel, int maxPictureLevel) in PictureNestingRecording() function in PictureNestingRecording
165 DEF_BENCH( return new PictureNestingRecording(8, 0); )
166 DEF_BENCH( return new PictureNestingRecording(8, 1); )
167 DEF_BENCH( return new PictureNestingRecording(8, 2); )
168 DEF_BENCH( return new PictureNestingRecording(8, 3); )
169 DEF_BENCH( return new PictureNestingRecording(8, 4); )
170 DEF_BENCH( return new PictureNestingRecording(8, 5); )
171 DEF_BENCH( return new PictureNestingRecording(8, 6); )
172 DEF_BENCH( return new PictureNestingRecording(
[all...]

Completed in 1 milliseconds