Home | History | Annotate | Download | only in renderscript

Lines Matching full:allocation

25  * The kernels may be connected internally or to an external allocation.
31 * user-supplied allocation. Inputs provide the input of a kernel.
51 Allocation mAllocation;
98 * Allocation to be used for kernels that require an input
99 * Allocation provided from outside of the ScriptGroup.
101 * @param s The ID of the kernel where the allocation should be
103 * @param a The allocation to connect.
105 public void setInput(Script.KernelID s, Allocation a) {
118 * Allocation to be used for the kernels that require an output
119 * Allocation visible after the ScriptGroup is executed.
121 * @param s The ID of the kernel where the allocation should be
123 * @param a The allocation to connect.
125 public void setOutput(Script.KernelID s, Allocation a) {