Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkIndexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 return this->vkMap(this->getVkGpu()); in onMap()
60 this->vkUnmap(this->getVkGpu()); in onUnmap()
66 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
72 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
DGrVkVertexBuffer.cpp38 this->vkRelease(this->getVkGpu()); in onRelease()
51 return 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* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
DGrVkTransferBuffer.h34 return this->vkMap(this->getVkGpu()); in onMap()
42 this->vkUnmap(this->getVkGpu()); in onUnmap()
46 GrVkGpu* getVkGpu() const { in getVkGpu() function
DGrVkTexture.cpp92 fTextureView->unref(this->getVkGpu()); in onRelease()
97 this->releaseImage(this->getVkGpu()); in onRelease()
120 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
DGrVkRenderTarget.cpp216 this->createFramebuffer(this->getVkGpu()); in completeStencilAttachment()
294 GrVkGpu* gpu = this->getVkGpu(); in releaseInternalObjects()
346 this->releaseImage(this->getVkGpu()); in onRelease()
387 GrVkGpu* GrVkRenderTarget::getVkGpu() const { in getVkGpu() function in GrVkRenderTarget
DGrVkStencilAttachment.cpp84 GrVkGpu* gpu = this->getVkGpu(); in onRelease()
102 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu() function in GrVkStencilAttachment
DGrVkVertexBuffer.h33 GrVkGpu* getVkGpu() const;
DGrVkIndexBuffer.h34 GrVkGpu* getVkGpu() const;
DGrVkStencilAttachment.h52 GrVkGpu* getVkGpu() const;
DGrVkTexture.h50 GrVkGpu* getVkGpu() const;
DGrVkTransferBuffer.cpp41 this->vkRelease(this->getVkGpu()); in onRelease()
DGrVkRenderTarget.h104 GrVkGpu* getVkGpu() const;