Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ScriptGroup

23  * ScriptGroup creates a groups of scripts which are executed
36 * A ScriptGroup must contain at least one kernel. A ScriptGroup
39 * ScriptGroup with multiple DAGs or attempting to create
40 * a cycle within a ScriptGroup will throw an exception.
43 public final class ScriptGroup extends BaseObj {
90 ScriptGroup(int id, RenderScript rs) {
95 * Sets an input of the ScriptGroup. This specifies an
115 * Sets an output of the ScriptGroup. This specifies an
135 * Execute the ScriptGroup. This will run all the kernels in
145 * Create a ScriptGroup. There are two steps to creating a
159 * return the ScriptGroup object.
169 * Create a builder for generating a ScriptGroup.
373 * @return ScriptGroup The new ScriptGroup
375 public ScriptGroup create() {
445 ScriptGroup sg = new ScriptGroup(id, mRS);