Home | History | Annotate | Download | only in cts

Lines Matching refs:Allocation

19 import android.renderscript.Allocation;
51 * are never reflected back to the input Allocation.
55 * After running the forEach kernel, the input Allocation is checked
69 Allocation ain = Allocation.createSized(mRS, Element.I8(mRS), 1);
70 Allocation tmp = Allocation.createSized(mRS, Element.I8(mRS), 1);
86 Allocation ain = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
87 Allocation tmp = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
103 Allocation ain = Allocation.createSized(mRS, Element.I8_3(mRS), 1);
104 Allocation tmp = Allocation.createSized(mRS, Element.I8_3(mRS), 1);
120 Allocation ain = Allocation.createSized(mRS, Element.I8_4(mRS), 1);
121 Allocation tmp = Allocation.createSized(mRS, Element.I8_4(mRS), 1);
137 Allocation ain = Allocation.createSized(mRS, Element.F64(mRS), 1);
138 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1);
154 Allocation ain = Allocation.createSized(mRS, Element.F64_2(mRS), 1);
155 Allocation tmp = Allocation.createSized(mRS, Element.F64_2(mRS), 1);
171 Allocation ain = Allocation.createSized(mRS, Element.F64_3(mRS), 1);
172 Allocation tmp = Allocation.createSized(mRS, Element.F64_3(mRS), 1);
188 Allocation ain = Allocation.createSized(mRS, Element.F64_4(mRS), 1);
189 Allocation tmp = Allocation.createSized(mRS, Element.F64_4(mRS), 1);
205 Allocation ain = Allocation.createSized(mRS, Element.F32(mRS), 1);
206 Allocation tmp = Allocation.createSized(mRS, Element.F32(mRS), 1);
222 Allocation ain = Allocation.createSized(mRS, Element.F32_2(mRS), 1);
223 Allocation tmp = Allocation.createSized(mRS, Element.F32_2(mRS), 1);
239 Allocation ain = Allocation.createSized(mRS, Element.F32_3(mRS), 1);
240 Allocation tmp = Allocation.createSized(mRS, Element.F32_3(mRS), 1);
256 Allocation ain = Allocation.createSized(mRS, Element.F32_4(mRS), 1);
257 Allocation tmp = Allocation.createSized(mRS, Element.F32_4(mRS), 1);
273 Allocation ain = Allocation.createSized(mRS, Element.I32(mRS), 1);
274 Allocation tmp = Allocation.createSized(mRS, Element.I32(mRS), 1);
290 Allocation ain = Allocation.createSized(mRS, Element.I32_2(mRS), 1);
291 Allocation tmp = Allocation.createSized(mRS, Element.I32_2(mRS), 1);
307 Allocation ain = Allocation.createSized(mRS, Element.I32_3(mRS), 1);
308 Allocation tmp = Allocation.createSized(mRS, Element.I32_3(mRS), 1);
324 Allocation ain = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
325 Allocation tmp = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
341 Allocation ain = Allocation.createSized(mRS, Element.I64(mRS), 1);
342 Allocation tmp = Allocation.createSized(mRS, Element.I64(mRS), 1);
358 Allocation ain = Allocation.createSized(mRS, Element.I64_2(mRS), 1);
359 Allocation tmp = Allocation.createSized(mRS, Element.I64_2(mRS), 1);
375 Allocation ain = Allocation.createSized(mRS, Element.I64_3(mRS), 1);
376 Allocation tmp = Allocation.createSized(mRS, Element.I64_3(mRS), 1);
392 Allocation ain = Allocation.createSized(mRS, Element.I64_4(mRS), 1);
393 Allocation tmp = Allocation.createSized(mRS, Element.I64_4(mRS), 1);
409 Allocation ain = Allocation.createSized(mRS, Element.I16(mRS), 1);
410 Allocation tmp = Allocation.createSized(mRS, Element.I16(mRS), 1);
426 Allocation ain = Allocation.createSized(mRS, Element.I16_2(mRS), 1);
427 Allocation tmp = Allocation.createSized(mRS, Element.I16_2(mRS), 1);
443 Allocation ain = Allocation.createSized(mRS, Element.I16_3(mRS), 1);
444 Allocation tmp = Allocation.createSized(mRS, Element.I16_3(mRS), 1);
460 Allocation ain = Allocation.createSized(mRS, Element.I16_4(mRS), 1);
461 Allocation tmp = Allocation.createSized(mRS, Element.I16_4(mRS), 1);
477 Allocation ain = Allocation.createSized(mRS, Element.U8(mRS), 1);
478 Allocation tmp = Allocation.createSized(mRS, Element.U8(mRS), 1);
494 Allocation ain = Allocation.createSized(mRS, Element.U8_2(mRS), 1);
495 Allocation tmp = Allocation.createSized(mRS, Element.U8_2(mRS), 1);
511 Allocation ain = Allocation.createSized(mRS, Element.U8_3(mRS), 1);
512 Allocation tmp = Allocation.createSized(mRS, Element.U8_3(mRS), 1);
528 Allocation ain = Allocation.createSized(mRS, Element.U8_4(mRS), 1);
529 Allocation tmp = Allocation.createSized(mRS, Element.U8_4(mRS), 1);
545 Allocation ain = Allocation.createSized(mRS, Element.U32(mRS), 1);
546 Allocation tmp = Allocation.createSized(mRS, Element.U32(mRS), 1);
562 Allocation ain = Allocation.createSized(mRS, Element.U32_2(mRS), 1);
563 Allocation tmp = Allocation.createSized(mRS, Element.U32_2(mRS), 1);
579 Allocation ain = Allocation.createSized(mRS, Element.U32_3(mRS), 1);
580 Allocation tmp = Allocation.createSized(mRS, Element.U32_3(mRS), 1);
596 Allocation ain = Allocation.createSized(mRS, Element.U32_4(mRS), 1);
597 Allocation tmp = Allocation.createSized(mRS, Element.U32_4(mRS), 1);
613 Allocation ain = Allocation.createSized(mRS, Element.U64(mRS), 1);
614 Allocation tmp = Allocation.createSized(mRS, Element.U64(mRS), 1);
630 Allocation ain = Allocation.createSized(mRS, Element.U64_2(mRS), 1);
631 Allocation tmp = Allocation.createSized(mRS, Element.U64_2(mRS), 1);
647 Allocation ain = Allocation.createSized(mRS, Element.U64_3(mRS), 1);
648 Allocation tmp = Allocation.createSized(mRS, Element.U64_3(mRS), 1);
664 Allocation ain = Allocation.createSized(mRS, Element.U64_4(mRS), 1);
665 Allocation tmp = Allocation.createSized(mRS, Element.U64_4(mRS), 1);
681 Allocation ain = Allocation.createSized(mRS, Element.U16(mRS), 1);
682 Allocation tmp = Allocation.createSized(mRS, Element.U16(mRS), 1);
698 Allocation ain = Allocation.createSized(mRS, Element.U16_2(mRS), 1);
699 Allocation tmp = Allocation.createSized(mRS, Element.U16_2(mRS), 1);
715 Allocation ain = Allocation.createSized(mRS, Element.U16_3(mRS), 1);
716 Allocation tmp = Allocation.createSized(mRS, Element.U16_3(mRS), 1);
732 Allocation ain = Allocation.createSized(mRS, Element.U16_4(mRS), 1);
733 Allocation tmp = Allocation.createSized(mRS, Element.U16_4(mRS), 1);
750 Allocation tmp = Allocation.createSized(mRS, ScriptField_small.createElement(mRS), 1);
767 Allocation tmp = Allocation.createSized(mRS, ScriptField_big.createElement(mRS), 1);