Searched refs:onCopyTextureToTexture (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnCommandBuffer.h | 145 bool onCopyTextureToTexture(const Texture* src,
|
H A D | DawnCommandBuffer.cpp | 1161 bool DawnCommandBuffer::onCopyTextureToTexture(const Texture* src, in onCopyTextureToTexture() function in skgpu::graphite::DawnCommandBuffer
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | CommandBuffer.h | 191 virtual bool onCopyTextureToTexture(const Texture* src,
|
H A D | CommandBuffer.cpp | 252 if (!this->onCopyTextureToTexture(src.get(), srcRect, dst.get(), dstPoint, mipLevel)) { in copyTextureToTexture()
|
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/ |
H A D | MtlCommandBuffer.h | 153 bool onCopyTextureToTexture(const Texture* src,
|
H A D | MtlCommandBuffer.mm | 892 bool MtlCommandBuffer::onCopyTextureToTexture(const Texture* src,
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanCommandBuffer.h | 147 bool onCopyTextureToTexture(const Texture* src,
|
H A D | VulkanCommandBuffer.cpp | 1614 bool VulkanCommandBuffer::onCopyTextureToTexture(const Texture* src, in onCopyTextureToTexture() function in skgpu::graphite::VulkanCommandBuffer
|