OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PictureBenchmark
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/
PictureBenchmark.h
22
class
PictureBenchmark
{
24
PictureBenchmark
();
26
~
PictureBenchmark
();
PictureBenchmark.cpp
10
#include "
PictureBenchmark
.h"
18
PictureBenchmark
::
PictureBenchmark
()
27
PictureBenchmark
::~
PictureBenchmark
() {
31
void
PictureBenchmark
::setTimersToShow(bool wall,
44
BenchTimer*
PictureBenchmark
::setupTimer(bool useGLTimer) {
53
void
PictureBenchmark
::logProgress(const char msg[]) {
59
PictureRenderer*
PictureBenchmark
::setRenderer(sk_tools::PictureRenderer* renderer) {
64
void
PictureBenchmark
::run(SkPicture* pict)
[
all
...]
bench_pictures_main.cpp
11
#include "
PictureBenchmark
.h"
149
sk_tools::
PictureBenchmark
& benchmark) {
225
static void setup_benchmark(sk_tools::
PictureBenchmark
* benchmark) {
360
sk_tools::
PictureBenchmark
& benchmark) {
419
sk_tools::
PictureBenchmark
benchmark;
Completed in 92 milliseconds