Searched defs:nativeDst (Results 1 – 5 of 5) sorted by relevance
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | RegionNatives.java | 24 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()
|
D | PathNatives.java | 19 public static native void nSet(long nativeDst, long nSrc); in nSet()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeRegion.java | 69 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion() 74 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect() 79 protected static boolean nativeSetPath(long nativeDst, long nativePath, long nativeClip) { in nativeSetPath() 95 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp() 100 protected static boolean nativeOp(long nativeDst, Rect rect, long nativeRegion, int op) { in nativeOp() 106 long nativeDst, long nativeRegion1, long nativeRegion2, int op) { in nativeOp()
|
D | ShadowNativePath.java | 39 protected static void nSet(long nativeDst, long nSrc) { in nSet()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.cpp | 189 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local 217 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local 341 const cl_mem nativeDst = dstImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local 387 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local 411 const cl_mem nativeDst = dstImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local
|