Home
last modified time | relevance | path

Searched refs:GrRenderTargetProxy (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp17 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, const GrSurfaceDesc& desc, in GrRenderTargetProxy() function in GrRenderTargetProxy
34 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, sk_sp<GrRenderTarget> rt) in GrRenderTargetProxy() function in GrRenderTargetProxy
42 GrRenderTargetProxy::~GrRenderTargetProxy() { in ~GrRenderTargetProxy()
49 GrRenderTarget* GrRenderTargetProxy::instantiate(GrTextureProvider* texProvider) { in instantiate()
76 void GrRenderTargetProxy::setLastDrawTarget(GrDrawTarget* dt) { in setLastDrawTarget()
88 sk_sp<GrRenderTargetProxy> GrRenderTargetProxy::Make(const GrCaps& caps, in Make()
92 return sk_sp<GrRenderTargetProxy>(new GrRenderTargetProxy(caps, desc, fit, budgeted)); in Make()
95 sk_sp<GrRenderTargetProxy> GrRenderTargetProxy::Make(const GrCaps& caps, sk_sp<GrRenderTarget> rt) { in Make()
96 return sk_sp<GrRenderTargetProxy>(new GrRenderTargetProxy(caps, rt)); in Make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp27 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
41 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
57 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
78 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
92 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
101 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
112 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize()
124 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
133 GrSurfaceProxy::LazySurfaceDesc GrRenderTargetProxy::callbackDesc() const { in callbackDesc()
[all …]
H A DGrRenderTargetProxy.h23 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
25 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
26 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
95 GrRenderTargetProxy(const GrCaps&,
117 GrRenderTargetProxy(LazyInstantiateCallback&&,
129 GrRenderTargetProxy(sk_sp<GrSurface>,
H A DGrDrawingManager.h33 class GrRenderTargetProxy; variable
120 void copyRenderTasksFromDDL(sk_sp<const SkDeferredDisplayList>, GrRenderTargetProxy* newDest);
221 void addDDLTarget(GrSurfaceProxy* newTarget, GrRenderTargetProxy* ddlTarget) { in addDDLTarget()
227 GrRenderTargetProxy* getDDLTarget(GrSurfaceProxy* newTarget) { in getDDLTarget()
237 SkTHashMap<uint32_t, GrRenderTargetProxy*> fDDLTargets;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.cpp24 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
54 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
71 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
75 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
89 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
98 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
109 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
121 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
131 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()
H A DGrRenderTargetProxyPriv.h30 explicit GrRenderTargetProxyPriv(GrRenderTargetProxy* renderTargetProxy) in GrRenderTargetProxyPriv()
39 GrRenderTargetProxy* fRenderTargetProxy;
41 friend class GrRenderTargetProxy; // to construct/copy this type. variable
44 inline GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() { in rtPriv()
48 inline const GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() const { in rtPriv()
49 return GrRenderTargetProxyPriv(const_cast<GrRenderTargetProxy*>(this)); in rtPriv()
H A DGrRenderTargetProxy.h24 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
26 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
27 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
94 GrRenderTargetProxy(const GrCaps&,
116 GrRenderTargetProxy(LazyInstantiateCallback&&,
128 GrRenderTargetProxy(sk_sp<GrSurface>,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp24 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
43 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
63 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
84 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
88 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
102 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
111 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
122 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
134 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
144 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()
H A DGrRenderTargetProxyPriv.h30 explicit GrRenderTargetProxyPriv(GrRenderTargetProxy* renderTargetProxy) in GrRenderTargetProxyPriv()
39 GrRenderTargetProxy* fRenderTargetProxy;
41 friend class GrRenderTargetProxy; // to construct/copy this type. variable
44 inline GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() { in rtPriv()
48 inline const GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() const { in rtPriv()
49 return GrRenderTargetProxyPriv(const_cast<GrRenderTargetProxy*>(this)); in rtPriv()
H A DGrRenderTargetProxy.h23 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
25 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
26 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
96 GrRenderTargetProxy(const GrCaps&,
121 GrRenderTargetProxy(LazyInstantiateCallback&&,
136 GrRenderTargetProxy(sk_sp<GrSurface>,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp24 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
43 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
63 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
84 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
88 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
102 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
111 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
122 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
134 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
144 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()
H A DGrRenderTargetProxyPriv.h30 explicit GrRenderTargetProxyPriv(GrRenderTargetProxy* renderTargetProxy) in GrRenderTargetProxyPriv()
39 GrRenderTargetProxy* fRenderTargetProxy;
41 friend class GrRenderTargetProxy; // to construct/copy this type. variable
44 inline GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() { in rtPriv()
48 inline const GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() const { in rtPriv()
49 return GrRenderTargetProxyPriv(const_cast<GrRenderTargetProxy*>(this)); in rtPriv()
H A DGrRenderTargetProxy.h23 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
25 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
26 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
96 GrRenderTargetProxy(const GrCaps&,
121 GrRenderTargetProxy(LazyInstantiateCallback&&,
136 GrRenderTargetProxy(sk_sp<GrSurface>,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp24 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
43 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
63 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
84 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
88 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
102 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
111 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
122 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
134 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
144 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()
H A DGrRenderTargetProxyPriv.h30 explicit GrRenderTargetProxyPriv(GrRenderTargetProxy* renderTargetProxy) in GrRenderTargetProxyPriv()
39 GrRenderTargetProxy* fRenderTargetProxy;
41 friend class GrRenderTargetProxy; // to construct/copy this type. variable
44 inline GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() { in rtPriv()
48 inline const GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() const { in rtPriv()
49 return GrRenderTargetProxyPriv(const_cast<GrRenderTargetProxy*>(this)); in rtPriv()
H A DGrRenderTargetProxy.h23 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
25 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
26 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
96 GrRenderTargetProxy(const GrCaps&,
121 GrRenderTargetProxy(LazyInstantiateCallback&&,
136 GrRenderTargetProxy(sk_sp<GrSurface>,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp24 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
43 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
63 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
84 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
88 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
102 bool GrRenderTargetProxy::canChangeStencilAttachment() const { in canChangeStencilAttachment()
111 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
122 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
134 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
144 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()
H A DGrRenderTargetProxyPriv.h30 explicit GrRenderTargetProxyPriv(GrRenderTargetProxy* renderTargetProxy) in GrRenderTargetProxyPriv()
39 GrRenderTargetProxy* fRenderTargetProxy;
41 friend class GrRenderTargetProxy; // to construct/copy this type. variable
44 inline GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() { in rtPriv()
48 inline const GrRenderTargetProxyPriv GrRenderTargetProxy::rtPriv() const { in rtPriv()
49 return GrRenderTargetProxyPriv(const_cast<GrRenderTargetProxy*>(this)); in rtPriv()
H A DGrRenderTargetProxy.h23 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
25 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
26 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
96 GrRenderTargetProxy(const GrCaps&,
121 GrRenderTargetProxy(LazyInstantiateCallback&&,
136 GrRenderTargetProxy(sk_sp<GrSurface>,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrRenderTargetProxy.cpp21 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, const GrSurfaceDesc& desc, in GrRenderTargetProxy() function in GrRenderTargetProxy
38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
52 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, GrSurfaceOrigin origin) in GrRenderTargetProxy() function in GrRenderTargetProxy
59 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
65 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
83 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
99 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize()
111 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
120 void GrRenderTargetProxy::validateLazySurface(const GrSurface* surface) { in validateLazySurface()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DGrRenderTargetProxy.h22 class GrRenderTargetProxy : public GrSurfaceProxy {
27 static sk_sp<GrRenderTargetProxy> Make(const GrCaps&, const GrSurfaceDesc&,
29 static sk_sp<GrRenderTargetProxy> Make(const GrCaps&, sk_sp<GrRenderTarget>);
31 ~GrRenderTargetProxy() override;
34 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
35 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
70 GrRenderTargetProxy(const GrCaps&, const GrSurfaceDesc&, SkBackingFit, SkBudgeted);
73 GrRenderTargetProxy(const GrCaps&, sk_sp<GrRenderTarget> rt);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DGrRenderTargetProxy.h20 class GrRenderTargetProxy : virtual public GrSurfaceProxy {
22 GrRenderTargetProxy* asRenderTargetProxy() override { return this; } in asRenderTargetProxy()
23 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; } in asRenderTargetProxy()
67 GrRenderTargetProxy(const GrCaps&, const GrSurfaceDesc&,
80 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
85 GrRenderTargetProxy(sk_sp<GrSurface>, GrSurfaceOrigin);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrSemaphoreOp.cpp18 GrRenderTargetProxy* proxy, in Make()
28 explicit GrSignalSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy, in GrSignalSemaphoreOp()
46 GrRenderTargetProxy* proxy) { in Make()
54 explicit GrWaitSemaphoreOp(sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrWaitSemaphoreOp()
67 GrRenderTargetProxy* proxy, in MakeSignal()
73 GrRenderTargetProxy* proxy) { in MakeWait()
H A DGrSemaphoreOp.h20 GrRenderTargetProxy* proxy,
24 GrRenderTargetProxy* proxy);
27 GrSemaphoreOp(uint32_t classId, sk_sp<GrSemaphore> semaphore, GrRenderTargetProxy* proxy) in GrSemaphoreOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkDeferredDisplayList.h22 class GrRenderTargetProxy; variable
25 using GrRenderTargetProxy = SkRefCnt; variable
83 GrRenderTargetProxy* fReplayDest = nullptr;
88 sk_sp<GrRenderTargetProxy> fTargetProxy,
114 sk_sp<GrRenderTargetProxy> fTargetProxy;

12345678910>>...12