Home | History | Annotate | Download | only in renderscript

Lines Matching defs:aa

217         AllocationAdapter aa = new AllocationAdapter(0, rs, a);
218 aa.mConstrainedLOD = true;
219 aa.mConstrainedFace = true;
220 aa.mConstrainedY = true;
221 aa.mConstrainedZ = true;
222 aa.initLOD(0);
223 return aa;
229 AllocationAdapter aa = new AllocationAdapter(0, rs, a);
230 aa.mConstrainedLOD = true;
231 aa.mConstrainedFace = true;
232 aa.mConstrainedY = false;
233 aa.mConstrainedZ = true;
234 aa.initLOD(0);
235 return aa;