HomeSort by relevance Sort by last modified time
    Searched defs:getVkGpu (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/vk/
GrVkTransferBuffer.h 33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
39 this->vkUnmap(this->getVkGpu());
48 GrVkGpu* getVkGpu() const {
GrVkIndexBuffer.cpp 40 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 {
GrVkStencilAttachment.cpp 80 GrVkGpu* gpu = this->getVkGpu();
96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const {
GrVkVertexBuffer.cpp 39 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 {
GrVkTexture.cpp 117 fTextureView->unref(this->getVkGpu());
122 fLinearTextureView->unref(this->getVkGpu());
126 this->releaseImage(this->getVkGpu());
156 GrVkGpu* GrVkTexture::getVkGpu() const {
168 fLinearTextureView = GrVkImageView::Create(this->getVkGpu(), fInfo.fImage,
GrVkRenderTarget.cpp 210 this->createFramebuffer(this->getVkGpu());
280 GrVkGpu* gpu = this->getVkGpu();
331 this->releaseImage(this->getVkGpu());
370 GrVkGpu* GrVkRenderTarget::getVkGpu() const {

Completed in 596 milliseconds