Loading graphics/java/android/renderscript/Allocation.java +1 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ public class Allocation extends BaseObj { if(typeID != 0) { mType = new Type(typeID, mRS); mType.updateFromNative(); updateCacheInfo(mType); } } Loading Loading
graphics/java/android/renderscript/Allocation.java +1 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ public class Allocation extends BaseObj { if(typeID != 0) { mType = new Type(typeID, mRS); mType.updateFromNative(); updateCacheInfo(mType); } } Loading