Searched refs:aFailed (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | global_sync.rs | 7 rs_allocation aFailed; 11 rsSetElementAt_uchar(aFailed, 1, 0); 17 rsSetElementAt_uchar(aFailed, 1, 0);
|
D | void_ptr.rs | 4 rs_allocation aFailed; 15 rsSetElementAt_int(aFailed, 1, 0); 27 rsSetElementAt_int(aFailed, 1, 0);
|
D | group2.rs | 7 rs_allocation aFailed; 29 rsSetElementAt_int(aFailed, 1, 0);
|
D | ScriptGroupTest.java | 279 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()
|