Searched refs:mVolumeAllocation (Results 1 – 7 of 7) sorted by relevance
102 v.mVolumeAllocation = null; in buildRSVolume()120 if (v.mVolumeAllocation == null) { in buildRSVolume()126 v.mVolumeAllocation = Allocation.createTyped(rs, in buildRSVolume()128 scriptC_bricked.set_volume(v.mVolumeAllocation); in buildRSVolume()
379 v.mVolumeAllocation = null; in buildRSVolume()425 if (v.mVolumeAllocation == null) { in buildRSVolume()430 v.mVolumeAllocation = Allocation.createTyped(rs, b.create(), in buildRSVolume()432 scriptC_bricked.set_volume(v.mVolumeAllocation); in buildRSVolume()538 v.mVolumeAllocation = null; in buildRSVolume2()571 if (v.mVolumeAllocation == null) { in buildRSVolume2()576 v.mVolumeAllocation = Allocation.createTyped(rs, b.create(), in buildRSVolume2()578 scriptC_bricked.set_volume(v.mVolumeAllocation); in buildRSVolume2()
69 v.mVolumeAllocation = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in buildRSVolume()71 scriptC_mandelbulb.set_volume(v.mVolumeAllocation); in buildRSVolume()
77 v.mVolumeAllocation = Allocation.createTyped(rs, b.create(), Allocation.USAGE_SCRIPT); in buildRSVolume()79 scriptC_bricked.set_volume(v.mVolumeAllocation); in buildRSVolume()
65 scriptC_bricked.set_volume(mVolume.mVolumeAllocation); in RsBrickedBitMask()
31 public Allocation mVolumeAllocation; // one big volume field in Volume
96 scriptC_vr.set_volume(state.mVolume.mVolumeAllocation); in raycast()