Home
last modified time | relevance | path

Searched refs:onRelease (Results 1 – 25 of 90) sorted by relevance

1234

/external/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.h41 void onRelease() override { in onRelease() function
42 GrDawnRenderTarget::onRelease(); in onRelease()
43 GrDawnTexture::onRelease(); in onRelease()
DGrDawnRenderTarget.cpp46 void GrDawnRenderTarget::onRelease() { in onRelease() function in GrDawnRenderTarget
47 INHERITED::onRelease(); in onRelease()
DGrDawnStencilAttachment.cpp60 void GrDawnStencilAttachment::onRelease() { in onRelease() function in GrDawnStencilAttachment
61 GrStencilAttachment::onRelease(); in onRelease()
/external/skqp/src/gpu/gl/
DGrGLTextureRenderTarget.h54 void onRelease() override { in onRelease() function
55 GrGLRenderTarget::onRelease(); in onRelease()
56 GrGLTexture::onRelease(); in onRelease()
DGrGLSemaphore.cpp18 void GrGLSemaphore::onRelease() { in onRelease() function in GrGLSemaphore
23 INHERITED::onRelease(); in onRelease()
DGrGLStencilAttachment.cpp21 void GrGLStencilAttachment::onRelease() { in onRelease() function in GrGLStencilAttachment
29 INHERITED::onRelease(); in onRelease()
/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h57 void onRelease() override { in onRelease() function
58 GrGLRenderTarget::onRelease(); in onRelease()
59 GrGLTexture::onRelease(); in onRelease()
DGrGLStencilAttachment.cpp21 void GrGLStencilAttachment::onRelease() { in onRelease() function in GrGLStencilAttachment
29 INHERITED::onRelease(); in onRelease()
/external/skqp/src/gpu/mtl/
DGrMtlTextureRenderTarget.h36 void onRelease() override { in onRelease() function
37 GrMtlRenderTarget::onRelease(); in onRelease()
38 GrMtlTexture::onRelease(); in onRelease()
/external/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.h38 void onRelease() override { in onRelease() function
39 GrMtlRenderTarget::onRelease(); in onRelease()
40 GrMtlTexture::onRelease(); in onRelease()
DGrMtlTexture.h52 void onRelease() override { in onRelease() function
54 INHERITED::onRelease(); in onRelease()
/external/skia/src/gpu/mock/
DGrMockTexture.h65 void onRelease() override { in onRelease() function
66 INHERITED::onRelease(); in onRelease()
200 void onRelease() override { in onRelease() function
201 GrRenderTarget::onRelease(); in onRelease()
202 GrMockTexture::onRelease(); in onRelease()
/external/skqp/src/gpu/vk/
DGrVkTextureRenderTarget.h50 void onRelease() override { in onRelease() function
52 GrVkTexture::onRelease(); in onRelease()
53 GrVkRenderTarget::onRelease(); in onRelease()
DGrVkTransferBuffer.cpp42 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer
47 INHERITED::onRelease(); in onRelease()
DGrVkVertexBuffer.cpp37 void GrVkVertexBuffer::onRelease() { in onRelease() function in GrVkVertexBuffer
42 INHERITED::onRelease(); in onRelease()
DGrVkIndexBuffer.cpp38 void GrVkIndexBuffer::onRelease() { in onRelease() function in GrVkIndexBuffer
43 INHERITED::onRelease(); in onRelease()
DGrVkSemaphore.cpp53 void GrVkSemaphore::onRelease() { in onRelease() function in GrVkSemaphore
58 INHERITED::onRelease(); in onRelease()
/external/skqp/src/gpu/mock/
DGrMockTexture.h64 void onRelease() override { in onRelease() function
66 INHERITED::onRelease(); in onRelease()
193 void onRelease() override { in onRelease() function
194 GrRenderTarget::onRelease(); in onRelease()
195 GrMockTexture::onRelease(); in onRelease()
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.h52 void onRelease() override { in onRelease() function
54 GrVkTexture::onRelease(); in onRelease()
55 GrVkRenderTarget::onRelease(); in onRelease()
DGrVkTransferBuffer.cpp42 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer
46 INHERITED::onRelease(); in onRelease()
DGrVkVertexBuffer.cpp37 void GrVkVertexBuffer::onRelease() { in onRelease() function in GrVkVertexBuffer
42 INHERITED::onRelease(); in onRelease()
DGrVkIndexBuffer.cpp38 void GrVkIndexBuffer::onRelease() { in onRelease() function in GrVkIndexBuffer
42 INHERITED::onRelease(); in onRelease()
/external/skia/src/gpu/
DGrSurface.cpp58 void GrSurface::onRelease() { in onRelease() function in GrSurface
60 this->INHERITED::onRelease(); in onRelease()
DGrRenderTarget.cpp30 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
33 INHERITED::onRelease(); in onRelease()
/external/skqp/src/gpu/
DGrRenderTarget.cpp61 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
64 INHERITED::onRelease(); in onRelease()

1234