Home
last modified time | relevance | path

Searched refs:copyFromTexture (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/experimental/graphite/src/mtl/
DMtlBlitCommandEncoder.h43 void copyFromTexture(id<MTLTexture> texture, in copyFromTexture() function
48 [(*fCommandEncoder) copyFromTexture: texture in copyFromTexture()
DMtlCommandBuffer.mm281 blitCmdEncoder->copyFromTexture(mtlTexture, srcRect, mtlBuffer, bufferOffset, bufferRowBytes);
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm182 [encoders->blit copyFromTexture:temporaryResolveTexture
524 [encoders.blit copyFromTexture:texture->GetMTLTexture()
544 [encoders.blit copyFromTexture:srcTexture->GetMTLTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm258 [commandContext->EnsureBlit() copyFromTexture:temporaryResolveTexture
811 copyFromTexture:texture->GetMTLTexture()
827 copyFromTexture:texture->GetMTLTexture()
901 copyFromTexture:srcTexture->GetMTLTexture()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.mm909 [blitCmdEncoder copyFromTexture: srcTex
1024 [blitCmdEncoder copyFromTexture: mtlTexture
DGrMtlCaps.mm1017 // Metal requires the destination offset for copyFromTexture to be a multiple of the textures
1036 // Metal requires the destination offset for copyFromTexture to be a multiple of the textures
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm1091 // Metal requires the destination offset for copyFromTexture to be a multiple of the textures
1119 // Metal requires the destination offset for copyFromTexture to be a multiple of the textures
DGrMtlGpu.mm1229 [blitCmdEncoder copyFromTexture: srcTex
1514 [blitCmdEncoder copyFromTexture: mtlTexture
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm2012 [get() copyFromTexture:src->get()
2055 [get() copyFromTexture:src->get()