Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
DMandelbulb.java55 ScriptC_mandelbulb scriptC_mandelbulb = new ScriptC_mandelbulb(rs); in buildRSVolume() local
71 scriptC_mandelbulb.set_volume(v.mVolumeAllocation); in buildRSVolume()
72 scriptC_mandelbulb.set_size(SIZE); in buildRSVolume()
75 scriptC_mandelbulb.set_z(z); in buildRSVolume()
76 scriptC_mandelbulb.forEach_mandelbulb(tmp); in buildRSVolume()
77 scriptC_mandelbulb.forEach_copy(tmp); in buildRSVolume()
84 scriptC_mandelbulb.destroy(); in buildRSVolume()