OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GpuTimer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/timer/
GpuTimer.cpp
8
#include "
GpuTimer
.h"
12
GpuTimer
::
GpuTimer
(const SkGLContextHelper* glctx) : fContext(glctx) {
27
GpuTimer
::~
GpuTimer
() {
37
void
GpuTimer
::start() {
49
double
GpuTimer
::end() {
GpuTimer.h
12
class
GpuTimer
{
14
GpuTimer
(const SkGLContextHelper*);
15
~
GpuTimer
();
Completed in 45 milliseconds