Lines Matching refs:GrContextPriv
316 void GrContextPriv::flush(GrSurfaceProxy* proxy) { in flush()
397 bool GrContextPriv::writeSurfacePixels(GrSurfaceContext* dst, int left, int top, int width, in writeSurfacePixels()
583 bool GrContextPriv::readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, in readSurfacePixels()
778 void GrContextPriv::prepareSurfaceForExternalIO(GrSurfaceProxy* proxy) { in prepareSurfaceForExternalIO()
786 void GrContextPriv::flushSurfaceWrites(GrSurfaceProxy* proxy) { in flushSurfaceWrites()
796 void GrContextPriv::flushSurfaceIO(GrSurfaceProxy* proxy) { in flushSurfaceIO()
808 sk_sp<GrOpMemoryPool> GrContextPriv::refOpMemoryPool() { in refOpMemoryPool()
820 GrOpMemoryPool* GrContextPriv::opMemoryPool() { in opMemoryPool()
824 sk_sp<GrSurfaceContext> GrContextPriv::makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy> proxy, in makeWrappedSurfaceContext()
839 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext(const GrBackendFormat& format, in makeDeferredSurfaceContext()
868 sk_sp<GrTextureContext> GrContextPriv::makeBackendTextureContext(const GrBackendTexture& tex, in makeBackendTextureContext()
882 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendTextureRenderTargetContext( in makeBackendTextureRenderTargetContext()
901 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendRenderTargetRenderTargetContext( in makeBackendRenderTargetRenderTargetContext()
918 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendTextureAsRenderTargetRenderTargetContext( in makeBackendTextureAsRenderTargetRenderTargetContext()
937 sk_sp<GrRenderTargetContext> GrContextPriv::makeVulkanSecondaryCBRenderTargetContext( in makeVulkanSecondaryCBRenderTargetContext()
951 void GrContextPriv::addOnFlushCallbackObject(GrOnFlushCallbackObject* onFlushCBObject) { in addOnFlushCallbackObject()
955 void GrContextPriv::moveOpListsToDDL(SkDeferredDisplayList* ddl) { in moveOpListsToDDL()
959 void GrContextPriv::copyOpListsFromDDL(const SkDeferredDisplayList* ddl, in copyOpListsFromDDL()
989 sk_sp<GrRenderTargetContext> GrContextPriv::makeDeferredRenderTargetContextWithFallback( in makeDeferredRenderTargetContextWithFallback()
1020 sk_sp<GrRenderTargetContext> GrContextPriv::makeDeferredRenderTargetContext( in makeDeferredRenderTargetContext()
1066 sk_sp<GrSkSLFPFactoryCache> GrContextPriv::getFPFactoryCache() { return fContext->fFPFactoryCache; } in getFPFactoryCache()
1134 SkString GrContextPriv::dump() const { in dump()