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

/external/skia/tools/
H A DPictureBenchmark.cpp10 #include "PictureBenchmark.h"
19 PictureBenchmark::PictureBenchmark() function in class:sk_tools::PictureBenchmark
33 PictureBenchmark::~PictureBenchmark() {
37 BenchTimer* PictureBenchmark::setupTimer() {
46 void PictureBenchmark::logProgress(const char msg[]) {
52 PictureRenderer* PictureBenchmark::setRenderer(sk_tools::PictureRenderer* renderer) {
57 void PictureBenchmark::run(SkPicture* pict) {
H A DPictureBenchmark.h21 class PictureBenchmark { class in namespace:sk_tools
23 PictureBenchmark();
25 ~PictureBenchmark();
H A Dbench_pictures_main.cpp10 #include "PictureBenchmark.h"
224 sk_tools::PictureBenchmark& benchmark) {
263 sk_tools::PictureBenchmark* benchmark) {
752 sk_tools::PictureBenchmark& benchmark) {
784 sk_tools::PictureBenchmark benchmark;

Completed in 20 milliseconds