/external/skia/src/gpu/vk/ |
H A D | GrVkTransferBuffer.h | 33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); 39 this->vkUnmap(this->getVkGpu()); 48 GrVkGpu* getVkGpu() const { function in class:GrVkTransferBuffer
|
H A D | 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 { function in class:GrVkIndexBuffer
|
H A D | GrVkTexelBuffer.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* GrVkTexelBuffer::getVkGpu() const { function in class:GrVkTexelBuffer
|
H A D | 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 { function in class:GrVkVertexBuffer
|
H A D | GrVkStencilAttachment.cpp | 80 GrVkGpu* gpu = this->getVkGpu(); 96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
|
H A D | GrVkTexture.cpp | 131 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 D | GrVkRenderTarget.cpp | 212 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 D | GrVkTransferBuffer.h | 33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); 39 this->vkUnmap(this->getVkGpu()); 48 GrVkGpu* getVkGpu() const { function in class:GrVkTransferBuffer
|
H A D | 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 { function in class:GrVkIndexBuffer
|
H A D | GrVkTexelBuffer.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* GrVkTexelBuffer::getVkGpu() const { function in class:GrVkTexelBuffer
|
H A D | 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 { function in class:GrVkVertexBuffer
|
H A D | GrVkStencilAttachment.cpp | 80 GrVkGpu* gpu = this->getVkGpu(); 96 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { function in class:GrVkStencilAttachment
|
H A D | GrVkTexture.cpp | 135 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 D | GrVkRenderTarget.cpp | 212 this->createFramebuffer(this->getVkGpu()); 281 GrVkGpu* gpu = this->getVkGpu(); 332 this->releaseImage(this->getVkGpu()); 376 GrVkGpu* GrVkRenderTarget::getVkGpu() const { function in class:GrVkRenderTarget
|