Home | History | Annotate | Download | only in unittest

Lines Matching refs:RS

17 package com.android.rs.unittest;
40 private void initializeGlobals(RenderScript RS, ScriptC_foreach_multi s) {
41 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
42 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS));
51 Ain0 = Allocation.createTyped(RS, type32Builder.create());
55 Ain1 = Allocation.createTyped(RS, type32Builder.create());
59 Ain2 = Allocation.createTyped(RS, type32Builder.create());
65 Ain3 = Allocation.createTyped(RS, type16Builder.create());
71 Out0 = Allocation.createTyped(RS, type32Builder.create());
74 Out1 = Allocation.createTyped(RS, type32Builder.create());
77 Out2 = Allocation.createTyped(RS, type32Builder.create());
82 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim);