Home | History | Annotate | Download | only in unittest

Lines Matching refs:RS

17 package com.android.rs.unittest;
38 private void initializeGlobals(RenderScript RS, ScriptC_alloc s) {
39 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS));
48 Allocation A = Allocation.createTyped(RS, T);
52 typeBuilder = new Type.Builder(RS, Element.I32(RS));
55 mAFaces = Allocation.createTyped(RS, mTFaces);
59 mALOD = Allocation.createTyped(RS, mTLOD);
63 mAFacesLOD = Allocation.createTyped(RS, mTFacesLOD);