Searched refs:addLook (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | Droid.java | 68 v.addLook(internalLook, internalColor, internalOpacity); in buildRSVolume() 69 v.addLook(tranlLook, tranColor, tranOpacity); in buildRSVolume() 70 v.addLook(simpleLook, simpleColor, simpleOpacity); in buildRSVolume()
|
D | Mandelbulb.java | 61 v.addLook(simpleLook, simpleColor, simpleOpacity); in buildRSVolume() 62 v.addLook(tranlLook, tranColor, tranOpacity); in buildRSVolume()
|
D | VolumeLoader.java | 80 v.addLook(looks[j],look_color,look_opacity); in getVolume() 90 v.addLook(looks[j],look_color,look_opacity); in getVolume()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Volume.java | 58 public void addLook(String name, int[][] color, int[][] opacity) { in addLook() method in Volume 62 public void addLook(String name, String color_string, String opacity_string) { in addLook() method in Volume
|