Home
last modified time | relevance | path

Searched refs:SK_GL (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/timer/
DGpuTimer.cpp22 SK_GL(*fContext, GenQueries(1, &fQuery)); in GpuTimer()
31 SK_GL(*fContext, DeleteQueries(1, &fQuery)); in ~GpuTimer()
41 SK_GL(*fContext, BeginQuery(GR_GL_TIME_ELAPSED, fQuery)); in start()
53 SK_GL(*fContext, EndQuery(GR_GL_TIME_ELAPSED)); in end()
69 SK_GL(*fContext, GetQueryObjectui64v(fQuery, in end()
/external/skia/include/gpu/gl/
DSkGLContext.h73 #define SK_GL(ctx, X) (ctx).gl()->fFunctions.f ## X; \ macro
/external/skia/bench/
Dnanobench.cpp129 SK_GL(*this->gl, Finish()); in setup()
133 SK_GL(*this->gl, Flush()); in endTiming()
138 SK_GL(*this->gl, Finish()); in fence()
/external/skia/tools/
DPictureRenderer.cpp250 SK_GL(*glContext, Finish()); in resetState()