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;
228 AllocationAdapter aa = new AllocationAdapter(0, rs, a);
229 aa.mConstrainedLOD = true;
230 aa.mConstrainedFace = true;
231 aa.mConstrainedY = false;
232 aa.mConstrainedZ = true;
233 aa.initLOD(0);
234 return aa;