package android.renderscript;
public final class ScriptIntrinsicHistogram
extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsicHistogram() { throw new RuntimeException("Stub!"); }
public static android.renderscript.ScriptIntrinsicHistogram create(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public void forEach(android.renderscript.Allocation ain) { throw new RuntimeException("Stub!"); }
public void forEach(android.renderscript.Allocation ain, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public void setDotCoefficients(float r, float g, float b, float a) { throw new RuntimeException("Stub!"); }
public void setOutput(android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEach_Dot(android.renderscript.Allocation ain) { throw new RuntimeException("Stub!"); }
public void forEach_Dot(android.renderscript.Allocation ain, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelID_Separate() { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.FieldID getFieldID_Input() { throw new RuntimeException("Stub!"); }
}
|