Lines Matching refs:script
22 * The rsForEach() function can be used to invoke the root kernel of a script.
117 * "root" in the specified script, and only a single input allocation can be used.
119 * as specified by the kernel argument. The script argument is removed.
120 * The kernel must be defined in the current script. In addition, more than one
134 * script: Script to call.
137 * usrData: User defined data to pass to the script. May be NULL.
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_script script, rs_allocation input, rs_allocation output);