Home
last modified time | relevance | path

Searched refs:transferPixelsFrom (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h31 fGpu->transferPixelsFrom(fTexture, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
77 fGpu->transferPixelsFrom(fRenderTarget, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
/third_party/skia/src/gpu/
DGrTransferFromRenderTask.cpp28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
DGrGpu.h338 bool transferPixelsFrom(GrSurface* surface,
DGrGpu.cpp542 bool GrGpu::transferPixelsFrom(GrSurface* surface, in transferPixelsFrom() function in GrGpu
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h38 fGpu->transferPixelsFrom(fTexture, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
DGrMtlGpuCommandBuffer.mm74 fGpu->transferPixelsFrom(fRenderTarget, srcRect.fLeft, srcRect.fTop, srcRect.width(),
/third_party/flutter/skia/tests/
DTransferPixelsTest.cpp338 bool result = gpu->transferPixelsFrom(tex.get(), 0, 0, kTextureWidth, kTextureHeight, colorType, in basic_transfer_from_test()
382 result = gpu->transferPixelsFrom(tex.get(), kPartialLeft, kPartialTop, kPartialWidth, in basic_transfer_from_test()
/third_party/skia/tests/
DTransferPixelsTest.cpp369 bool result = gpu->transferPixelsFrom(tex.get(), in basic_transfer_from_test()
415 result = gpu->transferPixelsFrom( in basic_transfer_from_test()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp71 fGpu->transferPixelsFrom(fTexture, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
175 fGpu->transferPixelsFrom(fRenderTarget, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
/third_party/flutter/skia/src/gpu/
DGrGpu.h287 bool transferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
DGrGpu.cpp484 bool GrGpu::transferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in transferPixelsFrom() function in GrGpu
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp78 args.fGpu->transferPixelsFrom(args.fSurface, fSrcRect.fLeft, fSrcRect.fTop, in execute()