Lines Matching refs:PictureNestingRecording
108 class PictureNestingRecording : public PictureNesting {
110 PictureNestingRecording(int maxLevel, int maxPictureLevel)
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(8, 7); )
173 DEF_BENCH( return new PictureNestingRecording(8, 8); )