xref
: /
frameworks
/
compile
/
slang
/
tests
/
F_rs_prefix
/
rs_prefix.rscript
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#pragma version(1)
2
#pragma rs java_package_name(foo)
3
4
void rs_foo() {
5
return;
6
}
7