Home
last modified time | relevance | path

Searched refs:aSharedInt (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgroup1.rs6 rs_allocation aSharedInt;
10 rsSetElementAt_int(aSharedInt, -5, 0);
Dgroup2.rs6 rs_allocation aSharedInt;
12 int v = rsGetElementAt_int(aSharedInt, 0);
DScriptGroupTest.java280 Allocation aSharedInt = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal() local
285 mG1.set_aSharedInt(aSharedInt); in testScriptGroupSharedGlobal()
286 mG2.set_aSharedInt(aSharedInt); in testScriptGroupSharedGlobal()