android.renderscript.ProgramRaster Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.renderscript;
@Deprecated
public class ProgramRaster
extends android.renderscript.BaseObj
{
@Deprecated
public static enum CullMode
{
BACK(),
FRONT(),
NONE();
}
@Deprecated
public static class Builder
{
@Deprecated
public Builder(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.Builder setPointSpriteEnabled(boolean enable) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.Builder setCullMode(android.renderscript.ProgramRaster.CullMode m) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster create() { throw new RuntimeException("Stub!"); }
}
ProgramRaster() { throw new RuntimeException("Stub!"); }
@Deprecated
public boolean isPointSpriteEnabled() { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramRaster.CullMode getCullMode() { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_BACK(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_FRONT(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public static android.renderscript.ProgramRaster CULL_NONE(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
}