/external/skia/src/gpu/dawn/ |
D | GrDawnTextureRenderTarget.h | 40 void onRelease() override { in onRelease() function 41 GrDawnRenderTarget::onRelease(); in onRelease() 42 GrDawnTexture::onRelease(); in onRelease()
|
D | GrDawnRenderTarget.cpp | 46 void GrDawnRenderTarget::onRelease() { in onRelease() function in GrDawnRenderTarget 47 INHERITED::onRelease(); in onRelease()
|
D | GrDawnAttachment.cpp | 51 void GrDawnAttachment::onRelease() { GrAttachment::onRelease(); } in onRelease() function in GrDawnAttachment
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | TextureBufferImpl.java | 24 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/ |
D | GrGLTextureRenderTarget.h | 57 void onRelease() override { in onRelease() function 58 GrGLRenderTarget::onRelease(); in onRelease() 59 GrGLTexture::onRelease(); in onRelease()
|
D | GrGLAttachment.cpp | 13 void GrGLAttachment::onRelease() { in onRelease() function in GrGLAttachment 21 INHERITED::onRelease(); in onRelease()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTextureRenderTarget.h | 54 void onRelease() override { in onRelease() function 55 GrGLRenderTarget::onRelease(); in onRelease() 56 GrGLTexture::onRelease(); in onRelease()
|
D | GrGLSemaphore.cpp | 18 void GrGLSemaphore::onRelease() { in onRelease() function in GrGLSemaphore 23 INHERITED::onRelease(); in onRelease()
|
D | GrGLStencilAttachment.cpp | 21 void GrGLStencilAttachment::onRelease() { in onRelease() function in GrGLStencilAttachment 29 INHERITED::onRelease(); in onRelease()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.h | 38 void onRelease() override { in onRelease() function 39 GrMtlRenderTarget::onRelease(); in onRelease() 40 GrMtlTexture::onRelease(); in onRelease()
|
D | GrMtlTexture.h | 52 void onRelease() override { in onRelease() function 54 INHERITED::onRelease(); in onRelease()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.h | 36 void onRelease() override { in onRelease() function 37 GrMtlRenderTarget::onRelease(); in onRelease() 38 GrMtlTexture::onRelease(); in onRelease()
|
/external/skia/src/gpu/vk/ |
D | GrVkTextureRenderTarget.h | 57 void onRelease() override { in onRelease() function 59 GrVkTexture::onRelease(); in onRelease() 60 GrVkRenderTarget::onRelease(); in onRelease()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 62 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/ |
D | GrVkTextureRenderTarget.h | 50 void onRelease() override { in onRelease() function 52 GrVkTexture::onRelease(); in onRelease() 53 GrVkRenderTarget::onRelease(); in onRelease()
|
D | GrVkVertexBuffer.cpp | 37 void GrVkVertexBuffer::onRelease() { in onRelease() function in GrVkVertexBuffer 42 INHERITED::onRelease(); in onRelease()
|
D | GrVkIndexBuffer.cpp | 38 void GrVkIndexBuffer::onRelease() { in onRelease() function in GrVkIndexBuffer 43 INHERITED::onRelease(); in onRelease()
|
D | GrVkTransferBuffer.cpp | 42 void GrVkTransferBuffer::onRelease() { in onRelease() function in GrVkTransferBuffer 47 INHERITED::onRelease(); in onRelease()
|
D | GrVkSemaphore.cpp | 53 void GrVkSemaphore::onRelease() { in onRelease() function in GrVkSemaphore 58 INHERITED::onRelease(); in onRelease()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTextureRenderTarget.h | 48 void onRelease() override { in onRelease() function 50 GrD3DTexture::onRelease(); in onRelease() 51 GrD3DRenderTarget::onRelease(); in onRelease()
|
D | GrD3DAttachment.cpp | 67 void GrD3DAttachment::onRelease() { in onRelease() function in GrD3DAttachment 71 GrAttachment::onRelease(); in onRelease()
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 64 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/ |
D | GrSurface.cpp | 57 void GrSurface::onRelease() { in onRelease() function in GrSurface 59 this->INHERITED::onRelease(); in onRelease()
|
D | GrRenderTarget.cpp | 34 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget 38 INHERITED::onRelease(); in onRelease()
|
/external/skqp/src/gpu/ |
D | GrRenderTarget.cpp | 61 void GrRenderTarget::onRelease() { in onRelease() function in GrRenderTarget 64 INHERITED::onRelease(); in onRelease()
|