Searched defs:nativeSrc (Results 1 – 4 of 4) sorted by relevance
195 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() local223 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() local356 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImage() local407 const cl_mem nativeSrc = srcImage.getImpl<CLMemoryCL>().getNative(); in enqueueCopyImageToBuffer() local433 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferToImage() local
17 protected static long nativeConstructor(long nativeSrc) { in nativeConstructor()
75 protected static void nativeSetRegion(long nativeDst, long nativeSrc) { in nativeSetRegion()
24 public static native void nativeSetRegion(long nativeDst, long nativeSrc); in nativeSetRegion()