Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h47 void onRelease() override { in onRelease() function
DGrGLStencilAttachment.cpp21 void GrGLStencilAttachment::onRelease() { in onRelease() function in GrGLStencilAttachment
DGrGLPathRange.cpp94 void GrGLPathRange::onRelease() { in onRelease() function in GrGLPathRange
DGrGLTexture.cpp96 void GrGLTexture::onRelease() { in onRelease() function in GrGLTexture
DGrGLRenderTarget.cpp144 void GrGLRenderTarget::onRelease() { in onRelease() function in GrGLRenderTarget
DGrGLBuffer.cpp134 void GrGLBuffer::onRelease() { in onRelease() function in GrGLBuffer
DGrGLPath.cpp332 void GrGLPath::onRelease() { in onRelease() function in GrGLPath
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.h45 void onRelease() override { in onRelease() function
DGrVkTransferBuffer.cpp42 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer
DGrVkIndexBuffer.cpp38 void GrVkIndexBuffer::onRelease() { in onRelease() function in GrVkIndexBuffer
DGrVkTexelBuffer.cpp37 void GrVkTexelBuffer::onRelease() { in onRelease() function in GrVkTexelBuffer
DGrVkVertexBuffer.cpp37 void GrVkVertexBuffer::onRelease() { in onRelease() function in GrVkVertexBuffer
DGrVkStencilAttachment.cpp79 void GrVkStencilAttachment::onRelease() { in onRelease() function in GrVkStencilAttachment
DGrVkTexture.cpp119 void GrVkTexture::onRelease() { in onRelease() function in GrVkTexture
DGrVkRenderTarget.cpp329 void GrVkRenderTarget::onRelease() { in onRelease() function in GrVkRenderTarget
/external/skia/src/gpu/
DGrRenderTarget.cpp59 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
DGrSurface.cpp158 void GrSurface::onRelease() { in onRelease() function in GrSurface
/external/skia/src/gpu/mock/
DGrMockTexture.h79 void onRelease() override { in onRelease() function
/external/skia/include/gpu/
DGrGpuResource.h269 virtual void onRelease() { } in onRelease() function