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

android.renderscript.ProgramFragmentFixedFunction Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy