Home
last modified time | relevance | path

Searched refs:isAbandoned (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrResourceProvider.cpp70 if (this->isAbandoned()) { in createTexture()
99 if (this->isAbandoned()) { in createTexture()
145 if (this->isAbandoned()) { in createTexture()
169 if (this->isAbandoned()) { in createApproxTexture()
205 SkASSERT(!this->isAbandoned()); in refScratchTexture()
241 if (this->isAbandoned()) { in wrapBackendTexture()
252 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
262 return this->isAbandoned() ? nullptr : fGpu->wrapBackendRenderTarget(backendRT); in wrapBackendRenderTarget()
268 return this->isAbandoned() ? nullptr : fGpu->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
276 if (this->isAbandoned() || !resource) { in assignUniqueKeyToResource()
[all …]
DGrProxyProvider.cpp81 if (this->isAbandoned() || !proxy) { in assignUniqueKeyToProxy()
112 if (this->isAbandoned()) { in removeUniqueKeyFromProxy()
123 if (this->isAbandoned()) { in findProxyByUniqueKey()
152 if (this->isAbandoned()) { in findOrCreateProxyByUniqueKey()
189 if (this->isAbandoned()) { in createTextureProxy()
279 if (this->isAbandoned()) { in createMipMapProxy()
459 if (this->isAbandoned()) { in wrapBackendTexture()
491 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
520 if (this->isAbandoned()) { in wrapBackendRenderTarget()
543 if (this->isAbandoned()) { in wrapBackendTextureAsRenderTarget()
[all …]
DGrResourceProvider.h284 bool isAbandoned() const { in isAbandoned() function
DGrProxyProvider.h226 bool isAbandoned() const { in isAbandoned() function
/external/skia/src/gpu/
DGrResourceProvider.cpp51 if (this->isAbandoned()) { in createTexture()
80 if (this->isAbandoned()) { in createTexture()
126 if (this->isAbandoned()) { in createTexture()
150 if (this->isAbandoned()) { in createApproxTexture()
186 SkASSERT(!this->isAbandoned()); in refScratchTexture()
222 if (this->isAbandoned()) { in wrapBackendTexture()
233 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
243 return this->isAbandoned() ? nullptr : fGpu->wrapBackendRenderTarget(backendRT); in wrapBackendRenderTarget()
249 return this->isAbandoned() ? nullptr : fGpu->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
257 if (this->isAbandoned() || !resource) { in assignUniqueKeyToResource()
[all …]
DGrProxyProvider.cpp51 if (this->isAbandoned() || !proxy) { in assignUniqueKeyToProxy()
90 if (this->isAbandoned()) { in removeUniqueKeyFromProxy()
101 if (this->isAbandoned()) { in findProxyByUniqueKey()
161 if (this->isAbandoned()) { in findOrCreateProxyByUniqueKey()
201 if (this->isAbandoned()) { in createTextureProxy()
289 if (this->isAbandoned()) { in createMipMapProxy()
300 if (this->isAbandoned()) { in createMipMapProxyFromBitmap()
473 if (this->isAbandoned()) { in wrapBackendTexture()
506 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
543 if (this->isAbandoned()) { in wrapBackendRenderTarget()
[all …]
DGrResourceProvider.h281 bool isAbandoned() const { in isAbandoned() function
DGrProxyProvider.h248 bool isAbandoned() const;
/external/skia/src/gpu/text/
DGrStrikeCache.h75 bool isAbandoned() const { return fIsAbandoned; } in isAbandoned() function
DGrTextBlobVertexRegenerator.cpp148 if (fSubRun->strike()->isAbandoned()) { in VertexRegenerator()
/external/skqp/src/gpu/text/
DGrStrikeCache.h75 bool isAbandoned() const { return fIsAbandoned; } in isAbandoned() function
DGrTextBlobVertexRegenerator.cpp148 if (fSubRun->strike()->isAbandoned()) { in VertexRegenerator()