Searched refs:fGrContext (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContextFactory.h99 fContexts[i].fGrContext->unref();
113 return fContexts[i].fGrContext;
170 ctx.fGrContext = grCtx.get();
171 ctx.fGrContext->ref();
173 return ctx.fGrContext;
192 GrContext* fGrContext; member in struct:GrContextFactory::GPUContext
/external/skia/include/gpu/
H A DGrContextFactory.h99 fContexts[i].fGrContext->unref();
113 return fContexts[i].fGrContext;
170 ctx.fGrContext = grCtx.get();
171 ctx.fGrContext->ref();
173 return ctx.fGrContext;
192 GrContext* fGrContext; member in struct:GrContextFactory::GPUContext
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.h172 SkSafeUnref(fGrContext);
173 fGrContext = NULL;
203 fGrContext = fGrContextFactory.get(glContextType);
204 if (NULL == fGrContext) {
207 fGrContext->ref();
345 return fGrContext;
364 , fGrContext(NULL)
377 SkSafeUnref(fGrContext);
430 GrContext* fGrContext; member in class:sk_tools::PictureRenderer
H A DPictureRenderer.cpp142 if (fGrContext) {
150 target.reset(fGrContext->createUncachedTexture(desc, NULL, 0));
232 fGrContext->flush();
253 fGrContext->flush();
255 fGrContext->purgeAllUnlockedResources();
/external/skia/tools/
H A DPictureRenderer.h172 SkSafeUnref(fGrContext);
173 fGrContext = NULL;
203 fGrContext = fGrContextFactory.get(glContextType);
204 if (NULL == fGrContext) {
207 fGrContext->ref();
345 return fGrContext;
364 , fGrContext(NULL)
377 SkSafeUnref(fGrContext);
430 GrContext* fGrContext; member in class:sk_tools::PictureRenderer
H A DPictureRenderer.cpp142 if (fGrContext) {
150 target.reset(fGrContext->createUncachedTexture(desc, NULL, 0));
232 fGrContext->flush();
253 fGrContext->flush();
255 fGrContext->purgeAllUnlockedResources();

Completed in 99 milliseconds