Merge "Convert one more bind() -> setVar()." into jb-mr1-dev

This commit is contained in:
Jason Sams
2012-10-16 13:25:01 -07:00
committed by Android (Google) Code Review

View File

@@ -41,7 +41,7 @@ public final class ScriptIntrinsicLUT extends ScriptIntrinsic {
mCache[ct + 512] = (byte)ct;
mCache[ct + 768] = (byte)ct;
}
bindAllocation(mTables, 0);
setVar(0, mTables);
}
/**