Searched defs:getVkGpu (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkTransferBuffer.h33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
39 this->vkUnmap(this->getVkGpu());
48 GrVkGpu* getVkGpu() const { function in class:GrVkTransferBuffer
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu());
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
59 this->vkUnmap(this->getVkGpu());
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { function in class:GrVkIndexBuffer
H A DGrVkTexelBuffer.cpp39 this->vkRelease(this->getVkGpu());
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
58 this->vkUnmap(this->getVkGpu());
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
70 GrVkGpu* GrVkTexelBuffer::getVkGpu() const { function in class:GrVkTexelBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu());
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
58 this->vkUnmap(this->getVkGpu());
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { function in class:GrVkVertexBuffer
H A DGrVkStencilAttachment.cpp80 GrVkGpu* gpu = this->getVkGpu();
96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
H A DGrVkTexture.cpp131 fTextureView->unref(this->getVkGpu());
136 fLinearTextureView->unref(this->getVkGpu());
140 this->releaseImage(this->getVkGpu());
168 GrVkGpu* GrVkTexture::getVkGpu() const { function in class:GrVkTexture
180 fLinearTextureView = GrVkImageView::Create(this->getVkGpu(), fInfo.fImage,
H A DGrVkRenderTarget.cpp212 this->createFramebuffer(this->getVkGpu());
281 GrVkGpu* gpu = this->getVkGpu();
332 this->releaseImage(this->getVkGpu());
376 GrVkGpu* GrVkRenderTarget::getVkGpu() const { function in class:GrVkRenderTarget
/external/skqp/src/gpu/vk/
H A DGrVkTransferBuffer.h33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
39 this->vkUnmap(this->getVkGpu());
48 GrVkGpu* getVkGpu() const { function in class:GrVkTransferBuffer
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu());
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
59 this->vkUnmap(this->getVkGpu());
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { function in class:GrVkIndexBuffer
H A DGrVkTexelBuffer.cpp39 this->vkRelease(this->getVkGpu());
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
58 this->vkUnmap(this->getVkGpu());
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
70 GrVkGpu* GrVkTexelBuffer::getVkGpu() const { function in class:GrVkTexelBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu());
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
58 this->vkUnmap(this->getVkGpu());
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes);
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { function in class:GrVkVertexBuffer
H A DGrVkStencilAttachment.cpp80 GrVkGpu* gpu = this->getVkGpu();
96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
H A DGrVkTexture.cpp135 fTextureView->unref(this->getVkGpu());
140 fLinearTextureView->unref(this->getVkGpu());
144 this->releaseImage(this->getVkGpu());
172 GrVkGpu* GrVkTexture::getVkGpu() const { function in class:GrVkTexture
184 fLinearTextureView = GrVkImageView::Create(this->getVkGpu(), fInfo.fImage,
H A DGrVkRenderTarget.cpp212 this->createFramebuffer(this->getVkGpu());
281 GrVkGpu* gpu = this->getVkGpu();
332 this->releaseImage(this->getVkGpu());
376 GrVkGpu* GrVkRenderTarget::getVkGpu() const { function in class:GrVkRenderTarget

Completed in 195 milliseconds