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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrState.java38 public Allocation mScrAllocation; // the RGB data out field in class:VrState
54 mScrAllocation = src.mScrAllocation;
64 if (mScrAllocation == null
65 || mScrAllocation.getType().getX() != w
66 || mScrAllocation.getType().getY() != h) {
67 if (mScrAllocation != null) {
68 mScrAllocation.destroy();
69 mScrAllocation = null;
70 Log.v(LOGTAG, " destroy mScrAllocation");
[all...]

Completed in 43 milliseconds