HomeSort by relevance Sort by last modified time
    Searched refs:BenchGpuTimer (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
BenchGpuTimer_gl.h 13 class BenchGpuTimer {
15 BenchGpuTimer(const SkGLContextHelper* glctx);
16 ~BenchGpuTimer();
BenchTimer.h 15 class BenchGpuTimer;
45 BenchGpuTimer *fGpuTimer;
BenchGpuTimer_gl.cpp 12 BenchGpuTimer::BenchGpuTimer(const SkGLContextHelper* glctx) {
26 BenchGpuTimer::~BenchGpuTimer() {
34 void BenchGpuTimer::startGpu() {
46 double BenchGpuTimer::endGpu() {
BenchTimer.cpp 34 fGpuTimer = new BenchGpuTimer(gl);

Completed in 2128 milliseconds