Lines Matching refs:fCaps
72 SkASSERT(fCaps); // needs to have been initialized by derived classes in initCommon()
76 fCaps = fGpu->refCaps(); in initCommon()
77 fResourceCache = new GrResourceCache(fCaps.get(), &fSingleOwner, this->contextID()); in initCommon()
81 new GrProxyProvider(fResourceProvider, fResourceCache, fCaps, &fSingleOwner); in initCommon()
83 fProxyProvider = new GrProxyProvider(this->contextID(), fCaps, &fSingleOwner); in initCommon()
132 fGlyphCache = new GrStrikeCache(fCaps.get(), options.fGlyphCacheTextureMaximumBytes); in initCommon()
273 int GrContext::maxTextureSize() const { return fCaps->maxTextureSize(); } in maxTextureSize()
275 int GrContext::maxRenderTargetSize() const { return fCaps->maxRenderTargetSize(); } in maxRenderTargetSize()
279 return fCaps->isConfigTexturable(config); in colorTypeSupportedAsImage()
284 return fCaps->maxRenderTargetSampleCount(config); in maxSurfaceSampleCountForColorType()
1012 localFormat = fContext->fCaps->getBackendFormatFromColorType(colorType); in makeDeferredRenderTargetContextWithFallback()
1102 return fCaps->shaderCaps()->supportsDistanceFieldText(); in supportsDistanceFieldText()
1152 fContext->fCaps->dumpJSON(&writer); in dump()