Lines Matching refs:fGpu
29 , fGpu(gpu)
34 return *fGpu->caps();
38 return fGpu->getContext()->priv().threadSafeCache();
111 if (!fGpu->caps()->surfaceSupportsWritePixels(dstSurface)) {
114 GrCaps::SupportedWrite supportedWrite = fGpu->caps()->supportedWritePixelsColorType(
120 (!fGpu->caps()->writePixelsRowBytesSupport() && rowBytes != tightRB)) {
133 return this->fGpu->writePixels(dstSurface,
217 return fGpu->getContext()->priv().getGrStrikeCache();
221 return fGpu->getContext()->priv().getAtlasManager();
225 return fGpu->getContext()->priv().getSmallPathAtlasMgr();