am 2a3cdf57: Merge "Implement array types"

automerge: 6e0ad25

* commit '6e0ad25ca8def88a48c9cc6436b12da7ff4600c2':
  Implement array types
This commit is contained in:
Jason Sams
2015-02-10 01:44:11 +00:00
committed by android-build-merger
5 changed files with 264 additions and 85 deletions

View File

@@ -58,15 +58,13 @@ public class Allocation extends BaseObj {
Allocation mAdaptedAllocation;
int mSize;
boolean mConstrainedLOD;
boolean mConstrainedFace;
boolean mConstrainedY;
boolean mConstrainedZ;
boolean mReadAllowed = true;
boolean mWriteAllowed = true;
int mSelectedX;
int mSelectedY;
int mSelectedZ;
int mSelectedLOD;
int mSelectedArray[];
Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
int mCurrentDimX;