Home
last modified time | relevance | path

Searched refs:getVkGpu (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkMeshBuffer.cpp56 this->vkRelease(this->getVkGpu()); in onRelease()
64 this->vkRelease(this->getVkGpu()); in onAbandon()
71 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
77 this->vkUnmap(this->getVkGpu()); in onUnmap()
83 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
89 GrVkGpu* GrVkMeshBuffer::getVkGpu() const { in getVkGpu() function in GrVkMeshBuffer
H A DGrVkTransferBuffer.h32 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
36 GrVkMemory::InvalidateMappedAlloc(this->getVkGpu(), alloc, 0, alloc.fSize); in onMap()
40 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
46 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
51 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
53 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
59 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTransferBuffer.h31 void onMap() override { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
33 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
39 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
51 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
53 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
59 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTransferBuffer.h31 void onMap() override { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
33 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
39 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
51 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
53 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
59 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTransferBuffer.h31 void onMap() override { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
33 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
39 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
51 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
53 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
56 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
59 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTransferBuffer.h31 void onMap() override { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
33 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
39 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
59 this->vkUnmap(this->getVkGpu()); in onUnmap()
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTexelBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkTexelBuffer::getVkGpu() const { in getVkGpu() function in GrVkTexelBuffer
H A DGrVkTransferBuffer.h33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
39 this->vkUnmap(this->getVkGpu()); in onUnmap()
48 GrVkGpu* getVkGpu() const { in getVkGpu() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkIndexBuffer.cpp40 this->vkRelease(this->getVkGpu()); in onRelease()
53 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
59 this->vkUnmap(this->getVkGpu()); in onUnmap()
65 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
71 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp39 this->vkRelease(this->getVkGpu()); in onRelease()
52 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
58 this->vkUnmap(this->getVkGpu()); in onUnmap()
64 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
70 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer
H A DGrVkTransferBuffer.h33 this->GrBuffer::fMapPtr = this->vkMap(this->getVkGpu());
39 this->vkUnmap(this->getVkGpu());
48 GrVkGpu* getVkGpu() const {
H A DGrVkTexture.cpp111 fTextureView->unref(this->getVkGpu()); in onRelease()
116 fLinearTextureView->unref(this->getVkGpu()); in onRelease()
120 this->releaseImage(this->getVkGpu()); in onRelease()
144 GrVkGpu* GrVkTexture::getVkGpu() const { in getVkGpu() function in GrVkTexture
156 fLinearTextureView = GrVkImageView::Create(this->getVkGpu(), fInfo.fImage, in textureView()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkTransferBuffer.h32 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
36 GrVkMemory::InvalidateMappedAlloc(this->getVkGpu(), alloc, 0, alloc.fSize); in onMap()
40 void onUnmap() override { this->vkUnmap(this->getVkGpu()); } in onUnmap()
46 GrVkGpu* getVkGpu() const { in getVkGpu() function
H A DGrVkIndexBuffer.cpp52 void GrVkIndexBuffer::onMap() { this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); } in onMap()
54 void GrVkIndexBuffer::onUnmap() { this->vkUnmap(this->getVkGpu()); } in onUnmap()
57 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
60 GrVkGpu* GrVkIndexBuffer::getVkGpu() const { in getVkGpu() function in GrVkIndexBuffer
H A DGrVkVertexBuffer.cpp54 this->GrGpuBuffer::fMapPtr = this->vkMap(this->getVkGpu()); in onMap()
60 this->vkUnmap(this->getVkGpu()); in onUnmap()
66 return this->vkUpdateData(this->getVkGpu(), src, srcSizeInBytes); in onUpdateData()
72 GrVkGpu* GrVkVertexBuffer::getVkGpu() const { in getVkGpu() function in GrVkVertexBuffer

1234