Home
last modified time | relevance | path

Searched refs:onCopyTextureToTexture (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCommandBuffer.h145 bool onCopyTextureToTexture(const Texture* src,
H A DDawnCommandBuffer.cpp1161 bool DawnCommandBuffer::onCopyTextureToTexture(const Texture* src, in onCopyTextureToTexture() function in skgpu::graphite::DawnCommandBuffer
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCommandBuffer.h191 virtual bool onCopyTextureToTexture(const Texture* src,
H A DCommandBuffer.cpp252 if (!this->onCopyTextureToTexture(src.get(), srcRect, dst.get(), dstPoint, mipLevel)) { in copyTextureToTexture()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlCommandBuffer.h153 bool onCopyTextureToTexture(const Texture* src,
H A DMtlCommandBuffer.mm892 bool MtlCommandBuffer::onCopyTextureToTexture(const Texture* src,
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.h147 bool onCopyTextureToTexture(const Texture* src,
H A DVulkanCommandBuffer.cpp1614 bool VulkanCommandBuffer::onCopyTextureToTexture(const Texture* src, in onCopyTextureToTexture() function in skgpu::graphite::VulkanCommandBuffer