Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrCopySurfaceBatch.cpp15 const SkIPoint& dstPoint, in ClipSrcRectAndDstPoint()
63 const SkIPoint& dstPoint) { in Create()
DGrCopySurfaceBatch.h52 const SkIPoint& dstPoint) in GrCopySurfaceBatch()
/external/opencv3/modules/core/misc/java/test/
DPoint3Test.java27 Point3 dstPoint = p1.cross(p2); in testCross() local
DPointTest.java22 Point dstPoint = truth.clone(); in testClone() local
/external/skia/tests/
DCopySurfaceTest.cpp62 for (auto dstPoint : kDstPoints) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/gpu/
DGrDrawTarget.cpp180 SkIPoint dstPoint = {0, 0}; in setupDstReadIfNecessary() local
412 const SkIPoint& dstPoint) { in copySurface()
DGrGpu.cpp257 const SkIPoint& dstPoint) { in copySurface()
DGrContext.cpp515 const SkIPoint& dstPoint) { in copySurface()
DGrTest.cpp317 const SkIPoint& dstPoint) override { return false; }; in onCopySurface()
DGrDrawContext.cpp99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurface()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp986 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage()
1063 const SkIPoint& dstPoint) { in copySurfaceAsDraw()
1070 const SkIPoint& dstPoint) { in onCopySurface()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3335 const SkIPoint& dstPoint) { in onCopySurface()
3663 const SkIPoint& dstPoint) { in copySurfaceAsDraw()
3747 const SkIPoint& dstPoint) { in copySurfaceAsCopyTexSubImage()
3784 const SkIPoint& dstPoint) { in copySurfaceAsBlitFramebuffer()