Searched refs:CompositingImages (Results 1 – 2 of 2) sorted by relevance
/external/skia/bench/ |
D | CompositingImagesBench.cpp | 19 class CompositingImages : public Benchmark { class 21 CompositingImages(SkISize tileSize, SkISize tileGridSize, int layerCnt, bool subpixelOffset) in CompositingImages() function in CompositingImages 105 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 1, false)); 106 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 1, false)); 107 DEF_BENCH(return new CompositingImages({1024, 512}, {2, 4}, 1, false)); 109 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 4, false)); 110 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 4, false)); 111 DEF_BENCH(return new CompositingImages({1024, 512}, {2, 4}, 4, false)); 113 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 16, false)); 114 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 16, false)); [all …]
|
/external/skqp/bench/ |
D | CompositingImagesBench.cpp | 19 class CompositingImages : public Benchmark { class 21 CompositingImages(SkISize tileSize, SkISize tileGridSize, int layerCnt, bool subpixelOffset) in CompositingImages() function in CompositingImages 105 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 1, false)); 106 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 1, false)); 107 DEF_BENCH(return new CompositingImages({1024, 512}, {2, 4}, 1, false)); 109 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 4, false)); 110 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 4, false)); 111 DEF_BENCH(return new CompositingImages({1024, 512}, {2, 4}, 4, false)); 113 DEF_BENCH(return new CompositingImages({256, 256}, {8, 8}, 16, false)); 114 DEF_BENCH(return new CompositingImages({512, 512}, {4, 4}, 16, false)); [all …]
|