Home
last modified time | relevance | path

Searched defs:nativeDst (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DRegionNatives.java24 public static native void nativeSetRegion(long nativeDst, long nativeSrc); in nativeSetRegion()
27 long nativeDst, int left, int top, int right, int bottom); in nativeSetRect()
29 public static native boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip); in nativeSetPath()
36 long nativeDst, int left, int top, int right, int bottom, int op); in nativeOp()
38 public static native boolean nativeOp(long nativeDst, Rect rect, long nativeRegion, int op); in nativeOp()
41 long nativeDst, long nativeRegion1, long nativeRegion2, int op); in nativeOp()
H A DPathNatives.java19 public static native void nSet(long nativeDst, long nSrc); in nSet()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeRegion.java75 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion()
80 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect()
85 protected static boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip) { in nativeSetPath()
101 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp()
106 protected static boolean nativeOp(long nativeDst, Rect rect, long nativeRegion, int op) { in nativeOp()
112 long nativeDst, long nativeRegion1, long nativeRegion2, int op) { in nativeOp()
H A DShadowNativePath.java53 protected static void nSet(long nativeDst, long nSrc) { in nSet()
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp196 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local
224 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local
357 const cl_mem nativeDst = dstImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local
408 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local
434 const cl_mem nativeDst = dstImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local