Searched refs:rsForEach (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_for_each.rsh22 * The rsForEach() function can be used to invoke the root kernel of a script.
67 * This structure is used to provide iteration information to a rsForEach call.
97 * of this type can be used in a rsForEach call to launch a kernel.
104 * rsForEach: Launches a kernel
129 * rsForEach(square, ain, aout);
145 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
151 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData);
156 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
162 rsForEach(rs_script script, rs_allocation input, rs_allocation output, const void* usrData,
168 rsForEach(rs_scrip
[all...]
/frameworks/rs/api/
H A Drs_for_each.spec20 The @rsForEach() function can be used to invoke the root kernel of a script.
77 This structure is used to provide iteration information to a rsForEach call.
92 of this type can be used in a @rsForEach call to launch a kernel.
95 function: rsForEach
128 &nbsp;&nbsp;rsForEach(square, ain, aout);<br/>
134 function: rsForEach
144 function: rsForEach
156 function: rsForEach
167 function: rsForEach
176 function: rsForEach
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp673 void __attribute__((overloadable)) rsForEach(::rs_script script, function
683 void __attribute__((overloadable)) rsForEach(::rs_script script, function
692 void __attribute__((overloadable)) rsForEach(::rs_script script, function
702 void __attribute__((overloadable)) rsForEach(::rs_script script, function
712 void __attribute__((overloadable)) rsForEach(::rs_script script, function

Completed in 233 milliseconds