Home
last modified time | relevance | path

Searched refs:GrTextureProxy (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&);
59 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
66 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap&,
74 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
103 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
158 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
255 sk_sp<GrTextureProxy> testingOnly_createWrapped(sk_sp<GrTexture>);
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
37 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
57 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, UseAllocator useAllocator) in GrTextureProxy() function in GrTextureProxy
70 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
86 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
129 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
136 size_t GrTextureProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
141 GrSamplerState::Filter GrTextureProxy::HighestFilterMode(GrTextureType textureType) { in HighestFilterMode()
146 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrSurfaceProxy* first, in ProxiesAreCompatibleAsDynamicState()
169 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrProxyProvider.cpp105 GrTextureProxy* proxy = fUniquelyKeyedProxies.find(key); in findProxyByUniqueKey()
193 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator)); in createWrapped()
263 sk_sp<GrTextureProxy> proxy; in createProxyFromBitmap()
299 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createNonMippedProxyFromBitmap()
334 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createMippedProxyFromBitmap()
416 return sk_sp<GrTextureProxy>(new GrTextureProxy(format, dimensions, mipMapped, mipMapsStatus, in createProxy()
439 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createCompressedTextureProxy()
498 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo)); in wrapBackendTexture()
532 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo)); in wrapCompressedBackendTexture()
714 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(callback), in createLazyProxy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&);
59 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
77 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap&,
85 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
114 sk_sp<GrTextureProxy> wrapBackendTexture(const GrBackendTexture&,
163 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
260 sk_sp<GrTextureProxy> testingOnly_createWrapped(sk_sp<GrTexture>);
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { // NOLINT(readabili… in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
40 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
63 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, in GrTextureProxy() function in GrTextureProxy
79 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
95 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
138 GrMipmapped GrTextureProxy::mipmapped() const { in mipmapped()
145 size_t GrTextureProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize()
151 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrSurfaceProxy* first, in ProxiesAreCompatibleAsDynamicState()
174 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
179 GrSurfaceProxy::LazySurfaceDesc GrTextureProxy::callbackDesc() const { in callbackDesc()
[all …]
H A DGrProxyProvider.cpp108 GrTextureProxy* proxy = fUniquelyKeyedProxies.find(key); in findProxyByUniqueKey()
197 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator, in createWrapped()
287 sk_sp<GrTextureProxy> proxy; in createProxyFromBitmap()
323 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createNonMippedProxyFromBitmap()
359 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createMippedProxyFromBitmap()
441 return sk_sp<GrTextureProxy>(new GrTextureProxy(format, dimensions, mipMapped, mipmapStatus, in createProxy()
463 sk_sp<GrTextureProxy> proxy = this->createLazyProxy( in createCompressedTextureProxy()
521 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo, in wrapBackendTexture()
556 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo, in wrapCompressedBackendTexture()
695 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(callback), in createLazyProxy()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.h37 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
43 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
49 void removeUniqueKeyFromProxy(const GrUniqueKey&, GrTextureProxy*);
54 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&, GrSurfaceOrigin);
76 sk_sp<GrTextureProxy> createTextureProxy(const GrSurfaceDesc&, SkBudgeted,
84 sk_sp<GrTextureProxy> createTextureProxy(sk_sp<SkImage> srcImage,
98 sk_sp<GrTextureProxy> createMipMapProxy(const GrSurfaceDesc&, SkBudgeted);
103 sk_sp<GrTextureProxy> createMipMapProxyFromBitmap(const SkBitmap& bitmap,
112 sk_sp<GrTextureProxy> createProxy(const GrSurfaceDesc& desc, SkBackingFit fit,
132 sk_sp<GrTextureProxy> createWrappedTextureProxy(const GrBackendTexture&,
[all …]
H A DGrTextureProxy.cpp18 GrTextureProxy::GrTextureProxy(const GrSurfaceDesc& srcDesc, GrMipMapped mipMapped, in GrTextureProxy() function in GrTextureProxy
29 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, LazyInstantiationType lazyType, in GrTextureProxy() function in GrTextureProxy
39 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, GrSurfaceOrigin origin) in GrTextureProxy() function in GrTextureProxy
50 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
61 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
76 sk_sp<GrSurface> GrTextureProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
108 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const { in highestFilterMode()
119 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
126 size_t GrTextureProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize()
146 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTextureProxy.cpp13 GrTextureProxy::GrTextureProxy(const GrSurfaceDesc& srcDesc, SkBackingFit fit, SkBudgeted budgeted, in GrTextureProxy() function in GrTextureProxy
19 GrTextureProxy::GrTextureProxy(sk_sp<GrTexture> tex) in GrTextureProxy() function in GrTextureProxy
25 GrTexture* GrTextureProxy::instantiate(GrTextureProvider* texProvider) { in instantiate()
39 sk_sp<GrTextureProxy> GrTextureProxy::Make(const GrSurfaceDesc& desc, in Make()
46 return sk_sp<GrTextureProxy>(new GrTextureProxy(desc, fit, budgeted, srcData, rowBytes)); in Make()
49 sk_sp<GrTextureProxy> GrTextureProxy::Make(sk_sp<GrTexture> tex) { in Make()
50 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex))); in Make()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&, GrSurfaceOrigin);
61 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
71 sk_sp<GrTextureProxy> createTextureProxy(
78 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap& bitmap, GrMipMapped);
83 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
160 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
193 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
[all …]
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
38 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
58 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, in GrTextureProxy() function in GrTextureProxy
74 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
90 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
134 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const { in highestFilterMode()
139 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
146 size_t GrTextureProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
151 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrTextureProxy* first, in ProxiesAreCompatibleAsDynamicState()
173 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&, GrSurfaceOrigin);
61 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
71 sk_sp<GrTextureProxy> createTextureProxy(
78 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap& bitmap, GrMipMapped);
83 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
160 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
193 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
[all …]
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
38 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
58 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, in GrTextureProxy() function in GrTextureProxy
74 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
90 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
134 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const { in highestFilterMode()
139 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
146 size_t GrTextureProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
151 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrTextureProxy* first, in ProxiesAreCompatibleAsDynamicState()
173 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&, GrSurfaceOrigin);
61 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
71 sk_sp<GrTextureProxy> createTextureProxy(
78 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap& bitmap, GrMipMapped);
83 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
160 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
193 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
[all …]
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
38 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
58 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, in GrTextureProxy() function in GrTextureProxy
74 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
90 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
134 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const { in highestFilterMode()
139 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
146 size_t GrTextureProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
151 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrTextureProxy* first, in ProxiesAreCompatibleAsDynamicState()
173 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrProxyProvider.h36 bool assignUniqueKeyToProxy(const GrUniqueKey&, GrTextureProxy*);
42 void adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface*);
48 void removeUniqueKeyFromProxy(GrTextureProxy*);
53 sk_sp<GrTextureProxy> findProxyByUniqueKey(const GrUniqueKey&, GrSurfaceOrigin);
61 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&,
71 sk_sp<GrTextureProxy> createTextureProxy(
78 sk_sp<GrTextureProxy> createProxyFromBitmap(const SkBitmap& bitmap, GrMipMapped);
83 sk_sp<GrTextureProxy> createProxy(const GrBackendFormat&,
160 sk_sp<GrTextureProxy> createLazyProxy(LazyInstantiateCallback&&,
193 static sk_sp<GrTextureProxy> MakeFullyLazyProxy(LazyInstantiateCallback&&,
[all …]
H A DGrTextureProxy.cpp19 GrTextureProxy::GrTextureProxy(const GrBackendFormat& format, in GrTextureProxy() function in GrTextureProxy
38 GrTextureProxy::GrTextureProxy(LazyInstantiateCallback&& callback, in GrTextureProxy() function in GrTextureProxy
58 GrTextureProxy::GrTextureProxy(sk_sp<GrSurface> surf, in GrTextureProxy() function in GrTextureProxy
74 GrTextureProxy::~GrTextureProxy() { in ~GrTextureProxy()
90 bool GrTextureProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
134 GrSamplerState::Filter GrTextureProxy::highestFilterMode() const { in highestFilterMode()
139 GrMipMapped GrTextureProxy::mipMapped() const { in mipMapped()
146 size_t GrTextureProxy::onUninstantiatedGpuMemorySize(const GrCaps& caps) const { in onUninstantiatedGpuMemorySize()
151 bool GrTextureProxy::ProxiesAreCompatibleAsDynamicState(const GrTextureProxy* first, in ProxiesAreCompatibleAsDynamicState()
173 void GrTextureProxy::clearUniqueKey() { in clearUniqueKey()
[all …]
H A DGrTextureProxyCacheAccess.h16 class GrTextureProxy::CacheAccess {
26 explicit CacheAccess(GrTextureProxy* textureProxy) : fTextureProxy(textureProxy) {} in CacheAccess()
34 GrTextureProxy* fTextureProxy;
36 friend class GrTextureProxy; // to construct/copy this type. variable
40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess()
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess()
43 return CacheAccess(const_cast<GrTextureProxy*>(this)); in cacheAccess()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DGrTextureProxy.h17 class GrTextureProxy : public GrSurfaceProxy {
21 static sk_sp<GrTextureProxy> Make(const GrSurfaceDesc&, SkBackingFit, SkBudgeted,
23 static sk_sp<GrTextureProxy> Make(sk_sp<GrTexture>);
26 GrTextureProxy* asTextureProxy() override { return this; } in asTextureProxy()
27 const GrTextureProxy* asTextureProxy() const override { return this; } in asTextureProxy()
34 GrTextureProxy(const GrSurfaceDesc& srcDesc, SkBackingFit, SkBudgeted,
37 GrTextureProxy(sk_sp<GrTexture> tex);

12345678910>>...46