Home | History | Annotate | Download | only in gpu

Lines Matching full:fcontext

66     AutoCheckFlush(GrContext* context) : fContext(context) { SkASSERT(NULL != context); }
69 if (fContext->fFlushToReduceCacheSize) {
70 fContext->flush();
75 GrContext* fContext;