Home | History | Annotate | Download | only in unittest

Lines Matching refs:RS

2 // frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py
19 package com.android.rs.unittest;
42 private void initializeGlobals(RenderScript RS, ScriptC_foreach_multi s) {
43 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
44 Type.Builder type16Builder = new Type.Builder(RS, Element.U16(RS));
53 Ain0 = Allocation.createTyped(RS, type32Builder.create());
57 Ain1 = Allocation.createTyped(RS, type32Builder.create());
61 Ain2 = Allocation.createTyped(RS, type32Builder.create());
67 Ain3 = Allocation.createTyped(RS, type16Builder.create());
73 Out0 = Allocation.createTyped(RS, type32Builder.create());
76 Out1 = Allocation.createTyped(RS, type32Builder.create());
79 Out2 = Allocation.createTyped(RS, type32Builder.create());
84 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim);