Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
H A DAutomationUtils.kt266 val dstPoint = in UiDevice() constant
288 val dstPoint = in exitSplitScreenFromBottom() constant
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DCopyTask.cpp126 SkIPoint dstPoint, in Make()
141 SkIPoint dstPoint, in CopyTextureToTextureTask()
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrRect.h49 SkIPoint* dstPoint, in GrClipSrcRectAndDstPoint()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.cpp749 const SkIPoint& dstPoint) { in resolveImage()
2253 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage()
2382 const SkIPoint& dstPoint) { in copySurfaceAsResolve()
2463 const SkIPoint dstPoint = dstRect.topLeft(); in onCopySurface() local
/aosp_15_r20/external/skia/tests/
H A DCopySurfaceTest.cpp89 for (const SkIPoint& dstPoint : kDstPoints) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp472 const SkIPoint dstPoint = dstRect.topLeft(); in onCopySurface() local
489 const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurfaceAsCopyTexture()
538 const SkIPoint& dstPoint) { in copySurfaceAsResolve()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlBlitCommandEncoder.h92 SkIPoint dstPoint, in copyTextureToTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceContext.h180 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy()
H A DSurfaceContext.cpp516 SkIPoint dstPoint = SkIPoint::Make(pt.fX, pt.fY); in internalWritePixels() local
1038 SkIPoint dstPoint) { in copy()
H A DSurfaceFillContext.cpp134 const SkIPoint& dstPoint) { in blitTexture()
H A DGrSurfaceProxy.cpp296 SkIPoint dstPoint; in Copy() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DCommandBuffer.cpp242 SkIPoint dstPoint, in copyTextureToTexture()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCommandBuffer.cpp1164 SkIPoint dstPoint, in onCopyTextureToTexture()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp1617 SkIPoint dstPoint, in onCopyTextureToTexture()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp3692 const SkIPoint& dstPoint) { in copySurfaceAsCopyTexSubImage()