Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp195 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local
223 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local
356 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local
407 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local
433 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPicture.java17 protected static long nativeConstructor(long nativeSrc) { in nativeConstructor()
H A DShadowNativeRegion.java75 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion()
/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()