Searched refs:onRelease (Results 1 - 25 of 40) sorted by relevance

12

/external/skia/src/gpu/gl/
H A DGrGLStencilAttachment.cpp21 void GrGLStencilAttachment::onRelease() { function in class:GrGLStencilAttachment
29 INHERITED::onRelease();
H A DGrGLTextureRenderTarget.h54 void onRelease() override {
55 GrGLRenderTarget::onRelease();
56 GrGLTexture::onRelease();
H A DGrGLPath.h42 void onRelease() override;
H A DGrGLPathRange.h50 void onRelease() override;
H A DGrGLBuffer.h42 void onRelease() override;
H A DGrGLStencilAttachment.h50 void onRelease() override;
H A DGrGLPathRange.cpp94 void GrGLPathRange::onRelease() { function in class:GrGLPathRange
103 INHERITED::onRelease();
H A DGrGLRenderTarget.h77 void onRelease() override;
H A DGrGLTexture.h71 void onRelease() override;
H A DGrGLTexture.cpp98 void GrGLTexture::onRelease() { function in class:GrGLTexture
105 INHERITED::onRelease();
/external/skia/src/gpu/vk/
H A DGrVkIndexBuffer.h23 void onRelease() override;
H A DGrVkVertexBuffer.h22 void onRelease() override;
H A DGrVkIndexBuffer.cpp38 void GrVkIndexBuffer::onRelease() { function in class:GrVkIndexBuffer
43 INHERITED::onRelease();
H A DGrVkTransferBuffer.cpp42 void GrVkTransferBuffer::onRelease() { function in class:GrVkTransferBuffer
47 INHERITED::onRelease();
H A DGrVkVertexBuffer.cpp37 void GrVkVertexBuffer::onRelease() { function in class:GrVkVertexBuffer
42 INHERITED::onRelease();
H A DGrVkTextureRenderTarget.h46 void onRelease() override {
47 GrVkRenderTarget::onRelease();
48 GrVkTexture::onRelease();
H A DGrVkStencilAttachment.h38 void onRelease() override;
H A DGrVkTransferBuffer.h23 void onRelease() override;
H A DGrVkStencilAttachment.cpp79 void GrVkStencilAttachment::onRelease() { function in class:GrVkStencilAttachment
86 GrStencilAttachment::onRelease();
H A DGrVkTexture.h44 void onRelease() override;
H A DGrVkRenderTarget.h97 void onRelease() override;
/external/skia/src/gpu/
H A DGrRenderTarget.cpp71 void GrRenderTarget::onRelease() { function in class:GrRenderTarget
74 INHERITED::onRelease();
H A DGrSurface.cpp208 void GrSurface::onRelease() { function in class:GrSurface
210 this->INHERITED::onRelease();
/external/skia/include/gpu/
H A DGrRenderTarget.h132 void onRelease() override;
H A DGrSurface.h213 void onRelease() override;

Completed in 246 milliseconds

12