Home | History | Annotate | Download | only in engine

Lines Matching refs:mScrAllocation

38     public Allocation mScrAllocation; // the RGB data out

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");
76 mScrAllocation = Allocation.createTyped(mRs, b.create(),
80 mScrAllocation.setSurface(surface);
121 if (mScrAllocation != null) {
122 mScrAllocation.destroy();
123 mScrAllocation = null;