Searched refs:transferPixelsFrom (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 31 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/ |
D | GrTransferFromRenderTask.cpp | 28 return flushState->gpu()->transferPixelsFrom(fSrcProxy->peekSurface(), in onExecute()
|
D | GrGpu.h | 338 bool transferPixelsFrom(GrSurface* surface,
|
D | GrGpu.cpp | 542 bool GrGpu::transferPixelsFrom(GrSurface* surface, in transferPixelsFrom() function in GrGpu
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 38 fGpu->transferPixelsFrom(fTexture, srcRect.fLeft, srcRect.fTop, srcRect.width(), in transferFrom()
|
D | GrMtlGpuCommandBuffer.mm | 74 fGpu->transferPixelsFrom(fRenderTarget, srcRect.fLeft, srcRect.fTop, srcRect.width(),
|
/third_party/flutter/skia/tests/ |
D | TransferPixelsTest.cpp | 338 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/ |
D | TransferPixelsTest.cpp | 369 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/ |
D | GrDawnGpuCommandBuffer.cpp | 71 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/ |
D | GrGpu.h | 287 bool transferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
|
D | GrGpu.cpp | 484 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/ |
D | GrVkGpuCommandBuffer.cpp | 78 args.fGpu->transferPixelsFrom(args.fSurface, fSrcRect.fLeft, fSrcRect.fTop, in execute()
|