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

  /external/skia/src/gpu/vk/
GrVkTransferBuffer.h 34 return this->vkMap(this->getVkGpu());
42 this->vkUnmap(this->getVkGpu());
46 GrVkGpu* getVkGpu() const {
GrVkIndexBuffer.cpp 39 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 {
GrVkVertexBuffer.cpp 38 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 {
GrVkIndexBuffer.h 34 GrVkGpu* getVkGpu() const;
GrVkVertexBuffer.h 33 GrVkGpu* getVkGpu() const;
GrVkTexture.cpp 92 fTextureView->unref(this->getVkGpu());
97 this->releaseImage(this->getVkGpu());
120 GrVkGpu* GrVkTexture::getVkGpu() const {
GrVkStencilAttachment.h 52 GrVkGpu* getVkGpu() const;
GrVkTexture.h 50 GrVkGpu* getVkGpu() const;
GrVkStencilAttachment.cpp 84 GrVkGpu* gpu = this->getVkGpu();
102 GrVkGpu* GrVkStencilAttachment::getVkGpu() const {
GrVkTransferBuffer.cpp 41 this->vkRelease(this->getVkGpu());
GrVkRenderTarget.cpp 216 this->createFramebuffer(this->getVkGpu());
294 GrVkGpu* gpu = this->getVkGpu();
346 this->releaseImage(this->getVkGpu());
387 GrVkGpu* GrVkRenderTarget::getVkGpu() const {
GrVkRenderTarget.h 104 GrVkGpu* getVkGpu() const;

Completed in 180 milliseconds