HomeSort by relevance Sort by last modified time
    Searched full:scriptfieldclass (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SmallStructsTest.java 152 Class<?> scriptFieldClass = Class.forName(
155 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class)
157 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
161 Method set_bytes = scriptFieldClass.getMethod("set_bytes",
212 Class<?> scriptFieldClass = Class.forName(
215 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class)
217 Allocation alloc = (Allocation) scriptFieldClass.getMethod("getAllocation")
224 Method fieldASetter = scriptFieldClass.getMethod("set_a",
230 Method fieldBSetter = scriptFieldClass.getMethod("set_b",

Completed in 325 milliseconds