Home
last modified time | relevance | path

Searched defs:dstPoint (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp19 SkIPoint dstPoint, in Make()
45 SkIPoint dstPoint, in GrCopyRenderTask()
89 SkIPoint dstPoint = fDstPoint; in onExecute() local
DSurfaceContext.h176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h24 void copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) override { in copy()
70 void copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) override { in copy()
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpuCommandBuffer.h22 void copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) override {} in copy()
44 void copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) override {} in copy()
DGrMockCaps.h150 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
DGrMockGpu.h117 const SkIPoint& dstPoint, bool canDiscardOutsideDstRect) override { in onCopySurface()
/third_party/flutter/skia/src/gpu/ops/
DGrCopySurfaceOp.cpp20 const SkIPoint& dstPoint) { in Make()
DGrCopySurfaceOp.h50 const SkIPoint& dstPoint) in GrCopySurfaceOp()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.h62 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h69 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
DGrDawnGpuCommandBuffer.cpp34 const SkIPoint& dstPoint) { in copy()
198 const SkIPoint& dstPoint) { in copy()
/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.h95 bool testCopy(GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy()
DGrSurfaceContext.cpp364 SkIPoint dstPoint = SkIPoint::Make(pt.fX, pt.fY); in writePixels() local
410 bool GrSurfaceContext::copy(GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in copy()
DGrTextureOpList.cpp160 const SkIPoint& dstPoint) { in copySurface()
/third_party/flutter/skia/tests/
DCopySurfaceTest.cpp77 for (auto dstPoint : kDstPoints) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/tests/
DCopySurfaceTest.cpp78 for (const SkIPoint& dstPoint : kDstPoints) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h32 void copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) override { in copy()
/third_party/flutter/skia/src/gpu/geometry/
DGrRect.h102 const SkIPoint& dstPoint, in GrClipSrcRectAndDstPoint()
/third_party/skia/src/gpu/geometry/
DGrRect.h108 const SkIPoint& dstPoint, in GrClipSrcRectAndDstPoint()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp49 Copy(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, bool shouldDiscardDst) in Copy()
96 const SkIPoint& dstPoint) { in copy()
576 const SkIPoint& dstPoint) { in copy()
DGrVkGpu.cpp586 const SkIPoint& dstPoint) { in resolveImage()
2082 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage()
2137 const SkIPoint& dstPoint) { in copySurfaceAsBlit()
2193 const SkIPoint& dstPoint) { in copySurfaceAsResolve()
2207 const SkIPoint& dstPoint, bool canDiscardOutsideDstRect) { in onCopySurface()
/third_party/skia/src/gpu/mock/
DGrMockCaps.h151 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
DGrMockGpu.h131 const SkIPoint& dstPoint) override { in onCopySurface()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.cpp236 const SkIPoint& dstPoint) { in blitTexture()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp685 const SkIPoint& dstPoint) { in resolveImage()
2148 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage()
2212 const SkIPoint& dstPoint) { in copySurfaceAsBlit()
2279 const SkIPoint& dstPoint) { in copySurfaceAsResolve()
2293 const SkIPoint& dstPoint) { in onCopySurface()

12