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

12

/external/skia/src/gpu/vk/
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 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.h33 GrVkGpu* getVkGpu() const;
H A DGrVkTexelBuffer.h32 GrVkGpu* getVkGpu() const;
H A DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
H A DGrVkStencilAttachment.h50 GrVkGpu* getVkGpu() const;
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 DGrVkStencilAttachment.cpp80 GrVkGpu* gpu = this->getVkGpu();
96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
H A DGrVkTexture.h51 GrVkGpu* getVkGpu() const;
H A DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu());
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 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 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.h33 GrVkGpu* getVkGpu() const;
H A DGrVkTexelBuffer.h32 GrVkGpu* getVkGpu() const;
H A DGrVkVertexBuffer.h32 GrVkGpu* getVkGpu() const;
H A DGrVkStencilAttachment.h50 GrVkGpu* getVkGpu() const;
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 DGrVkStencilAttachment.cpp80 GrVkGpu* gpu = this->getVkGpu();
96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
H A DGrVkTexture.h51 GrVkGpu* getVkGpu() const;
H A DGrVkTransferBuffer.cpp44 this->vkRelease(this->getVkGpu());

Completed in 397 milliseconds

12