Searched refs:TriData (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | TriData.java | 29 public class TriData { class 34 public TriData() { in TriData() method in TriData 57 public TriData(TriData clone) { in TriData() method in TriData 85 public void transform(Matrix m, TriData out) { in transform()
|
D | VrState.java | 34 public TriData mCubeScreen; 50 mCubeScreen = new TriData(src.mCubeScreen); in clone() 112 mCubeScreen = new TriData(src.mCubeScreen); // TODO I should not have to do new each time in copyData()
|
D | ViewMatrix.java | 224 private void calcLook(TriData tri, float[] voxelDim, int w, int h) { in calcLook() 244 private void calcLook(TriData triW, int w, int h) { in calcLook() 261 public void look(char dir, TriData tri, float[] voxelDim, int w, int h) { in look() 292 public void lookAt(TriData tri, float[] voxelDim, int w, int h) { in lookAt()
|
D | Transform.java | 118 public void lookAt(TriData tri, int w, int h) { in lookAt() 123 public void look(char dir, TriData tri, int w, int h) { in look()
|
D | Cube.java | 21 public class Cube extends TriData {
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 35 import com.example.android.rs.vr.engine.TriData; 290 mState1.mCubeScreen = new TriData(mState1.mCubeVolume); in cut() 297 mState1.mCubeScreen = new TriData(mState1.mCubeVolume); in resetCut() 309 mState1.mCubeScreen = new TriData(mState1.mCubeVolume); in setVolume()
|