Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.h40 void onRelease() override { in onRelease() function
41 GrDawnRenderTarget::onRelease(); in onRelease()
42 GrDawnTexture::onRelease(); in onRelease()
DGrDawnRenderTarget.cpp46 void GrDawnRenderTarget::onRelease() { in onRelease() function in GrDawnRenderTarget
47 INHERITED::onRelease(); in onRelease()
DGrDawnAttachment.cpp51 void GrDawnAttachment::onRelease() { GrAttachment::onRelease(); } in onRelease() function in GrDawnAttachment
/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java24 void onRelease(TextureBufferImpl textureBuffer); in onRelease() method
52 public void onRelease(TextureBufferImpl textureBuffer) {} in TextureBufferImpl()
124 refCountMonitor.onRelease(this); in release()
192 public void onRelease(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl
193 refCountMonitor.onRelease(TextureBufferImpl.this); in applyTransformMatrix()
/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h57 void onRelease() override { in onRelease() function
58 GrGLRenderTarget::onRelease(); in onRelease()
59 GrGLTexture::onRelease(); in onRelease()
DGrGLAttachment.cpp13 void GrGLAttachment::onRelease() { in onRelease() function in GrGLAttachment
21 INHERITED::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/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/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/vk/
DGrVkTextureRenderTarget.h57 void onRelease() override { in onRelease() function
59 GrVkTexture::onRelease(); in onRelease()
60 GrVkRenderTarget::onRelease(); in onRelease()
/external/skia/src/gpu/mock/
DGrMockTexture.h62 void onRelease() override { in onRelease() function
63 INHERITED::onRelease(); in onRelease()
199 void onRelease() override { in onRelease() function
200 GrRenderTarget::onRelease(); in onRelease()
201 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()
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()
DGrVkTransferBuffer.cpp42 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer
47 INHERITED::onRelease(); in onRelease()
DGrVkSemaphore.cpp53 void GrVkSemaphore::onRelease() { in onRelease() function in GrVkSemaphore
58 INHERITED::onRelease(); in onRelease()
/external/skia/src/gpu/d3d/
DGrD3DTextureRenderTarget.h48 void onRelease() override { in onRelease() function
50 GrD3DTexture::onRelease(); in onRelease()
51 GrD3DRenderTarget::onRelease(); in onRelease()
DGrD3DAttachment.cpp67 void GrD3DAttachment::onRelease() { in onRelease() function in GrD3DAttachment
71 GrAttachment::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/
DGrSurface.cpp57 void GrSurface::onRelease() { in onRelease() function in GrSurface
59 this->INHERITED::onRelease(); in onRelease()
DGrRenderTarget.cpp34 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
38 INHERITED::onRelease(); in onRelease()
/external/skqp/src/gpu/
DGrRenderTarget.cpp61 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget
64 INHERITED::onRelease(); in onRelease()

1234