Home
last modified time | relevance | path

Searched refs:aFailed (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dglobal_sync.rs7 rs_allocation aFailed;
11 rsSetElementAt_uchar(aFailed, 1, 0);
17 rsSetElementAt_uchar(aFailed, 1, 0);
Dvoid_ptr.rs4 rs_allocation aFailed;
15 rsSetElementAt_int(aFailed, 1, 0);
27 rsSetElementAt_int(aFailed, 1, 0);
Dgroup2.rs7 rs_allocation aFailed;
29 rsSetElementAt_int(aFailed, 1, 0);
DScriptGroupTest.java279 Allocation aFailed = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal() local
287 mG2.set_aFailed(aFailed); in testScriptGroupSharedGlobal()
291 aFailed.copyFrom(Failed); in testScriptGroupSharedGlobal()
307 aFailed.copyTo(Failed); in testScriptGroupSharedGlobal()