Home
last modified time | relevance | path

Searched refs:wasDestroyed (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLVertexBuffer.cpp18 if (!this->wasDestroyed()) { in onRelease()
31 if (!this->wasDestroyed()) { in onMap()
39 if (!this->wasDestroyed()) { in onUnmap()
45 if (!this->wasDestroyed()) { in onUpdateData()
DGrGLIndexBuffer.cpp18 if (!this->wasDestroyed()) { in onRelease()
31 if (!this->wasDestroyed()) { in onMap()
39 if (!this->wasDestroyed()) { in onUnmap()
45 if (!this->wasDestroyed()) { in onUpdateData()
DGrGLVertexBuffer.h28 if (!this->wasDestroyed()) { in bind()
43 SkASSERT(!this->wasDestroyed()); in getGpuGL()
DGrGLIndexBuffer.h28 if (!this->wasDestroyed()) { in bind()
43 SkASSERT(!this->wasDestroyed()); in getGpuGL()
/external/skia/src/gpu/
DGrGpuResource.cpp35 SkASSERT(this->wasDestroyed()); in ~GrGpuResource()
77 if (this->wasDestroyed()) { in didChangeGpuMemorySize()
101 if (this->wasDestroyed()) { in setUniqueKey()
109 if (this->wasDestroyed()) { in notifyAllCntsAreZero()
125 if (this->wasDestroyed()) { in notifyRefCountIsZero()
154 if (!this->wasDestroyed() && fScratchKey.isValid()) { in removeScratchKey()
DGrBufferAllocPool.cpp122 bool wasDestroyed = false; in validate() local
138 for (int i = 0; !wasDestroyed && i < fBlocks.count(); ++i) { in validate()
139 if (fBlocks[i].fBuffer->wasDestroyed()) { in validate()
140 wasDestroyed = true; in validate()
148 if (!wasDestroyed) { in validate()
DGrResourceCache.cpp122 SkASSERT(!resource->wasDestroyed()); in insertResource()
190 SkASSERT(!back->wasDestroyed()); in abandonAll()
196 SkASSERT(!top->wasDestroyed()); in abandonAll()
214 SkASSERT(!back->wasDestroyed()); in releaseAll()
220 SkASSERT(!top->wasDestroyed()); in releaseAll()
341 SkASSERT(!resource->wasDestroyed()); in notifyCntReachedZero()
677 SkASSERT(!fNonpurgeableResources[i]->wasDestroyed()); in validate()
683 SkASSERT(!fPurgeableQueue.at(i)->wasDestroyed()); in validate()
DGrSurface.cpp82 if (!this->wasDestroyed()) { in flushWrites()
88 if (!this->wasDestroyed()) { in prepareForExternalRead()
DGrRenderTarget.cpp72 if (!fRenderTarget->wasDestroyed() && fRenderTarget->canAttemptStencilAttachment()) { in attachStencilAttachment()
DGrClipMaskCache.h44 !back->fLastMask->wasDestroyed() && in canReuse()
DSkGrPixelRef.cpp155 if (NULL == fSurface || fSurface->wasDestroyed()) { in onReadPixels()
DSkGpuDevice.cpp129 if (!rt || rt->wasDestroyed()) { in Create()
333 if (fRenderTarget->wasDestroyed()) { in replaceRenderTarget()
/external/skia/include/gpu/
DGrGpuResource.h176 bool wasDestroyed() const { return NULL == fGpu; } in wasDestroyed() function