Home
last modified time | relevance | path

Searched refs:GrOnFlushResourceProvider (Results 1 – 25 of 66) sorted by relevance

123

/external/skia/src/gpu/
DGrOnFlushResourceProvider.cpp18 sk_sp<GrRenderTargetContext> GrOnFlushResourceProvider::makeRenderTargetContext( in makeRenderTargetContext()
43 bool GrOnFlushResourceProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, in assignUniqueKeyToProxy()
49 void GrOnFlushResourceProvider::removeUniqueKeyFromProxy(GrTextureProxy* proxy) { in removeUniqueKeyFromProxy()
54 void GrOnFlushResourceProvider::processInvalidUniqueKey(const GrUniqueKey& key) { in processInvalidUniqueKey()
60 sk_sp<GrTextureProxy> GrOnFlushResourceProvider::findOrCreateProxyByUniqueKey( in findOrCreateProxyByUniqueKey()
66 bool GrOnFlushResourceProvider::instatiateProxy(GrSurfaceProxy* proxy) { in instatiateProxy()
84 sk_sp<GrGpuBuffer> GrOnFlushResourceProvider::makeBuffer(GrGpuBufferType intendedType, size_t size, in makeBuffer()
98 sk_sp<const GrGpuBuffer> GrOnFlushResourceProvider::findOrMakeStaticBuffer( in findOrMakeStaticBuffer()
115 uint32_t GrOnFlushResourceProvider::contextID() const { in contextID()
119 const GrCaps* GrOnFlushResourceProvider::caps() const { in caps()
DGrOnFlushResourceProvider.h19 class GrOnFlushResourceProvider; variable
40 virtual void preFlush(GrOnFlushResourceProvider*,
65 class GrOnFlushResourceProvider {
67 explicit GrOnFlushResourceProvider(GrDrawingManager* drawingMgr) : fDrawingMgr(drawingMgr) {} in GrOnFlushResourceProvider() function
99 GrOnFlushResourceProvider(const GrOnFlushResourceProvider&) = delete;
100 GrOnFlushResourceProvider& operator=(const GrOnFlushResourceProvider&) = delete;
/external/skqp/src/gpu/
DGrOnFlushResourceProvider.cpp16 sk_sp<GrRenderTargetContext> GrOnFlushResourceProvider::makeRenderTargetContext( in makeRenderTargetContext()
41 bool GrOnFlushResourceProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, in assignUniqueKeyToProxy()
47 void GrOnFlushResourceProvider::removeUniqueKeyFromProxy(GrTextureProxy* proxy) { in removeUniqueKeyFromProxy()
52 void GrOnFlushResourceProvider::processInvalidUniqueKey(const GrUniqueKey& key) { in processInvalidUniqueKey()
58 sk_sp<GrTextureProxy> GrOnFlushResourceProvider::findOrCreateProxyByUniqueKey( in findOrCreateProxyByUniqueKey()
64 bool GrOnFlushResourceProvider::instatiateProxy(GrSurfaceProxy* proxy) { in instatiateProxy()
76 sk_sp<GrBuffer> GrOnFlushResourceProvider::makeBuffer(GrBufferType intendedType, size_t size, in makeBuffer()
85 sk_sp<const GrBuffer> GrOnFlushResourceProvider::findOrMakeStaticBuffer(GrBufferType intendedType, in findOrMakeStaticBuffer()
97 uint32_t GrOnFlushResourceProvider::contextID() const { in contextID()
101 const GrCaps* GrOnFlushResourceProvider::caps() const { in caps()
DGrOnFlushResourceProvider.h19 class GrOnFlushResourceProvider; variable
40 virtual void preFlush(GrOnFlushResourceProvider*,
65 class GrOnFlushResourceProvider {
67 explicit GrOnFlushResourceProvider(GrDrawingManager* drawingMgr) : fDrawingMgr(drawingMgr) {} in GrOnFlushResourceProvider() function
99 GrOnFlushResourceProvider(const GrOnFlushResourceProvider&) = delete;
100 GrOnFlushResourceProvider& operator=(const GrOnFlushResourceProvider&) = delete;
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.h20 class GrOnFlushResourceProvider; variable
48 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
63 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
93 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
95 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
DGrCCPerFlushResources.h19 class GrOnFlushResourceProvider; variable
68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&);
74 void upgradeEntryToLiteralCoverageAtlas(GrCCPathCache*, GrOnFlushResourceProvider*,
103 bool finalize(GrOnFlushResourceProvider*, SkTArray<sk_sp<GrRenderTargetContext>>* out);
DGrCCPathProcessor.h19 class GrOnFlushResourceProvider; variable
69 static sk_sp<const GrBuffer> FindVertexBuffer(GrOnFlushResourceProvider*);
70 static sk_sp<const GrBuffer> FindIndexBuffer(GrOnFlushResourceProvider*);
DGrCCAtlas.h19 class GrOnFlushResourceProvider; variable
73 sk_sp<GrCCCachedAtlas> refOrMakeCachedAtlas(GrOnFlushResourceProvider*);
82 sk_sp<GrRenderTargetContext> makeRenderTargetContext(GrOnFlushResourceProvider*,
DGrCCPathCache.h108 OnFlushEntryRef find(GrOnFlushResourceProvider*, const GrShape&,
120 void purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider*);
232 void setCoverageCountAtlas(GrOnFlushResourceProvider*, GrCCAtlas*, const SkIVector& atlasOffset,
238 ReleaseAtlasResult upgradeToLiteralCoverageAtlas(GrCCPathCache*, GrOnFlushResourceProvider*,
DGrCCFiller.h20 class GrOnFlushResourceProvider; variable
45 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCStroker.h18 class GrOnFlushResourceProvider; variable
55 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCPathCache.cpp162 GrOnFlushResourceProvider* onFlushRP, const GrShape& shape, in find()
294 void GrCCPathCache::purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider* onFlushRP) { in purgeInvalidatedAtlasTextures()
354 GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, const SkIVector& atlasOffset, in setCoverageCountAtlas()
379 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, in upgradeToLiteralCoverageAtlas()
DGrCCDrawPathsOp.cpp210 GrOnFlushResourceProvider* onFlushRP, in accountForOwnPaths()
218 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath()
303 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
319 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.h21 class GrOnFlushResourceProvider; variable
50 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
65 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
97 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
99 void setupResources(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResources*,
DGrCCPerFlushResources.h19 class GrOnFlushResourceProvider; variable
68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&);
74 void upgradeEntryToLiteralCoverageAtlas(GrCCPathCache*, GrOnFlushResourceProvider*,
103 bool finalize(GrOnFlushResourceProvider*, SkTArray<sk_sp<GrRenderTargetContext>>* out);
DGrCCPathProcessor.h19 class GrOnFlushResourceProvider; variable
69 static sk_sp<const GrGpuBuffer> FindVertexBuffer(GrOnFlushResourceProvider*);
70 static sk_sp<const GrGpuBuffer> FindIndexBuffer(GrOnFlushResourceProvider*);
DGrCCAtlas.h19 class GrOnFlushResourceProvider; variable
73 sk_sp<GrCCCachedAtlas> refOrMakeCachedAtlas(GrOnFlushResourceProvider*);
82 sk_sp<GrRenderTargetContext> makeRenderTargetContext(GrOnFlushResourceProvider*,
DGrCCPathCache.h108 OnFlushEntryRef find(GrOnFlushResourceProvider*, const GrShape&,
120 void purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider*);
232 void setCoverageCountAtlas(GrOnFlushResourceProvider*, GrCCAtlas*, const SkIVector& atlasOffset,
238 ReleaseAtlasResult upgradeToLiteralCoverageAtlas(GrCCPathCache*, GrOnFlushResourceProvider*,
DGrCCFiller.h20 class GrOnFlushResourceProvider; variable
45 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCStroker.h18 class GrOnFlushResourceProvider; variable
55 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCPathCache.cpp162 GrOnFlushResourceProvider* onFlushRP, const GrShape& shape, in find()
294 void GrCCPathCache::purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider* onFlushRP) { in purgeInvalidatedAtlasTextures()
354 GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, const SkIVector& atlasOffset, in setCoverageCountAtlas()
379 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, in upgradeToLiteralCoverageAtlas()
DGrCCDrawPathsOp.cpp213 GrOnFlushResourceProvider* onFlushRP, in accountForOwnPaths()
221 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath()
306 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
322 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources()
DGrCCPathProcessor.cpp37 sk_sp<const GrGpuBuffer> GrCCPathProcessor::FindVertexBuffer(GrOnFlushResourceProvider* onFlushRP) { in FindVertexBuffer()
67 sk_sp<const GrGpuBuffer> GrCCPathProcessor::FindIndexBuffer(GrOnFlushResourceProvider* onFlushRP) { in FindIndexBuffer()
/external/skia/include/private/
DGrCCClipPath.h17 class GrOnFlushResourceProvider; variable
61 void renderPathInAtlas(GrCCPerFlushResources*, GrOnFlushResourceProvider*);
/external/skqp/include/private/
DGrCCClipPath.h17 class GrOnFlushResourceProvider; variable
61 void renderPathInAtlas(GrCCPerFlushResources*, GrOnFlushResourceProvider*);

123