Home
last modified time | relevance | path

Searched defs:onFlushRP (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp162 GrOnFlushResourceProvider* onFlushRP, const GrShape& shape, in find()
297 void GrCCPathCache::purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider* onFlushRP) { in purgeInvalidatedAtlasTextures()
357 GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, const SkIVector& atlasOffset, in setCoverageCountAtlas()
379 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, in upgradeToLiteralCoverageAtlas()
DGrCCDrawPathsOp.cpp223 GrOnFlushResourceProvider* onFlushRP, in accountForOwnPaths()
231 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath()
317 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
333 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
DGrCCPathProcessor.cpp39 sk_sp<const GrGpuBuffer> GrCCPathProcessor::FindVertexBuffer(GrOnFlushResourceProvider* onFlushRP) { in FindVertexBuffer()
69 sk_sp<const GrGpuBuffer> GrCCPathProcessor::FindIndexBuffer(GrOnFlushResourceProvider* onFlushRP) { in FindIndexBuffer()
DGrCCClipPath.cpp68 GrOnFlushResourceProvider* onFlushRP) { in renderPathInAtlas()
DGrCCAtlas.cpp200 sk_sp<GrCCCachedAtlas> GrCCAtlas::refOrMakeCachedAtlas(GrOnFlushResourceProvider* onFlushRP) { in refOrMakeCachedAtlas()
220 GrOnFlushResourceProvider* onFlushRP, sk_sp<GrTexture> backingTexture) { in makeRenderTargetContext()
DGrCCPerFlushResources.cpp168 GrOnFlushResourceProvider* onFlushRP, CoverageType coverageType, in GrCCPerFlushResources()
229 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCPathCacheEntry* entry, in upgradeEntryToLiteralCoverageAtlas()
502 bool GrCCPerFlushResources::finalize(GrOnFlushResourceProvider* onFlushRP, in finalize()
DGrCoverageCountingPathRenderer.cpp229 void GrCoverageCountingPathRenderer::preFlush(GrOnFlushResourceProvider* onFlushRP, in preFlush()
DGrCCStroker.cpp366 InstanceBufferBuilder(GrOnFlushResourceProvider* onFlushRP, GrCCStroker* stroker) { in InstanceBufferBuilder()
574 bool GrCCStroker::prepareToDraw(GrOnFlushResourceProvider* onFlushRP) { in prepareToDraw()
DGrCCFiller.cpp305 bool GrCCFiller::prepareToDraw(GrOnFlushResourceProvider* onFlushRP) { in prepareToDraw()
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.h53 void preFlush(GrOnFlushResourceProvider* onFlushRP, in preFlush()
DAtlasPathRenderer.cpp390 void AtlasPathRenderer::preFlush(GrOnFlushResourceProvider* onFlushRP, in preFlush()
/third_party/skia/src/gpu/text/
DGrAtlasManager.h102 void preFlush(GrOnFlushResourceProvider* onFlushRP, SkSpan<const uint32_t>) override { in preFlush()
/third_party/skia/src/gpu/
DGrDynamicAtlas.cpp188 void GrDynamicAtlas::instantiate(GrOnFlushResourceProvider* onFlushRP, in instantiate()
/third_party/flutter/skia/samplecode/
DSampleCCPRGeometry.cpp389 GrOnFlushResourceProvider onFlushRP(context->priv().drawingManager()); in onExecute() local