Searched refs:pRS (Results 51 - 75 of 91) sorted by relevance

1234

/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_element.java86 private void testScriptSide(RenderScript pRS) { argument
87 ScriptC_element s = new ScriptC_element(pRS);
88 pRS.setMessageHandler(mRsMessage);
89 initializeGlobals(pRS, s);
91 pRS.finish();
124 RenderScript pRS = RenderScript.create(mCtx);
125 testScriptSide(pRS);
126 testJavaSide(pRS);
128 pRS.destroy();
H A DUT_check_dims.java62 RenderScript pRS = RenderScript.create(mCtx);
63 ScriptC_check_dims s = new ScriptC_check_dims(pRS);
64 pRS.setMessageHandler(mRsMessage);
65 initializeGlobals(pRS, s);
68 pRS.finish();
70 pRS.destroy();
H A DUT_foreach.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_foreach s = new ScriptC_foreach(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
55 pRS.finish();
57 pRS.destroy();
H A DUT_kernel.java48 RenderScript pRS = RenderScript.create(mCtx);
49 ScriptC_kernel s = new ScriptC_kernel(pRS);
50 pRS.setMessageHandler(mRsMessage);
51 initializeGlobals(pRS, s);
56 pRS.finish();
58 pRS.destroy();
H A DUT_kernel_struct.java49 RenderScript pRS = RenderScript.create(mCtx);
50 ScriptC_kernel_struct s = new ScriptC_kernel_struct(pRS);
51 pRS.setMessageHandler(mRsMessage);
52 initializeGlobals(pRS, s);
57 pRS.finish();
59 pRS.destroy();
H A DUT_noroot.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_noroot s = new ScriptC_noroot(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
53 pRS.finish();
55 pRS.destroy();
H A DUT_refcount.java41 RenderScript pRS = RenderScript.create(mCtx);
42 pRS.setMessageHandler(mRsMessage);
43 ScriptC_refcount s = new ScriptC_refcount(pRS);
44 initializeGlobals(pRS, s);
46 pRS.finish();
48 pRS.destroy();
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
92 ScriptC_primitives s = new ScriptC_primitives(pRS);
93 pRS.setMessageHandler(mRsMessage);
98 pRS.finish();
101 pRS.destroy();
H A DUT_alloc.java59 RenderScript pRS = RenderScript.create(mCtx);
60 ScriptC_alloc s = new ScriptC_alloc(pRS);
61 pRS.setMessageHandler(mRsMessage);
62 initializeGlobals(pRS, s);
65 pRS.finish();
67 pRS.destroy();
H A DUT_foreach_bounds.java62 RenderScript pRS = RenderScript.create(mCtx);
63 ScriptC_foreach_bounds s = new ScriptC_foreach_bounds(pRS);
64 pRS.setMessageHandler(mRsMessage);
65 initializeGlobals(pRS, s);
68 pRS.finish();
70 pRS.destroy();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_foreach.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_foreach s = new ScriptC_foreach(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
55 pRS.finish();
57 pRS.destroy();
H A DUT_foreach_bounds.java54 RenderScript pRS = RenderScript.create(mCtx);
55 ScriptC_foreach_bounds s = new ScriptC_foreach_bounds(pRS);
56 pRS.setMessageHandler(mRsMessage);
57 initializeGlobals(pRS, s);
59 pRS.finish();
61 pRS.destroy();
H A DUT_kernel.java48 RenderScript pRS = RenderScript.create(mCtx);
49 ScriptC_kernel s = new ScriptC_kernel(pRS);
50 pRS.setMessageHandler(mRsMessage);
51 initializeGlobals(pRS, s);
56 pRS.finish();
58 pRS.destroy();
H A DUT_kernel_struct.java49 RenderScript pRS = RenderScript.create(mCtx);
50 ScriptC_kernel_struct s = new ScriptC_kernel_struct(pRS);
51 pRS.setMessageHandler(mRsMessage);
52 initializeGlobals(pRS, s);
57 pRS.finish();
59 pRS.destroy();
H A DUT_noroot.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_noroot s = new ScriptC_noroot(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
53 pRS.finish();
55 pRS.destroy();
H A DUT_refcount.java41 RenderScript pRS = RenderScript.create(mCtx);
42 pRS.setMessageHandler(mRsMessage);
43 ScriptC_refcount s = new ScriptC_refcount(pRS);
44 initializeGlobals(pRS, s);
46 pRS.finish();
48 pRS.destroy();
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
92 ScriptC_primitives s = new ScriptC_primitives(pRS);
93 pRS.setMessageHandler(mRsMessage);
98 pRS.finish();
101 pRS.destroy();
H A DUT_alloc.java59 RenderScript pRS = RenderScript.create(mCtx);
60 ScriptC_alloc s = new ScriptC_alloc(pRS);
61 pRS.setMessageHandler(mRsMessage);
62 initializeGlobals(pRS, s);
65 pRS.finish();
67 pRS.destroy();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_foreach.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_foreach s = new ScriptC_foreach(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
53 pRS.finish();
55 pRS.destroy();
H A DUT_refcount.java41 RenderScript pRS = RenderScript.create(mCtx);
42 pRS.setMessageHandler(mRsMessage);
43 ScriptC_refcount s = new ScriptC_refcount(pRS);
44 initializeGlobals(pRS, s);
46 pRS.finish();
48 pRS.destroy();
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
92 ScriptC_primitives s = new ScriptC_primitives(pRS);
93 pRS.setMessageHandler(mRsMessage);
99 pRS.finish();
102 pRS.destroy();
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DUT_foreach.java46 RenderScript pRS = RenderScript.create(mCtx);
47 ScriptC_foreach s = new ScriptC_foreach(pRS);
48 pRS.setMessageHandler(mRsMessage);
49 initializeGlobals(pRS, s);
53 pRS.finish();
55 pRS.destroy();
H A DUT_refcount.java41 RenderScript pRS = RenderScript.create(mCtx);
42 pRS.setMessageHandler(mRsMessage);
43 ScriptC_refcount s = new ScriptC_refcount(pRS);
44 initializeGlobals(pRS, s);
46 pRS.finish();
48 pRS.destroy();
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
92 ScriptC_primitives s = new ScriptC_primitives(pRS);
93 pRS.setMessageHandler(mRsMessage);
99 pRS.finish();
102 pRS.destroy();
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DUT_primitives.java91 RenderScript pRS = RenderScript.create(mCtx);
92 ScriptC_primitives s = new ScriptC_primitives(pRS);
93 pRS.setMessageHandler(mRsMessage);
99 pRS.finish();
102 pRS.destroy();

Completed in 1124 milliseconds

1234