Home
last modified time | relevance | path

Searched defs:dstPoint (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
H A DGrCopyRenderTask.cpp89 SkIPoint dstPoint = fDstPoint; in onExecute() local
15 Make(GrDrawingManager* drawingMgr, sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) Make() argument
41 GrCopyRenderTask(GrDrawingManager* drawingMgr, sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) GrCopyRenderTask() argument
[all...]
H A DSurfaceContext.h176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy() argument
H A DGrSurfaceProxy.cpp273 SkIPoint dstPoint; in Copy() local
H A DGrDrawingManager.cpp846 newCopyRenderTask(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) newCopyRenderTask() argument
H A DGrGpu.cpp427 copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurface() argument
H A DSurfaceContext.cpp470 SkIPoint dstPoint = SkIPoint::Make(pt.fX, pt.fY); in internalWritePixels() local
1035 copy(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, SkIPoint dstPoint) copy() argument
/third_party/skia/src/gpu/geometry/
H A DGrRect.h105 GrClipSrcRectAndDstPoint(const SkISize& dstSize, const SkISize& srcSize, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) GrClipSrcRectAndDstPoint() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp234 blitTexture(GrSurfaceProxyView view, const SkIRect& srcRect, const SkIPoint& dstPoint) blitTexture() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp431 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
477 copySurfaceAsCopyTexture(GrSurface* dst, GrSurface* src, GrD3DTextureResource* dstResource, GrD3DTextureResource* srcResource, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexture() argument
528 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp593 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2868 can_blit_framebuffer_for_copy_surface(const GrSurface* dst, const GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint, const GrGLCaps& caps) can_blit_framebuffer_for_copy_surface() argument
3033 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
3334 copySurfaceAsDraw(GrSurface* dst, bool drawToMultisampleFBO, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsDraw() argument
3413 copySurfaceAsCopyTexSubImage(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexSubImage() argument
3434 copySurfaceAsBlitFramebuffer(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlitFramebuffer() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp703 resolveImage(GrSurface* dst, GrVkRenderTarget* src, const SkIRect& srcRect, const SkIPoint& dstPoint) resolveImage() argument
2286 copySurfaceAsCopyImage(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyImage() argument
2350 copySurfaceAsBlit(GrSurface* dst, GrSurface* src, GrVkImage* dstImage, GrVkImage* srcImage, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsBlit() argument
2421 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument
2435 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
[all...]

Completed in 22 milliseconds