Lines Matching refs:gContext
250 static GrContext* gContext;
256 if (NULL == gContext) {
258 gContext = make_context();
260 SkDebugf("------ gContext refcnt=%d\n", gContext->refcnt());
261 gContext->abandonAllTextures();
262 gContext->unref();
263 gContext = make_context();
268 if (NULL == gContext) {
269 gContext = make_context();
277 SkGpuCanvas canvas(gContext);
286 // gContext->checkError();
287 // gContext->clearError();
307 SkGpuCanvas c(gContext);