Home
last modified time | relevance | path

Searched defs:nativeSrc (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPicture.java20 protected static int nativeConstructor(int nativeSrc) { in nativeConstructor()
26 protected static long nativeConstructor(long nativeSrc) { in nativeConstructor()
DShadowNativeRegion.java69 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion()
/external/angle/src/libANGLE/renderer/cl/
DCLCommandQueueCL.cpp188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local
216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local
340 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local
386 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local
410 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DRegionNatives.java24 public static native void nativeSetRegion(long nativeDst, long nativeSrc); in nativeSetRegion()