Searched defs:fGrContext (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrContextFactory.h93 fContexts[i].fGrContext->unref();
107 fContexts[i].fGrContext->abandonContext();
135 GrContext* fGrContext; member in struct:GrContextFactory::GPUContext
/external/skia/tools/
H A DPictureRenderer.h177 SkSafeUnref(fGrContext);
178 fGrContext = NULL;
208 fGrContext = fGrContextFactory.get(glContextType, gpuAPI);
209 if (NULL == fGrContext) {
212 fGrContext->ref();
392 return fGrContext;
420 , fGrContext(NULL)
431 SkSafeUnref(fGrContext);
484 GrContext* fGrContext; member in class:sk_tools::PictureRenderer

Completed in 449 milliseconds