Home | History | Annotate | Download | only in renderscript

Lines Matching defs:addKernel

94      * created using the {@link android.renderscript.ScriptGroup.Builder2#addKernel} or
668 public Builder addKernel(Script.KernelID k) {
674 //android.util.Log.v("RSR", "addKernel 1 k=" + k);
678 //android.util.Log.v("RSR", "addKernel 2 ");
682 //android.util.Log.v("RSR", "addKernel 3 ");
900 * Closures are created using the {@link #addKernel} or {@link #addInvoke}
992 public Closure addKernel(Script.KernelID k, Type returnType, Object... argsAndBindings) {