OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aFailed
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
check_dims.rs
21
rs_allocation
aFailed
;
29
rsSetElementAt_uchar(
aFailed
, 1, 0);
34
bool failed = rsGetElementAt_uchar(
aFailed
, 0);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptGroupTest.java
317
Allocation
aFailed
= Allocation.createTyped(mRS, i32);
325
mG2.set_aFailed(
aFailed
);
329
aFailed
.copyFrom(Failed);
345
aFailed
.copyTo(Failed);
350
aFailed
.destroy();
Completed in 3063 milliseconds