android.renderscript
Class ProgramFragmentFixedFunction.Builder

java.lang.Object
  extended by android.renderscript.ProgramFragmentFixedFunction.Builder
Enclosing class:
ProgramFragmentFixedFunction

Deprecated.

@Deprecated
public static class ProgramFragmentFixedFunction.Builder
extends Object


Nested Class Summary
static class ProgramFragmentFixedFunction.Builder.EnvMode
          Deprecated. 
static class ProgramFragmentFixedFunction.Builder.Format
          Deprecated. 
 
Field Summary
static int MAX_TEXTURE
          Deprecated. 
 
Constructor Summary
ProgramFragmentFixedFunction.Builder(RenderScript rs)
          Deprecated. 
 
Method Summary
 ProgramFragmentFixedFunction create()
          Deprecated. 
 ProgramFragmentFixedFunction.Builder setPointSpriteTexCoordinateReplacement(boolean enable)
          Deprecated. 
 ProgramFragmentFixedFunction.Builder setTexture(ProgramFragmentFixedFunction.Builder.EnvMode env, ProgramFragmentFixedFunction.Builder.Format fmt, int slot)
          Deprecated. 
 ProgramFragmentFixedFunction.Builder setVaryingColor(boolean enable)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TEXTURE

@Deprecated
public static final int MAX_TEXTURE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ProgramFragmentFixedFunction.Builder

@Deprecated
public ProgramFragmentFixedFunction.Builder(RenderScript rs)
Deprecated. 

Method Detail

setTexture

@Deprecated
public ProgramFragmentFixedFunction.Builder setTexture(ProgramFragmentFixedFunction.Builder.EnvMode env,
                                                                  ProgramFragmentFixedFunction.Builder.Format fmt,
                                                                  int slot)
                                                throws IllegalArgumentException
Deprecated. 

Throws:
IllegalArgumentException

setPointSpriteTexCoordinateReplacement

@Deprecated
public ProgramFragmentFixedFunction.Builder setPointSpriteTexCoordinateReplacement(boolean enable)
Deprecated. 


setVaryingColor

@Deprecated
public ProgramFragmentFixedFunction.Builder setVaryingColor(boolean enable)
Deprecated. 


create

@Deprecated
public ProgramFragmentFixedFunction create()
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.