FileDocCategorySizeDatePackage
Type.javaAPI DocAndroid 5.1 API2242Sat Mar 14 14:09:44 GMT 2015android.renderscript

Type

public class Type extends android.renderscript.BaseObj

Fields Summary
Constructors Summary
Type()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.renderscript.TypecreateX(android.renderscript.RenderScript rs, android.renderscript.Element e, int dimX)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.TypecreateXY(android.renderscript.RenderScript rs, android.renderscript.Element e, int dimX, int dimY)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.TypecreateXYZ(android.renderscript.RenderScript rs, android.renderscript.Element e, int dimX, int dimY, int dimZ)

 throw new RuntimeException("Stub!"); 
public intgetCount()

 throw new RuntimeException("Stub!"); 
public android.renderscript.ElementgetElement()

 throw new RuntimeException("Stub!"); 
public intgetX()

 throw new RuntimeException("Stub!"); 
public intgetY()

 throw new RuntimeException("Stub!"); 
public intgetYuv()

 throw new RuntimeException("Stub!"); 
public intgetZ()

 throw new RuntimeException("Stub!"); 
public booleanhasFaces()

 throw new RuntimeException("Stub!"); 
public booleanhasMipmaps()

 throw new RuntimeException("Stub!");