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

/external/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp39 this->vkRelease(this->getVkGpu());
52 return this->vkMap(this->getVkGpu());
60 this->vkUnmap(this->getVkGpu());
66 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
72 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { function in class:GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp38 this->vkRelease(this->getVkGpu());
51 return this->vkMap(this->getVkGpu());
59 this->vkUnmap(this->getVkGpu());
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
71 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { function in class:GrVkVertexBuffer
H A DGrVkTransferBuffer.h34 return this->vkMap(this->getVkGpu());
42 this->vkUnmap(this->getVkGpu());
46 GrVkGpu* getVkGpu() const { function in class:GrVkTransferBuffer
H A DGrVkIndexBuffer.h34 GrVkGpu* getVkGpu() const;
H A DGrVkVertexBuffer.h33 GrVkGpu* getVkGpu() const;
H A DGrVkTexture.cpp92 fTextureView->unref(this->getVkGpu());
97 this->releaseImage(this->getVkGpu());
120 GrVkGpu* GrVkTexture::getVkGpu() const { function in class:GrVkTexture
H A DGrVkStencilAttachment.h52 GrVkGpu* getVkGpu() const;
H A DGrVkStencilAttachment.cpp84 GrVkGpu* gpu = this->getVkGpu();
102 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
H A DGrVkTexture.h50 GrVkGpu* getVkGpu() const;
H A DGrVkTransferBuffer.cpp41 this->vkRelease(this->getVkGpu());
H A DGrVkRenderTarget.cpp216 this->createFramebuffer(this->getVkGpu());
294 GrVkGpu* gpu = this->getVkGpu();
346 this->releaseImage(this->getVkGpu());
387 GrVkGpu* GrVkRenderTarget::getVkGpu() const { function in class:GrVkRenderTarget
H A DGrVkRenderTarget.h104 GrVkGpu* getVkGpu() const;

Completed in 109 milliseconds