Home
last modified time | relevance | path

Searched defs:copyTextureToTexture (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h89 void copyTextureToTexture(id<MTLTexture> srcTexture, in copyTextureToTexture() function
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCommandBuffer.cpp239 bool CommandBuffer::copyTextureToTexture(sk_sp<Texture> src, in copyTextureToTexture() function in skgpu::graphite::CommandBuffer
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCommandList.cpp215 void GrD3DCommandList::copyTextureToTexture(const GrD3DTexture* dst, const GrD3DTexture* src, in copyTextureToTexture() function in GrD3DCommandList