Searched defs:mzRangeFullAllocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrState.java37 Allocation mzRangeFullAllocation; field in class:VrState
53 mzRangeFullAllocation = src.mzRangeFullAllocation;
82 if (mzRangeFullAllocation == null
83 || mzRangeFullAllocation.getType().getX() != w
84 || mzRangeFullAllocation.getType().getY() != h) {
85 if (mzRangeFullAllocation != null) {
86 mzRangeFullAllocation.destroy();
87 mzRangeFullAllocation = null;
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation");
[all...]

Completed in 49 milliseconds