Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/skia/src/gpu/gl/
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.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.h29 if (!this->wasDestroyed()) { in bind()
44 SkASSERT(!this->wasDestroyed()); in getGpuGL()
DGrGLVertexBuffer.h29 if (!this->wasDestroyed()) { in bind()
44 SkASSERT(!this->wasDestroyed()); in getGpuGL()
DGrGpuGL.cpp2587 if (NULL == fVBOVertexArray || fVBOVertexArray->wasDestroyed()) { in bindArrayAndBuffersToDraw()
/external/skia/src/gpu/gl/
DGrGLVertexBuffer.cpp17 if (!this->wasDestroyed()) { in onRelease()
30 if (!this->wasDestroyed()) { in onMap()
38 if (!this->wasDestroyed()) { in onUnmap()
44 if (!this->wasDestroyed()) { in onUpdateData()
DGrGLIndexBuffer.cpp17 if (!this->wasDestroyed()) { in onRelease()
30 if (!this->wasDestroyed()) { in onMap()
38 if (!this->wasDestroyed()) { in onUnmap()
44 if (!this->wasDestroyed()) { in onUpdateData()
DGrGLIndexBuffer.h29 if (!this->wasDestroyed()) { in bind()
44 SkASSERT(!this->wasDestroyed()); in getGpuGL()
DGrGLVertexBuffer.h29 if (!this->wasDestroyed()) { in bind()
44 SkASSERT(!this->wasDestroyed()); in getGpuGL()
/external/chromium_org/third_party/skia/src/gpu/
DGrResourceCache2.cpp19 SkASSERT(!resource->wasDestroyed()); in insertResource()
39 SkASSERT(!head->wasDestroyed()); in abandonAll()
50 SkASSERT(!head->wasDestroyed()); in releaseAll()
DGrGpuResource.cpp49 SkASSERT(this->wasDestroyed()); in ~GrGpuResource()
DGrClipMaskCache.h44 !back->fLastMask.texture()->wasDestroyed() && in canReuse()
DSkGrPixelRef.cpp164 if (NULL == fSurface || fSurface->wasDestroyed()) { in onReadPixels()
DGrTexture.cpp111 SkASSERT(!this->wasDestroyed()); in abandonReleaseCommon()
DGrResourceCache.cpp288 if (!entry->resource()->wasDestroyed()) { in makeNonExclusive()
DGrGpu.cpp261 if (NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed()) { in getQuadIndexBuffer()
DGrContext.cpp549 if (texture->wasDestroyed()) { in unlockScratchTexture()
DSkGpuDevice.cpp138 if (NULL == surface->asRenderTarget() || surface->wasDestroyed()) { in Create()
/external/skia/include/gpu/
DGrGpuObject.h46 bool wasDestroyed() const { return NULL == fGpu; } in wasDestroyed() function
75 virtual bool isValidOnGpu() const SK_OVERRIDE { return !this->wasDestroyed(); } in isValidOnGpu()
/external/skia/src/gpu/
DGrGpuObject.cpp27 SkASSERT(this->wasDestroyed()); in ~GrGpuObject()
DSkGrPixelRef.cpp163 if (NULL == fSurface || fSurface->wasDestroyed()) { in onReadPixels()
DGrGpu.cpp64 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed()); in abandonResources()
80 SkASSERT(NULL == fQuadIndexBuffer || fQuadIndexBuffer->wasDestroyed()); in releaseResources()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElement.h71 static void wasDestroyed(Element*);
DCustomElement.cpp134 void CustomElement::wasDestroyed(Element* element) in wasDestroyed() function in blink::CustomElement
/external/chromium_org/third_party/skia/include/gpu/
DGrGpuResource.h157 bool wasDestroyed() const { return NULL == fGpu; } in wasDestroyed() function

12