Sign in
ara-mdk
/
platform
/
cts
/
cdd5270b93bfb73e86101fdbd759a0b6bb94eca5
/
.
/
tests
/
src
/
android
/
renderscript
/
cts
/
instance.rs
blob: 097098a83de0866dfbba58eeaabe8480382349f6 [
file
] [
log
] [
blame
]
#
include
"shared.rsh"
int i
;
rs_allocation ai
;
void instance_test
()
{
// Set our allocation based on the global input value.
rsSetElementAt
(
ai
,
&
i
,
0
);
}