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

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h90 fContexts[i].fGrContext->unref();
104 return fContexts[i].fGrContext;
145 ctx.fGrContext = grCtx.get();
146 ctx.fGrContext->ref();
148 return ctx.fGrContext;
167 GrContext* fGrContext; member in struct:GrContextFactory::GPUContext
/external/skia/include/gpu/
H A DGrContextFactory.h90 fContexts[i].fGrContext->unref();
104 return fContexts[i].fGrContext;
145 ctx.fGrContext = grCtx.get();
146 ctx.fGrContext->ref();
148 return ctx.fGrContext;
167 GrContext* fGrContext; member in struct:GrContextFactory::GPUContext
/external/skia/tools/
H A DPictureRenderer.h132 SkSafeUnref(fGrContext);
133 fGrContext = NULL;
155 fGrContext = fGrContextFactory.get(glContextType);
156 if (NULL == fGrContext) {
159 fGrContext->ref();
263 return fGrContext;
273 , fGrContext(NULL)
286 SkSafeUnref(fGrContext);
328 GrContext* fGrContext; member in class:sk_tools::PictureRenderer

Completed in 132 milliseconds