All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.renderscript.ProgramVertex Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.renderscript;
@Deprecated
public class ProgramVertex
  extends android.renderscript.Program
{
@Deprecated
public static class Builder
  extends android.renderscript.Program.BaseProgramBuilder
{
@Deprecated
public  Builder(android.renderscript.RenderScript rs) { super((android.renderscript.RenderScript)null); throw new RuntimeException("Stub!"); }
@Deprecated
public  android.renderscript.ProgramVertex.Builder addInput(android.renderscript.Element e) throws java.lang.IllegalStateException { throw new RuntimeException("Stub!"); }
@Deprecated
public  android.renderscript.ProgramVertex create() { throw new RuntimeException("Stub!"); }
}
ProgramVertex() { throw new RuntimeException("Stub!"); }
@Deprecated
public  int getInputCount() { throw new RuntimeException("Stub!"); }
@Deprecated
public  android.renderscript.Element getInput(int slot) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy