Fix destruction issues relating to AllocationAdapter.
bug 12971201 Change-Id: I3d9f66f527a35837ac866a695bdcc41d908a2562
This commit is contained in:
@@ -224,7 +224,6 @@ public class AllocationAdapter extends Allocation {
|
||||
}
|
||||
|
||||
static public AllocationAdapter create2D(RenderScript rs, Allocation a) {
|
||||
android.util.Log.e("rs", "create2d " + a);
|
||||
rs.validate();
|
||||
AllocationAdapter aa = new AllocationAdapter(0, rs, a);
|
||||
aa.mConstrainedLOD = true;
|
||||
|
||||
Reference in New Issue
Block a user