FileDocCategorySizeDatePackage
Allocation.javaAPI DocAndroid 5.1 API8920Sat Mar 14 14:09:44 GMT 2015android.renderscript

Allocation

public class Allocation extends android.renderscript.BaseObj

Fields Summary
public static final int
USAGE_GRAPHICS_CONSTANTS
public static final int
USAGE_GRAPHICS_RENDER_TARGET
public static final int
USAGE_GRAPHICS_TEXTURE
public static final int
USAGE_GRAPHICS_VERTEX
public static final int
USAGE_IO_INPUT
public static final int
USAGE_IO_OUTPUT
public static final int
USAGE_SCRIPT
public static final int
USAGE_SHARED
Constructors Summary
Allocation()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidcopy1DRangeFrom(int off, int count, java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFrom(int off, int count, int[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFrom(int off, int count, short[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFrom(int off, int count, byte[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFrom(int off, int count, float[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFrom(int off, int count, android.renderscript.Allocation data, int dataOff)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFromUnchecked(int off, int count, java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFromUnchecked(int off, int count, int[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFromUnchecked(int off, int count, short[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFromUnchecked(int off, int count, byte[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy1DRangeFromUnchecked(int off, int count, float[] d)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, int w, int h, android.renderscript.Allocation data, int dataXoff, int dataYoff)

 throw new RuntimeException("Stub!"); 
public voidcopy2DRangeFrom(int xoff, int yoff, android.graphics.Bitmap data)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(android.renderscript.BaseObj[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(int[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(short[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(byte[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(float[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(android.graphics.Bitmap b)

 throw new RuntimeException("Stub!"); 
public voidcopyFrom(android.renderscript.Allocation a)

 throw new RuntimeException("Stub!"); 
public voidcopyFromUnchecked(java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopyFromUnchecked(int[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFromUnchecked(short[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFromUnchecked(byte[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyFromUnchecked(float[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(android.graphics.Bitmap b)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(java.lang.Object array)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(byte[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(short[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(int[] d)

 throw new RuntimeException("Stub!"); 
public voidcopyTo(float[] d)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateCubemapFromBitmap(android.renderscript.RenderScript rs, android.graphics.Bitmap b, android.renderscript.Allocation$MipmapControl mips, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateCubemapFromBitmap(android.renderscript.RenderScript rs, android.graphics.Bitmap b)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateCubemapFromCubeFaces(android.renderscript.RenderScript rs, android.graphics.Bitmap xpos, android.graphics.Bitmap xneg, android.graphics.Bitmap ypos, android.graphics.Bitmap yneg, android.graphics.Bitmap zpos, android.graphics.Bitmap zneg, android.renderscript.Allocation$MipmapControl mips, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateCubemapFromCubeFaces(android.renderscript.RenderScript rs, android.graphics.Bitmap xpos, android.graphics.Bitmap xneg, android.graphics.Bitmap ypos, android.graphics.Bitmap yneg, android.graphics.Bitmap zpos, android.graphics.Bitmap zneg)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateFromBitmap(android.renderscript.RenderScript rs, android.graphics.Bitmap b, android.renderscript.Allocation$MipmapControl mips, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateFromBitmap(android.renderscript.RenderScript rs, android.graphics.Bitmap b)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateFromBitmapResource(android.renderscript.RenderScript rs, android.content.res.Resources res, int id, android.renderscript.Allocation$MipmapControl mips, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateFromBitmapResource(android.renderscript.RenderScript rs, android.content.res.Resources res, int id)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateFromString(android.renderscript.RenderScript rs, java.lang.String str, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateSized(android.renderscript.RenderScript rs, android.renderscript.Element e, int count, int usage)

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

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateTyped(android.renderscript.RenderScript rs, android.renderscript.Type type, android.renderscript.Allocation$MipmapControl mips, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateTyped(android.renderscript.RenderScript rs, android.renderscript.Type type, int usage)

 throw new RuntimeException("Stub!"); 
public static android.renderscript.AllocationcreateTyped(android.renderscript.RenderScript rs, android.renderscript.Type type)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

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

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

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

 throw new RuntimeException("Stub!"); 
public android.view.SurfacegetSurface()

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

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

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

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

 throw new RuntimeException("Stub!"); 
public synchronized voidresize(int dimX)

 throw new RuntimeException("Stub!"); 
public voidsetFromFieldPacker(int xoff, android.renderscript.FieldPacker fp)

 throw new RuntimeException("Stub!"); 
public voidsetFromFieldPacker(int xoff, int component_number, android.renderscript.FieldPacker fp)

 throw new RuntimeException("Stub!"); 
public voidsetOnBufferAvailableListener(android.renderscript.Allocation$OnBufferAvailableListener callback)

 throw new RuntimeException("Stub!"); 
public voidsetSurface(android.view.Surface sur)

 throw new RuntimeException("Stub!"); 
public voidsyncAll(int srcLocation)

 throw new RuntimeException("Stub!");