Home | History | Annotate | Download | only in renderscript

Lines Matching refs:aa

212         AllocationAdapter aa = new AllocationAdapter(0, rs, a);
213 aa.mConstrainedLOD = true;
214 aa.mConstrainedFace = true;
215 aa.mConstrainedY = true;
216 aa.mConstrainedZ = true;
217 aa.initLOD(0);
218 return aa;
223 AllocationAdapter aa = new AllocationAdapter(0, rs, a);
224 aa.mConstrainedLOD = true;
225 aa.mConstrainedFace = true;
226 aa.mConstrainedY = false;
227 aa.mConstrainedZ = true;
228 aa.initLOD(0);
229 return aa;