Home
last modified time | relevance | path

Searched refs:alloc_slice (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderRaw.java103 Allocation alloc_slice = null; in buildRSVolume() local
124 alloc_slice = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in buildRSVolume()
133 alloc_slice.copyFromUnchecked(slice); in buildRSVolume()
135 scriptC_bricked.forEach_copy(alloc_slice); in buildRSVolume()
146 alloc_slice.destroy(); in buildRSVolume()
DLoaderDicom.java404 Allocation alloc_slice = null; in buildRSVolume()
436 if (alloc_slice == null) { in buildRSVolume()
440 alloc_slice = Allocation.createTyped(rs, b.create(), in buildRSVolume()
447 alloc_slice.copyFromUnchecked(slice); in buildRSVolume()
450 scriptC_bricked.forEach_copy(alloc_slice); in buildRSVolume()
457 alloc_slice.destroy(); in buildRSVolume()
539 Allocation alloc_slice = null; in buildRSVolume2() local
574 alloc_slice = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in buildRSVolume2()
586 alloc_slice.copyFromUnchecked(slice); in buildRSVolume2()
588 scriptC_bricked.forEach_copy(alloc_slice); in buildRSVolume2()
[all …]