/external/skqp/src/gpu/vk/ |
D | GrVkIndexBuffer.cpp | 40 this->vkRelease(this->getVkGpu()); in onRelease() 53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 59 this->vkUnmap(this->getVkGpu()); in onUnmap() 65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData() 71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
|
D | GrVkVertexBuffer.cpp | 39 this->vkRelease(this->getVkGpu()); in onRelease() 52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 58 this->vkUnmap(this->getVkGpu()); in onUnmap() 64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData() 70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
|
D | GrVkTransferBuffer.h | 34 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 40 this->vkUnmap(this->getVkGpu()); in onUnmap() 49 GrVkGpu* getVkGpu() const { in getVkGpu() function
|
D | GrVkTexture.cpp | 133 fTextureView->unref(this->getVkGpu()); in onRelease() 137 this->releaseImage(this->getVkGpu()); in onRelease() 165 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
|
D | GrVkStencilAttachment.cpp | 83 GrVkGpu* gpu = this->getVkGpu(); in onRelease() 99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
|
D | GrVkRenderTarget.cpp | 235 this->createFramebuffer(this->getVkGpu()); in completeStencilAttachment() 307 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects() 366 this->releaseImage(this->getVkGpu()); in onRelease() 405 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
|
D | GrVkVertexBuffer.h | 32 GrVkGpu* getVkGpu() const;
|
D | GrVkIndexBuffer.h | 33 GrVkGpu* getVkGpu() const;
|
D | GrVkStencilAttachment.h | 51 GrVkGpu* getVkGpu() const;
|
D | GrVkTransferBuffer.cpp | 44 this->vkRelease(this->getVkGpu()); in onRelease()
|
D | GrVkTexture.h | 55 GrVkGpu* getVkGpu() const;
|
D | GrVkRenderTarget.h | 115 GrVkGpu* getVkGpu() const;
|
/external/skia/src/gpu/vk/ |
D | GrVkVertexBuffer.cpp | 39 this->vkRelease(this->getVkGpu()); in onRelease() 52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 58 this->vkUnmap(this->getVkGpu()); in onUnmap() 64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData() 70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
|
D | GrVkIndexBuffer.cpp | 40 this->vkRelease(this->getVkGpu()); in onRelease() 53 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 59 this->vkUnmap(this->getVkGpu()); in onUnmap() 65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData() 71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
|
D | GrVkTransferBuffer.h | 33 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap() 39 this->vkUnmap(this->getVkGpu()); in onUnmap() 48 GrVkGpu* getVkGpu() const { in getVkGpu() function
|
D | GrVkTexture.cpp | 132 fTextureView->unref(this->getVkGpu()); in onRelease() 136 this->releaseImage(this->getVkGpu()); in onRelease() 163 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
|
D | GrVkStencilAttachment.cpp | 83 GrVkGpu* gpu = this->getVkGpu(); in onRelease() 99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
|
D | GrVkRenderTarget.cpp | 235 this->createFramebuffer(this->getVkGpu()); in completeStencilAttachment() 307 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects() 366 this->releaseImage(this->getVkGpu()); in onRelease() 405 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
|
D | GrVkIndexBuffer.h | 32 GrVkGpu* getVkGpu() const;
|
D | GrVkVertexBuffer.h | 32 GrVkGpu* getVkGpu() const;
|
D | GrVkStencilAttachment.h | 51 GrVkGpu* getVkGpu() const;
|
D | GrVkTransferBuffer.cpp | 44 this->vkRelease(this->getVkGpu()); in onRelease()
|
D | GrVkTexture.h | 48 GrVkGpu* getVkGpu() const;
|
D | GrVkRenderTarget.h | 115 GrVkGpu* getVkGpu() const;
|