android.renderscript.ProgramFragmentFixedFunction 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 ProgramFragmentFixedFunction
extends android.renderscript.ProgramFragment
{
@Deprecated
public static class Builder
{
@Deprecated
public static enum EnvMode
{
DECAL(),
MODULATE(),
REPLACE();
}
@Deprecated
public static enum Format
{
ALPHA(),
LUMINANCE_ALPHA(),
RGB(),
RGBA();
}
@Deprecated
public Builder(android.renderscript.RenderScript rs) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramFragmentFixedFunction.Builder setTexture(android.renderscript.ProgramFragmentFixedFunction.Builder.EnvMode env, android.renderscript.ProgramFragmentFixedFunction.Builder.Format fmt, int slot) throws java.lang.IllegalArgumentException { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramFragmentFixedFunction.Builder setPointSpriteTexCoordinateReplacement(boolean enable) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramFragmentFixedFunction.Builder setVaryingColor(boolean enable) { throw new RuntimeException("Stub!"); }
@Deprecated
public android.renderscript.ProgramFragmentFixedFunction create() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final int MAX_TEXTURE = 2;
}
ProgramFragmentFixedFunction() { throw new RuntimeException("Stub!"); }
}