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

/frameworks/rs/java/tests/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...]
H A DBasicPipeline.java68 scriptC_rasterize.forEach_draw_z_buffer(state.mzRangeFullAllocation, state.mScrAllocation);
H A DVrPipline1.java108 scriptC_vr.forEach_draw_z_buffer(state.mzRangeFullAllocation, state.mScrAllocation);
114 scriptC_vr.forEach_draw_z_buffer(state.mzRangeFullAllocation, state.mScrAllocation, options);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java373 // mStateLow.mScrAllocation.setSurface(null);
376 if (mStateLow.mScrAllocation != null) {
377 mStateLow.mScrAllocation.setSurface(null);
380 if (mState1.mScrAllocation != null) {
381 mState1.mScrAllocation.setSurface(null);
421 state.mScrAllocation.ioSend();

Completed in 62 milliseconds