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

android.renderscript.ProgramRaster 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 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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy