Home
last modified time | relevance | path

Searched defs:onRelease (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLStencilAttachment.cpp21 void GrGLStencilAttachment::onRelease() { in onRelease() function in GrGLStencilAttachment
DGrGLTextureRenderTarget.h46 void onRelease() override { in onRelease() function
DGrGLTransferBuffer.cpp18 void GrGLTransferBuffer::onRelease() { in onRelease() function in GrGLTransferBuffer
DGrGLVertexBuffer.cpp19 void GrGLVertexBuffer::onRelease() { in onRelease() function in GrGLVertexBuffer
DGrGLIndexBuffer.cpp19 void GrGLIndexBuffer::onRelease() { in onRelease() function in GrGLIndexBuffer
DGrGLTexture.cpp37 void GrGLTexture::onRelease() { in onRelease() function in GrGLTexture
DGrGLPathRange.cpp102 void GrGLPathRange::onRelease() { in onRelease() function in GrGLPathRange
DGrGLRenderTarget.cpp121 void GrGLRenderTarget::onRelease() { in onRelease() function in GrGLRenderTarget
DGrGLPath.cpp326 void GrGLPath::onRelease() { in onRelease() function in GrGLPath
/external/skia/src/gpu/
DGrRenderTarget.cpp65 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
DGrSurface.cpp204 void GrSurface::onRelease() { in onRelease() function in GrSurface
/external/skia/src/gpu/vk/
DGrVkTransferBuffer.cpp39 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer
DGrVkVertexBuffer.cpp36 void GrVkVertexBuffer::onRelease() { in onRelease() function in GrVkVertexBuffer
DGrVkIndexBuffer.cpp37 void GrVkIndexBuffer::onRelease() { in onRelease() function in GrVkIndexBuffer
DGrVkTextureRenderTarget.h42 void onRelease() override { in onRelease() function
DGrVkStencilAttachment.cpp83 void GrVkStencilAttachment::onRelease() { in onRelease() function in GrVkStencilAttachment
DGrVkTexture.cpp89 void GrVkTexture::onRelease() { in onRelease() function in GrVkTexture
DGrVkRenderTarget.cpp343 void GrVkRenderTarget::onRelease() { in onRelease() function in GrVkRenderTarget
/external/skia/include/gpu/
DGrGpuResource.h274 virtual void onRelease() { } in onRelease() function