Searched defs:nativeSrc (Results 1 – 4 of 4) sorted by relevance
20 protected static int nativeConstructor(int nativeSrc) { in nativeConstructor()26 protected static long nativeConstructor(long nativeSrc) { in nativeConstructor()
69 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion()
188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local340 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local386 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local410 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local
24 public static native void nativeSetRegion(long nativeDst, long nativeSrc); in nativeSetRegion()