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/chromium_org/third_party/skia/tools/
PictureBenchmark.h
21
class
PictureBenchmark
{
23
PictureBenchmark
();
25
~
PictureBenchmark
();
PictureBenchmark.cpp
9
#include "
PictureBenchmark
.h"
17
PictureBenchmark
::
PictureBenchmark
()
28
PictureBenchmark
::~
PictureBenchmark
() {
32
void
PictureBenchmark
::setTimersToShow(bool wall,
45
Timer*
PictureBenchmark
::setupTimer(bool useGLTimer) {
54
PictureRenderer*
PictureBenchmark
::setRenderer(sk_tools::PictureRenderer* renderer) {
59
void
PictureBenchmark
::run(SkPicture* pict) {
bench_pictures_main.cpp
13
#include "
PictureBenchmark
.h"
171
sk_tools::
PictureBenchmark
& benchmark) {
255
static void setup_benchmark(sk_tools::
PictureBenchmark
* benchmark) {
389
sk_tools::
PictureBenchmark
& benchmark) {
463
sk_tools::
PictureBenchmark
benchmark;
Completed in 31 milliseconds