Home
last modified time | relevance | path

Searched refs:getVkGpu (Results 1 – 24 of 24) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkIndexBuffer.cpp40 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
DGrVkVertexBuffer.cpp39 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
DGrVkTransferBuffer.h34 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
40 this->vkUnmap(this->getVkGpu()); in onUnmap()
49 GrVkGpu* getVkGpu() const { in getVkGpu() function
DGrVkTexture.cpp133 fTextureView->unref(this->getVkGpu()); in onRelease()
137 this->releaseImage(this->getVkGpu()); in onRelease()
165 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
DGrVkStencilAttachment.cpp83 GrVkGpu* gpu = this->getVkGpu(); in onRelease()
99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
DGrVkRenderTarget.cpp235 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
DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkIndexBuffer.h33 GrVkGpu* getVkGpu() const;
DGrVkStencilAttachment.h51 GrVkGpu* getVkGpu() const;
DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu()); in onRelease()
DGrVkTexture.h55 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h115 GrVkGpu* getVkGpu() const;
/external/skia/src/gpu/vk/
DGrVkVertexBuffer.cpp39 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
DGrVkIndexBuffer.cpp40 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
DGrVkTransferBuffer.h33 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
39 this->vkUnmap(this->getVkGpu()); in onUnmap()
48 GrVkGpu* getVkGpu() const { in getVkGpu() function
DGrVkTexture.cpp132 fTextureView->unref(this->getVkGpu()); in onRelease()
136 this->releaseImage(this->getVkGpu()); in onRelease()
163 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
DGrVkStencilAttachment.cpp83 GrVkGpu* gpu = this->getVkGpu(); in onRelease()
99 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
DGrVkRenderTarget.cpp235 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
DGrVkIndexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
DGrVkStencilAttachment.h51 GrVkGpu* getVkGpu() const;
DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu()); in onRelease()
DGrVkTexture.h48 GrVkGpu* getVkGpu() const;
DGrVkRenderTarget.h115 GrVkGpu* getVkGpu() const;