Lines Matching full:fcontext
13 fContext = glctx;
28 fContext->makeCurrent();
29 SK_GL(*fContext, DeleteQueries(1, &fQuery));
31 fContext->unref();
36 fContext->makeCurrent();
38 SK_GL(*fContext, BeginQuery(GR_GL_TIME_ELAPSED, fQuery));
49 fContext->makeCurrent();
50 SK_GL(*fContext, EndQuery(GR_GL_TIME_ELAPSED));
54 SK_GL_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery,
60 SK_GL_RET_NOERRCHECK(*fContext, error, GetError());
66 SK_GL(*fContext, GetQueryObjectui64v(fQuery,