META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/support/v8/
android/support/v8/renderscript/
android/support/v8/renderscript/RenderScript$RSMessageHandler.classRenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript$RSMessageHandler extends java.lang.Object implements java.lang.Runnable {
protected int[] mData
protected int mID
protected int mLength
public void ()
public void run ()
}
android/support/v8/renderscript/Long4.classLong4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long4 extends java.lang.Object {
public long x
public long y
public long z
public long w
public void ()
public void (long, long, long, long)
long initX
long initY
long initZ
long initW
}
android/support/v8/renderscript/Long3.classLong3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long3 extends java.lang.Object {
public long x
public long y
public long z
public void ()
public void (long, long, long)
long initX
long initY
long initZ
}
android/support/v8/renderscript/Matrix2f.classMatrix2f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix2f extends java.lang.Object {
final float[] mMat
public void ()
public void (float[])
float[] dataArray
public float[] getArray ()
public float get (int, int)
int x
int y
public void set (int, int, float)
int x
int y
float v
public void loadIdentity ()
public void load (android.support.v8.renderscript.Matrix2f)
android.support.v8.renderscript.Matrix2f src
public void loadRotate (float)
float rot
float c
float s
public void loadScale (float, float)
float x
float y
public void loadMultiply (android.support.v8.renderscript.Matrix2f, android.support.v8.renderscript.Matrix2f)
float rhs_ij
int j
float ri0
float ri1
int i
android.support.v8.renderscript.Matrix2f lhs
android.support.v8.renderscript.Matrix2f rhs
public void multiply (android.support.v8.renderscript.Matrix2f)
android.support.v8.renderscript.Matrix2f rhs
android.support.v8.renderscript.Matrix2f tmp
public void rotate (float)
float rot
android.support.v8.renderscript.Matrix2f tmp
public void scale (float, float)
float x
float y
android.support.v8.renderscript.Matrix2f tmp
public void transpose ()
float temp
}
android/support/v8/renderscript/Script$FieldBase.classScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script$FieldBase extends java.lang.Object {
protected android.support.v8.renderscript.Element mElement
protected android.support.v8.renderscript.Allocation mAllocation
protected void init (android.support.v8.renderscript.RenderScript, int)
android.support.v8.renderscript.RenderScript rs
int dimx
protected void init (android.support.v8.renderscript.RenderScript, int, int)
android.support.v8.renderscript.RenderScript rs
int dimx
int usages
protected void ()
public android.support.v8.renderscript.Element getElement ()
public android.support.v8.renderscript.Type getType ()
public android.support.v8.renderscript.Allocation getAllocation ()
public void updateAllocation ()
}
android/support/v8/renderscript/Element$Builder.classElement.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Element$Builder extends java.lang.Object {
android.support.v8.renderscript.RenderScript mRS
android.support.v8.renderscript.Element[] mElements
String[] mElementNames
int[] mArraySizes
int mCount
int mSkipPadding
public void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public android.support.v8.renderscript.Element$Builder add (android.support.v8.renderscript.Element, java.lang.String, int)
android.support.v8.renderscript.Element[] e
String[] s
int[] as
android.support.v8.renderscript.Element element
String name
int arraySize
public android.support.v8.renderscript.Element$Builder add (android.support.v8.renderscript.Element, java.lang.String)
android.support.v8.renderscript.Element element
String name
public android.support.v8.renderscript.Element create ()
int ct
android.support.v8.renderscript.Element[] ein
String[] sin
int[] asin
long[] ids
long id
}
android/support/v8/renderscript/Script$InvokeID.classScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$InvokeID extends android.support.v8.renderscript.BaseObj {
android.support.v8.renderscript.Script mScript
int mSlot
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script, int)
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Script s
int slot
}
android/support/v8/renderscript/ScriptC.classScriptC.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptC extends android.support.v8.renderscript.Script {
private static final String TAG
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
protected void (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int)
android.support.v8.renderscript.RenderScript rs
android.content.res.Resources resources
int resourceID
long id
protected void (android.support.v8.renderscript.RenderScript, java.lang.String, byte[], byte[])
android.support.v8.renderscript.RenderScript rs
String resName
byte[] bitcode32
byte[] bitcode64
long id
private static synchronized long internalCreate (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int)
byte[] buf2
int bytesLeft
int bytesRead
java.io.IOException e
android.support.v8.renderscript.RenderScript rs
android.content.res.Resources resources
int resourceID
byte[] pgm
int pgmLength
java.io.InputStream is
String resName
String cachePath
private static synchronized long internalStringCreate (android.support.v8.renderscript.RenderScript, java.lang.String, byte[])
android.support.v8.renderscript.RenderScript rs
String resName
byte[] bitcode
String cachePath
}
android/support/v8/renderscript/ScriptIntrinsicColorMatrix.classScriptIntrinsicColorMatrix.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicColorMatrix extends android.support.v8.renderscript.ScriptIntrinsic {
private final android.support.v8.renderscript.Matrix4f mMatrix
private final android.support.v8.renderscript.Float4 mAdd
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicColorMatrix create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicColorMatrix si
private void setMatrix ()
android.support.v8.renderscript.FieldPacker fp
public void setColorMatrix (android.support.v8.renderscript.Matrix4f)
android.support.v8.renderscript.Matrix4f m
public void setColorMatrix (android.support.v8.renderscript.Matrix3f)
android.support.v8.renderscript.Matrix3f m
public void setAdd (android.support.v8.renderscript.Float4)
android.support.v8.renderscript.Float4 f
android.support.v8.renderscript.FieldPacker fp
public void setAdd (float, float, float, float)
float r
float g
float b
float a
android.support.v8.renderscript.FieldPacker fp
public void setGreyscale ()
public void setYUVtoRGB ()
public void setRGBtoYUV ()
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.Script$LaunchOptions opt
public android.support.v8.renderscript.Script$KernelID getKernelID ()
}
android/support/v8/renderscript/Byte4.classByte4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte4 extends java.lang.Object {
public byte x
public byte y
public byte z
public byte w
public void ()
public void (byte, byte, byte, byte)
byte initX
byte initY
byte initZ
byte initW
}
android/support/v8/renderscript/Allocation$MipmapControl.classAllocation.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Allocation$MipmapControl extends java.lang.Enum {
public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_NONE
public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_FULL
public static final android.support.v8.renderscript.Allocation$MipmapControl MIPMAP_ON_SYNC_TO_TEXTURE
int mID
private static final android.support.v8.renderscript.Allocation$MipmapControl[] $VALUES
public static android.support.v8.renderscript.Allocation$MipmapControl[] values ()
public static android.support.v8.renderscript.Allocation$MipmapControl valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/RenderScript$Priority.classRenderScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.RenderScript$Priority extends java.lang.Enum {
public static final android.support.v8.renderscript.RenderScript$Priority LOW
public static final android.support.v8.renderscript.RenderScript$Priority NORMAL
int mID
private static final android.support.v8.renderscript.RenderScript$Priority[] $VALUES
public static android.support.v8.renderscript.RenderScript$Priority[] values ()
public static android.support.v8.renderscript.RenderScript$Priority valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/Float2.classFloat2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float2 extends java.lang.Object {
public float x
public float y
public void ()
public void (float, float)
float initX
float initY
}
android/support/v8/renderscript/ScriptIntrinsicBLAS$Uplo.classScriptIntrinsicBLAS.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsicBLAS$Uplo extends java.lang.Object implements java.lang.annotation.Annotation {
}
android/support/v8/renderscript/Float3.classFloat3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float3 extends java.lang.Object {
public float x
public float y
public float z
public void ()
public void (float, float, float)
float initX
float initY
float initZ
}
android/support/v8/renderscript/Matrix4f.classMatrix4f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix4f extends java.lang.Object {
final float[] mMat
public void ()
public void (float[])
float[] dataArray
public float[] getArray ()
public float get (int, int)
int x
int y
public void set (int, int, float)
int x
int y
float v
public void loadIdentity ()
public void load (android.support.v8.renderscript.Matrix4f)
android.support.v8.renderscript.Matrix4f src
public void load (android.support.v8.renderscript.Matrix3f)
android.support.v8.renderscript.Matrix3f src
public void loadRotate (float, float, float, float)
float recipLen
float rot
float x
float y
float z
float c
float s
float len
float nc
float xy
float yz
float zx
float xs
float ys
float zs
public void loadScale (float, float, float)
float x
float y
float z
public void loadTranslate (float, float, float)
float x
float y
float z
public void loadMultiply (android.support.v8.renderscript.Matrix4f, android.support.v8.renderscript.Matrix4f)
float rhs_ij
int j
float ri0
float ri1
float ri2
float ri3
int i
android.support.v8.renderscript.Matrix4f lhs
android.support.v8.renderscript.Matrix4f rhs
public void loadOrtho (float, float, float, float, float, float)
float l
float r
float b
float t
float n
float f
public void loadOrthoWindow (int, int)
int w
int h
public void loadFrustum (float, float, float, float, float, float)
float l
float r
float b
float t
float n
float f
public void loadPerspective (float, float, float, float)
float fovy
float aspect
float near
float far
float top
float bottom
float left
float right
public void loadProjectionNormalized (int, int)
float aspect
float aspect
int w
int h
android.support.v8.renderscript.Matrix4f m1
android.support.v8.renderscript.Matrix4f m2
public void multiply (android.support.v8.renderscript.Matrix4f)
android.support.v8.renderscript.Matrix4f rhs
android.support.v8.renderscript.Matrix4f tmp
public void rotate (float, float, float, float)
float rot
float x
float y
float z
android.support.v8.renderscript.Matrix4f tmp
public void scale (float, float, float)
float x
float y
float z
android.support.v8.renderscript.Matrix4f tmp
public void translate (float, float, float)
float x
float y
float z
android.support.v8.renderscript.Matrix4f tmp
private float computeCofactor (int, int)
int i
int j
int c0
int c1
int c2
int r0
int r1
int r2
float minor
float cofactor
public boolean inverse ()
int j
int i
int i
android.support.v8.renderscript.Matrix4f result
float det
public boolean inverseTranspose ()
int j
int i
int i
android.support.v8.renderscript.Matrix4f result
float det
public void transpose ()
float temp
int j
int i
}
android/support/v8/renderscript/ScriptGroup$Closure$ValueAndSize.classScriptGroup.java
package android.support.v8.renderscript
final android.support.v8.renderscript.ScriptGroup$Closure$ValueAndSize extends java.lang.Object {
public long value
public int size
public void (android.support.v8.renderscript.RenderScript, java.lang.Object)
android.support.v8.renderscript.RenderScript rs
Object obj
}
android/support/v8/renderscript/Type$Builder.classType.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Type$Builder extends java.lang.Object {
android.support.v8.renderscript.RenderScript mRS
int mDimX
int mDimY
int mDimZ
boolean mDimMipmaps
boolean mDimFaces
int mYuv
android.support.v8.renderscript.Element mElement
public void (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
public android.support.v8.renderscript.Type$Builder setX (int)
int value
public android.support.v8.renderscript.Type$Builder setY (int)
int value
public android.support.v8.renderscript.Type$Builder setZ (int)
int value
public android.support.v8.renderscript.Type$Builder setMipmaps (boolean)
boolean value
public android.support.v8.renderscript.Type$Builder setFaces (boolean)
boolean value
public android.support.v8.renderscript.Type$Builder setYuvFormat (int)
int yuvFormat
public android.support.v8.renderscript.Type create ()
android.support.v8.renderscript.Type t
long id
}
android/support/v8/renderscript/Float4.classFloat4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Float4 extends java.lang.Object {
public float x
public float y
public float z
public float w
public void ()
public void (float, float, float, float)
float initX
float initY
float initZ
float initW
}
android/support/v8/renderscript/ScriptGroup$Closure.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Closure extends android.support.v8.renderscript.BaseObj {
private Object[] mArgs
private android.support.v8.renderscript.Allocation mReturnValue
private java.util.Map mBindings
private android.support.v8.renderscript.ScriptGroup$Future mReturnFuture
private java.util.Map mGlobalFuture
private android.support.v8.renderscript.FieldPacker mFP
private static final String TAG
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
void (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Type, java.lang.Object[], java.util.Map)
Object obj
android.support.v8.renderscript.Script$FieldID fieldID
java.util.Map$Entry entry
java.util.Iterator i$
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Script$KernelID kernelID
android.support.v8.renderscript.Type returnType
Object[] args
java.util.Map globals
int numValues
long[] fieldIDs
long[] values
int[] sizes
long[] depClosures
long[] depFieldIDs
int i
long id
void (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script$InvokeID, java.lang.Object[], java.util.Map)
Object obj
android.support.v8.renderscript.Script$FieldID fieldID
java.util.Map$Entry entry
java.util.Iterator i$
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Script$InvokeID invokeID
Object[] args
java.util.Map globals
int numValues
long[] fieldIDs
long[] values
int[] sizes
long[] depClosures
long[] depFieldIDs
int i
long id
private void retrieveValueAndDependenceInfo (android.support.v8.renderscript.RenderScript, int, android.support.v8.renderscript.Script$FieldID, java.lang.Object, long[], int[], long[], long[])
android.support.v8.renderscript.ScriptGroup$Future f
android.support.v8.renderscript.Script$FieldID fieldID
android.support.v8.renderscript.ScriptGroup$Input unbound
android.support.v8.renderscript.ScriptGroup$Closure$ValueAndSize vs
android.support.v8.renderscript.RenderScript rs
int index
android.support.v8.renderscript.Script$FieldID fid
Object obj
long[] values
int[] sizes
long[] depClosures
long[] depFieldIDs
public android.support.v8.renderscript.ScriptGroup$Future getReturn ()
public android.support.v8.renderscript.ScriptGroup$Future getGlobal (android.support.v8.renderscript.Script$FieldID)
Object obj
android.support.v8.renderscript.Script$FieldID field
android.support.v8.renderscript.ScriptGroup$Future f
void setArg (int, java.lang.Object)
int index
Object obj
android.support.v8.renderscript.ScriptGroup$Closure$ValueAndSize vs
void setGlobal (android.support.v8.renderscript.Script$FieldID, java.lang.Object)
android.support.v8.renderscript.Script$FieldID fieldID
Object obj
android.support.v8.renderscript.ScriptGroup$Closure$ValueAndSize vs
}
android/support/v8/renderscript/ScriptGroup$Node.classScriptGroup.java
package android.support.v8.renderscript
android.support.v8.renderscript.ScriptGroup$Node extends java.lang.Object {
android.support.v8.renderscript.Script mScript
java.util.ArrayList mKernels
java.util.ArrayList mInputs
java.util.ArrayList mOutputs
int dagNumber
boolean mSeen
int mOrder
android.support.v8.renderscript.ScriptGroup$Node mNext
void (android.support.v8.renderscript.Script)
android.support.v8.renderscript.Script s
}
android/support/v8/renderscript/Long2.classLong2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Long2 extends java.lang.Object {
public long x
public long y
public void ()
public void (long, long)
long initX
long initY
}
android/support/v8/renderscript/ScriptIntrinsicYuvToRGB.classScriptIntrinsicYuvToRGB.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicYuvToRGB extends android.support.v8.renderscript.ScriptIntrinsic {
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicYuvToRGB create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicYuvToRGB si
public void setInput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void forEach (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelID ()
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
}
android/support/v8/renderscript/Element$DataKind.classElement.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Element$DataKind extends java.lang.Enum {
public static final android.support.v8.renderscript.Element$DataKind USER
public static final android.support.v8.renderscript.Element$DataKind PIXEL_L
public static final android.support.v8.renderscript.Element$DataKind PIXEL_A
public static final android.support.v8.renderscript.Element$DataKind PIXEL_LA
public static final android.support.v8.renderscript.Element$DataKind PIXEL_RGB
public static final android.support.v8.renderscript.Element$DataKind PIXEL_RGBA
public static final android.support.v8.renderscript.Element$DataKind PIXEL_DEPTH
public static final android.support.v8.renderscript.Element$DataKind PIXEL_YUV
int mID
private static final android.support.v8.renderscript.Element$DataKind[] $VALUES
public static android.support.v8.renderscript.Element$DataKind[] values ()
public static android.support.v8.renderscript.Element$DataKind valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/Element$DataType.classElement.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Element$DataType extends java.lang.Enum {
public static final android.support.v8.renderscript.Element$DataType NONE
public static final android.support.v8.renderscript.Element$DataType FLOAT_32
public static final android.support.v8.renderscript.Element$DataType FLOAT_64
public static final android.support.v8.renderscript.Element$DataType SIGNED_8
public static final android.support.v8.renderscript.Element$DataType SIGNED_16
public static final android.support.v8.renderscript.Element$DataType SIGNED_32
public static final android.support.v8.renderscript.Element$DataType SIGNED_64
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_8
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_16
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_32
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_64
public static final android.support.v8.renderscript.Element$DataType BOOLEAN
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_5_6_5
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_5_5_5_1
public static final android.support.v8.renderscript.Element$DataType UNSIGNED_4_4_4_4
public static final android.support.v8.renderscript.Element$DataType MATRIX_4X4
public static final android.support.v8.renderscript.Element$DataType MATRIX_3X3
public static final android.support.v8.renderscript.Element$DataType MATRIX_2X2
public static final android.support.v8.renderscript.Element$DataType RS_ELEMENT
public static final android.support.v8.renderscript.Element$DataType RS_TYPE
public static final android.support.v8.renderscript.Element$DataType RS_ALLOCATION
public static final android.support.v8.renderscript.Element$DataType RS_SAMPLER
public static final android.support.v8.renderscript.Element$DataType RS_SCRIPT
int mID
int mSize
private static final android.support.v8.renderscript.Element$DataType[] $VALUES
public static android.support.v8.renderscript.Element$DataType[] values ()
public static android.support.v8.renderscript.Element$DataType valueOf (java.lang.String)
String name
private void (java.lang.String, int, int, int)
int id
int size
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/ScriptIntrinsic.classScriptIntrinsic.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsic extends android.support.v8.renderscript.Script {
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
}
android/support/v8/renderscript/ScriptIntrinsicBLAS$Diag.classScriptIntrinsicBLAS.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsicBLAS$Diag extends java.lang.Object implements java.lang.annotation.Annotation {
}
android/support/v8/renderscript/RenderScript$MessageThread.classRenderScript.java
package android.support.v8.renderscript
android.support.v8.renderscript.RenderScript$MessageThread extends java.lang.Thread {
android.support.v8.renderscript.RenderScript mRS
boolean mRun
int[] mAuxData
static final int RS_MESSAGE_TO_CLIENT_NONE
static final int RS_MESSAGE_TO_CLIENT_EXCEPTION
static final int RS_MESSAGE_TO_CLIENT_RESIZE
static final int RS_MESSAGE_TO_CLIENT_ERROR
static final int RS_MESSAGE_TO_CLIENT_USER
static final int RS_ERROR_FATAL_UNKNOWN
void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public void run ()
String e
InterruptedException e
int msg
int size
int subID
int[] rbuf
}
android/support/v8/renderscript/ScriptIntrinsicBLAS.classScriptIntrinsicBLAS.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptIntrinsicBLAS extends android.support.v8.renderscript.ScriptIntrinsic {
private android.support.v8.renderscript.Allocation mLUT
private static final int INTRINSIC_API_LEVEL
private static final int RsBlas_sdsdot
private static final int RsBlas_dsdot
private static final int RsBlas_sdot
private static final int RsBlas_ddot
private static final int RsBlas_cdotu_sub
private static final int RsBlas_cdotc_sub
private static final int RsBlas_zdotu_sub
private static final int RsBlas_zdotc_sub
private static final int RsBlas_snrm2
private static final int RsBlas_sasum
private static final int RsBlas_dnrm2
private static final int RsBlas_dasum
private static final int RsBlas_scnrm2
private static final int RsBlas_scasum
private static final int RsBlas_dznrm2
private static final int RsBlas_dzasum
private static final int RsBlas_isamax
private static final int RsBlas_idamax
private static final int RsBlas_icamax
private static final int RsBlas_izamax
private static final int RsBlas_sswap
private static final int RsBlas_scopy
private static final int RsBlas_saxpy
private static final int RsBlas_dswap
private static final int RsBlas_dcopy
private static final int RsBlas_daxpy
private static final int RsBlas_cswap
private static final int RsBlas_ccopy
private static final int RsBlas_caxpy
private static final int RsBlas_zswap
private static final int RsBlas_zcopy
private static final int RsBlas_zaxpy
private static final int RsBlas_srotg
private static final int RsBlas_srotmg
private static final int RsBlas_srot
private static final int RsBlas_srotm
private static final int RsBlas_drotg
private static final int RsBlas_drotmg
private static final int RsBlas_drot
private static final int RsBlas_drotm
private static final int RsBlas_sscal
private static final int RsBlas_dscal
private static final int RsBlas_cscal
private static final int RsBlas_zscal
private static final int RsBlas_csscal
private static final int RsBlas_zdscal
private static final int RsBlas_sgemv
private static final int RsBlas_sgbmv
private static final int RsBlas_strmv
private static final int RsBlas_stbmv
private static final int RsBlas_stpmv
private static final int RsBlas_strsv
private static final int RsBlas_stbsv
private static final int RsBlas_stpsv
private static final int RsBlas_dgemv
private static final int RsBlas_dgbmv
private static final int RsBlas_dtrmv
private static final int RsBlas_dtbmv
private static final int RsBlas_dtpmv
private static final int RsBlas_dtrsv
private static final int RsBlas_dtbsv
private static final int RsBlas_dtpsv
private static final int RsBlas_cgemv
private static final int RsBlas_cgbmv
private static final int RsBlas_ctrmv
private static final int RsBlas_ctbmv
private static final int RsBlas_ctpmv
private static final int RsBlas_ctrsv
private static final int RsBlas_ctbsv
private static final int RsBlas_ctpsv
private static final int RsBlas_zgemv
private static final int RsBlas_zgbmv
private static final int RsBlas_ztrmv
private static final int RsBlas_ztbmv
private static final int RsBlas_ztpmv
private static final int RsBlas_ztrsv
private static final int RsBlas_ztbsv
private static final int RsBlas_ztpsv
private static final int RsBlas_ssymv
private static final int RsBlas_ssbmv
private static final int RsBlas_sspmv
private static final int RsBlas_sger
private static final int RsBlas_ssyr
private static final int RsBlas_sspr
private static final int RsBlas_ssyr2
private static final int RsBlas_sspr2
private static final int RsBlas_dsymv
private static final int RsBlas_dsbmv
private static final int RsBlas_dspmv
private static final int RsBlas_dger
private static final int RsBlas_dsyr
private static final int RsBlas_dspr
private static final int RsBlas_dsyr2
private static final int RsBlas_dspr2
private static final int RsBlas_chemv
private static final int RsBlas_chbmv
private static final int RsBlas_chpmv
private static final int RsBlas_cgeru
private static final int RsBlas_cgerc
private static final int RsBlas_cher
private static final int RsBlas_chpr
private static final int RsBlas_cher2
private static final int RsBlas_chpr2
private static final int RsBlas_zhemv
private static final int RsBlas_zhbmv
private static final int RsBlas_zhpmv
private static final int RsBlas_zgeru
private static final int RsBlas_zgerc
private static final int RsBlas_zher
private static final int RsBlas_zhpr
private static final int RsBlas_zher2
private static final int RsBlas_zhpr2
private static final int RsBlas_sgemm
private static final int RsBlas_ssymm
private static final int RsBlas_ssyrk
private static final int RsBlas_ssyr2k
private static final int RsBlas_strmm
private static final int RsBlas_strsm
private static final int RsBlas_dgemm
private static final int RsBlas_dsymm
private static final int RsBlas_dsyrk
private static final int RsBlas_dsyr2k
private static final int RsBlas_dtrmm
private static final int RsBlas_dtrsm
private static final int RsBlas_cgemm
private static final int RsBlas_csymm
private static final int RsBlas_csyrk
private static final int RsBlas_csyr2k
private static final int RsBlas_ctrmm
private static final int RsBlas_ctrsm
private static final int RsBlas_zgemm
private static final int RsBlas_zsymm
private static final int RsBlas_zsyrk
private static final int RsBlas_zsyr2k
private static final int RsBlas_ztrmm
private static final int RsBlas_ztrsm
private static final int RsBlas_chemm
private static final int RsBlas_cherk
private static final int RsBlas_cher2k
private static final int RsBlas_zhemm
private static final int RsBlas_zherk
private static final int RsBlas_zher2k
private static final int RsBlas_bnnm
public static final int NO_TRANSPOSE
public static final int TRANSPOSE
public static final int CONJ_TRANSPOSE
public static final int UPPER
public static final int LOWER
public static final int NON_UNIT
public static final int UNIT
public static final int LEFT
public static final int RIGHT
private void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicBLAS create (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicBLAS si
static void validateSide (int)
int Side
static void validateTranspose (int)
int Trans
static void validateConjTranspose (int)
int Trans
static void validateDiag (int)
int Diag
static void validateUplo (int)
int Uplo
static void validateGEMV (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int)
android.support.v8.renderscript.Element e
int TransA
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
int expectedXDim
int expectedYDim
public void SGEMV (int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, float, android.support.v8.renderscript.Allocation, int)
int TransA
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
float beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DGEMV (int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, double, android.support.v8.renderscript.Allocation, int)
int TransA
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
double beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CGEMV (int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int)
int TransA
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZGEMV (int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int)
int TransA
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void SGBMV (int, int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, float, android.support.v8.renderscript.Allocation, int)
int TransA
int KL
int KU
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
float beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DGBMV (int, int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, double, android.support.v8.renderscript.Allocation, int)
int TransA
int KL
int KU
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
double beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CGBMV (int, int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int)
int TransA
int KL
int KU
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZGBMV (int, int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int)
int TransA
int KL
int KU
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation Y
int incY
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
static void validateTRMV (android.support.v8.renderscript.Element, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
android.support.v8.renderscript.Element e
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
int expectedXDim
static int validateTPMV (android.support.v8.renderscript.Element, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
android.support.v8.renderscript.Element e
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
int expectedXDim
public void STRMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void DTRMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void CTRMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void ZTRMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void STBMV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void DTBMV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void CTBMV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void ZTBMV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void STPMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void DTPMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void CTPMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void ZTPMV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void STRSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void DTRSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void CTRSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void ZTRSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void STBSV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void DTBSV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void CTBSV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void ZTBSV (int, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
int K
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long aID
long xID
public void STPSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void DTPSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void CTPSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
public void ZTPSV (int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int)
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
int N
boolean mUseIncSupp
long apID
long xID
static int validateSYMV (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, int)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
android.support.v8.renderscript.Allocation Y
int incX
int incY
int N
int expectedXDim
int expectedYDim
static int validateSPMV (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
int N
int expectedXDim
int expectedYDim
static void validateGER (android.support.v8.renderscript.Element, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
int expectedXDim
int expectedYDim
static int validateSYR (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation A
int N
int expectedXDim
static int validateSPR (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Ap
int N
int expectedXDim
static int validateSYR2 (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int N
int expectedXDim
int expectedYDim
static int validateSPR2 (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Uplo
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation Ap
int N
int expectedXDim
int expectedYDim
public void SSYMV (int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, float, android.support.v8.renderscript.Allocation, int)
int Uplo
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
float beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void SSBMV (int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, float, android.support.v8.renderscript.Allocation, int)
int Uplo
int K
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
float beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void SSPMV (int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, float, android.support.v8.renderscript.Allocation, int)
int Uplo
float alpha
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
float beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void SGER (float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void SSYR (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
public void SSPR (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
public void SSYR2 (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void SSPR2 (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void DSYMV (int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, double, android.support.v8.renderscript.Allocation, int)
int Uplo
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
double beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DSBMV (int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, double, android.support.v8.renderscript.Allocation, int)
int Uplo
int K
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
double beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DSPMV (int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, double, android.support.v8.renderscript.Allocation, int)
int Uplo
double alpha
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
double beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void DGER (double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DSYR (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
public void DSPR (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
public void DSYR2 (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void DSPR2 (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
long yID
static void validateGERU (android.support.v8.renderscript.Element, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
int expectedXDim
int expectedYDim
public void CHEMV (int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int)
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CHBMV (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int)
int Uplo
int K
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CHPMV (int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int)
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void CGERU (android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CGERC (android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CHER (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
public void CHPR (int, float, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
float alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
public void CHER2 (int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void CHPR2 (int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void ZHEMV (int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int)
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZHBMV (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int)
int Uplo
int K
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZHPMV (int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int)
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation Ap
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation Y
int incY
int N
boolean mUseIncSupp
long apID
long xID
long yID
public void ZGERU (android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZGERC (android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int M
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZHER (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
public void ZHPR (int, double, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
double alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
public void ZHER2 (int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation A
int N
boolean mUseIncSupp
long aID
long xID
long yID
public void ZHPR2 (int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation)
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation X
int incX
android.support.v8.renderscript.Allocation Y
int incY
android.support.v8.renderscript.Allocation Ap
int N
boolean mUseIncSupp
long apID
long xID
long yID
static void validateL3 (android.support.v8.renderscript.Element, int, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int TransA
int TransB
int Side
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Allocation C
int aM
int aN
int bM
int bN
int cM
int cN
public void SGEMM (int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int TransA
int TransB
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
float beta
android.support.v8.renderscript.Allocation C
int M
int N
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void DGEMM (int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int TransA
int TransB
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
double beta
android.support.v8.renderscript.Allocation C
int M
int N
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void CGEMM (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation)
int TransA
int TransB
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation C
int M
int N
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void ZGEMM (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation)
int TransA
int TransB
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation C
int M
int N
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void SSYMM (int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int Side
int Uplo
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
float beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
public void DSYMM (int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int Side
int Uplo
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
double beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
public void CSYMM (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation)
int Side
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
public void ZSYMM (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation)
int Side
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
public void SSYRK (int, int, float, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
float alpha
android.support.v8.renderscript.Allocation A
float beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long cID
public void DSYRK (int, int, double, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
double alpha
android.support.v8.renderscript.Allocation A
double beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long cID
public void CSYRK (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long cID
public void ZSYRK (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long cID
static void validateSYR2K (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Trans
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Allocation C
int Cdim
public void SSYR2K (int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
float beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void DSYR2K (int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
double beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void CSYR2K (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long bID
long cID
public void ZSYR2K (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation C
int K
boolean mUseIncSupp
long aID
long bID
long cID
static void validateTRMM (android.support.v8.renderscript.Element, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Side
int TransA
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
int aM
int aN
int bM
int bN
public void STRMM (int, int, int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void DTRMM (int, int, int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void CTRMM (int, int, int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void ZTRMM (int, int, int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
static void validateTRSM (android.support.v8.renderscript.Element, int, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Side
int TransA
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
int adim
int bM
int bN
public void STRSM (int, int, int, int, float, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
float alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void DTRSM (int, int, int, int, double, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
double alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void CTRSM (int, int, int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
public void ZTRSM (int, int, int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int Side
int Uplo
int TransA
int Diag
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
boolean mUseIncSupp
long aID
long bID
static void validateHEMM (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Side
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Allocation C
int adim
public void CHEMM (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation)
int Side
int Uplo
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Float2 beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
public void ZHEMM (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation)
int Side
int Uplo
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Double2 beta
android.support.v8.renderscript.Allocation C
boolean mUseIncSupp
long aID
long bID
long cID
static void validateHERK (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Trans
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation C
int cdim
public void CHERK (int, int, float, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
float alpha
android.support.v8.renderscript.Allocation A
float beta
android.support.v8.renderscript.Allocation C
int k
boolean mUseIncSupp
long aID
long cID
public void ZHERK (int, int, double, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
double alpha
android.support.v8.renderscript.Allocation A
double beta
android.support.v8.renderscript.Allocation C
int k
boolean mUseIncSupp
long aID
long cID
static void validateHER2K (android.support.v8.renderscript.Element, int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Element e
int Trans
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
android.support.v8.renderscript.Allocation C
int cdim
public void CHER2K (int, int, android.support.v8.renderscript.Float2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, float, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Float2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
float beta
android.support.v8.renderscript.Allocation C
int k
boolean mUseIncSupp
long aID
long bID
long cID
public void ZHER2K (int, int, android.support.v8.renderscript.Double2, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, double, android.support.v8.renderscript.Allocation)
int Uplo
int Trans
android.support.v8.renderscript.Double2 alpha
android.support.v8.renderscript.Allocation A
android.support.v8.renderscript.Allocation B
double beta
android.support.v8.renderscript.Allocation C
int k
boolean mUseIncSupp
long aID
long bID
long cID
public void BNNM (android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, android.support.v8.renderscript.Allocation, int, int)
android.support.v8.renderscript.Allocation A
int a_offset
android.support.v8.renderscript.Allocation B
int b_offset
android.support.v8.renderscript.Allocation C
int c_offset
int c_mult
int M
int N
int K
boolean mUseIncSupp
long aID
long bID
long cID
}
android/support/v8/renderscript/ScriptGroup$Builder.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Builder extends java.lang.Object {
private android.support.v8.renderscript.RenderScript mRS
private java.util.ArrayList mNodes
private java.util.ArrayList mLines
private int mKernelCount
private boolean mUseIncSupp
public void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
private void validateCycle (android.support.v8.renderscript.ScriptGroup$Node, android.support.v8.renderscript.ScriptGroup$Node)
android.support.v8.renderscript.ScriptGroup$Node tn
android.support.v8.renderscript.ScriptGroup$Node tn
android.support.v8.renderscript.ScriptGroup$ConnectLine cl
int ct
android.support.v8.renderscript.ScriptGroup$Node target
android.support.v8.renderscript.ScriptGroup$Node original
private void mergeDAGs (int, int)
int ct
int valueUsed
int valueKilled
private void validateDAGRecurse (android.support.v8.renderscript.ScriptGroup$Node, int)
android.support.v8.renderscript.ScriptGroup$Node tn
android.support.v8.renderscript.ScriptGroup$Node tn
android.support.v8.renderscript.ScriptGroup$ConnectLine cl
int ct
android.support.v8.renderscript.ScriptGroup$Node n
int dagNumber
private void validateDAG ()
String msg
android.support.v8.renderscript.ScriptGroup$Node n
int ct
int ct
int dagNumber
private android.support.v8.renderscript.ScriptGroup$Node findNode (android.support.v8.renderscript.Script)
int ct
android.support.v8.renderscript.Script s
private android.support.v8.renderscript.ScriptGroup$Node findNode (android.support.v8.renderscript.Script$KernelID)
int ct2
android.support.v8.renderscript.ScriptGroup$Node n
int ct
android.support.v8.renderscript.Script$KernelID k
public android.support.v8.renderscript.ScriptGroup$Builder addKernel (android.support.v8.renderscript.Script$KernelID)
android.support.v8.renderscript.Script$KernelID k
android.support.v8.renderscript.ScriptGroup$Node n
public android.support.v8.renderscript.ScriptGroup$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$FieldID)
android.support.v8.renderscript.Type t
android.support.v8.renderscript.Script$KernelID from
android.support.v8.renderscript.Script$FieldID to
android.support.v8.renderscript.ScriptGroup$Node nf
android.support.v8.renderscript.ScriptGroup$Node nt
android.support.v8.renderscript.ScriptGroup$ConnectLine cl
public android.support.v8.renderscript.ScriptGroup$Builder addConnection (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$KernelID)
android.support.v8.renderscript.Type t
android.support.v8.renderscript.Script$KernelID from
android.support.v8.renderscript.Script$KernelID to
android.support.v8.renderscript.ScriptGroup$Node nf
android.support.v8.renderscript.ScriptGroup$Node nt
android.support.v8.renderscript.ScriptGroup$ConnectLine cl
private boolean calcOrderRecurse (android.support.v8.renderscript.ScriptGroup$Node, int)
android.support.v8.renderscript.ScriptGroup$Node node1
android.support.v8.renderscript.ScriptGroup$ConnectLine link
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$Node node0
int depth
boolean ret
private boolean calcOrder ()
android.support.v8.renderscript.ScriptGroup$Node n1
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$Node n0
java.util.Iterator i$
boolean ret
public android.support.v8.renderscript.ScriptGroup create ()
int ct
int ct3
int ct3
android.support.v8.renderscript.Script$KernelID kid
boolean hasInput
boolean hasOutput
int ct2
android.support.v8.renderscript.ScriptGroup$Node n
int ct
android.support.v8.renderscript.ScriptGroup$ConnectLine cl
int ct
long[] src
long[] dstk
long[] dstf
long[] types
int ct
int ct
java.util.ArrayList inputs
java.util.ArrayList outputs
long[] kernels
int idx
long id
android.support.v8.renderscript.ScriptGroup sg
}
android/support/v8/renderscript/ScriptIntrinsicConvolve5x5.classScriptIntrinsicConvolve5x5.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 extends android.support.v8.renderscript.ScriptIntrinsic {
private final float[] mValues
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicConvolve5x5 si
public void setInput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void setCoefficients (float[])
int ct
float[] v
android.support.v8.renderscript.FieldPacker fp
public void forEach (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.Script$LaunchOptions opt
public android.support.v8.renderscript.Script$KernelID getKernelID ()
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
}
android/support/v8/renderscript/RSDriverException.classRSDriverException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSDriverException extends android.support.v8.renderscript.RSRuntimeException {
public void (java.lang.String)
String string
}
android/support/v8/renderscript/RenderScript.classRenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript extends java.lang.Object {
static final String LOG_TAG
static final boolean DEBUG
static final boolean LOG_ENABLED
static final int SUPPORT_LIB_API
private static java.util.ArrayList mProcessContextList
private boolean mIsProcessContext
private int mContextFlags
private int mContextSdkVersion
private android.content.Context mApplicationContext
private String mNativeLibDir
private static String mBlackList
static boolean sInitialized
static boolean sUseGCHooks
static Object sRuntime
static java.lang.reflect.Method registerNativeAllocation
static java.lang.reflect.Method registerNativeFree
static Object lock
private static int sNative
private static int sSdkVersion
private static boolean useIOlib
private static boolean useNative
public static final int CREATE_FLAG_NONE
static int sPointerSize
private static final String CACHE_PATH
static String mCachePath
android.support.v8.renderscript.RenderScript$ContextType mContextType
long mDev
long mContext
long mIncDev
long mIncCon
boolean mIncLoaded
java.util.concurrent.locks.ReentrantReadWriteLock mRWLock
android.support.v8.renderscript.RenderScript$MessageThread mMessageThread
android.support.v8.renderscript.Element mElement_U8
android.support.v8.renderscript.Element mElement_I8
android.support.v8.renderscript.Element mElement_U16
android.support.v8.renderscript.Element mElement_I16
android.support.v8.renderscript.Element mElement_U32
android.support.v8.renderscript.Element mElement_I32
android.support.v8.renderscript.Element mElement_U64
android.support.v8.renderscript.Element mElement_I64
android.support.v8.renderscript.Element mElement_F32
android.support.v8.renderscript.Element mElement_F64
android.support.v8.renderscript.Element mElement_BOOLEAN
android.support.v8.renderscript.Element mElement_ELEMENT
android.support.v8.renderscript.Element mElement_TYPE
android.support.v8.renderscript.Element mElement_ALLOCATION
android.support.v8.renderscript.Element mElement_SAMPLER
android.support.v8.renderscript.Element mElement_SCRIPT
android.support.v8.renderscript.Element mElement_A_8
android.support.v8.renderscript.Element mElement_RGB_565
android.support.v8.renderscript.Element mElement_RGB_888
android.support.v8.renderscript.Element mElement_RGBA_5551
android.support.v8.renderscript.Element mElement_RGBA_4444
android.support.v8.renderscript.Element mElement_RGBA_8888
android.support.v8.renderscript.Element mElement_FLOAT_2
android.support.v8.renderscript.Element mElement_FLOAT_3
android.support.v8.renderscript.Element mElement_FLOAT_4
android.support.v8.renderscript.Element mElement_DOUBLE_2
android.support.v8.renderscript.Element mElement_DOUBLE_3
android.support.v8.renderscript.Element mElement_DOUBLE_4
android.support.v8.renderscript.Element mElement_UCHAR_2
android.support.v8.renderscript.Element mElement_UCHAR_3
android.support.v8.renderscript.Element mElement_UCHAR_4
android.support.v8.renderscript.Element mElement_CHAR_2
android.support.v8.renderscript.Element mElement_CHAR_3
android.support.v8.renderscript.Element mElement_CHAR_4
android.support.v8.renderscript.Element mElement_USHORT_2
android.support.v8.renderscript.Element mElement_USHORT_3
android.support.v8.renderscript.Element mElement_USHORT_4
android.support.v8.renderscript.Element mElement_SHORT_2
android.support.v8.renderscript.Element mElement_SHORT_3
android.support.v8.renderscript.Element mElement_SHORT_4
android.support.v8.renderscript.Element mElement_UINT_2
android.support.v8.renderscript.Element mElement_UINT_3
android.support.v8.renderscript.Element mElement_UINT_4
android.support.v8.renderscript.Element mElement_INT_2
android.support.v8.renderscript.Element mElement_INT_3
android.support.v8.renderscript.Element mElement_INT_4
android.support.v8.renderscript.Element mElement_ULONG_2
android.support.v8.renderscript.Element mElement_ULONG_3
android.support.v8.renderscript.Element mElement_ULONG_4
android.support.v8.renderscript.Element mElement_LONG_2
android.support.v8.renderscript.Element mElement_LONG_3
android.support.v8.renderscript.Element mElement_LONG_4
android.support.v8.renderscript.Element mElement_MATRIX_4X4
android.support.v8.renderscript.Element mElement_MATRIX_3X3
android.support.v8.renderscript.Element mElement_MATRIX_2X2
android.support.v8.renderscript.Sampler mSampler_CLAMP_NEAREST
android.support.v8.renderscript.Sampler mSampler_CLAMP_LINEAR
android.support.v8.renderscript.Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR
android.support.v8.renderscript.Sampler mSampler_WRAP_NEAREST
android.support.v8.renderscript.Sampler mSampler_WRAP_LINEAR
android.support.v8.renderscript.Sampler mSampler_WRAP_LINEAR_MIP_LINEAR
android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_NEAREST
android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_LINEAR
android.support.v8.renderscript.Sampler mSampler_MIRRORED_REPEAT_LINEAR_MIP_LINEAR
android.support.v8.renderscript.RenderScript$RSMessageHandler mMessageCallback
android.support.v8.renderscript.RenderScript$RSErrorHandler mErrorCallback
public static void setBlackList (java.lang.String)
String blackList
public static void forceCompat ()
native boolean nLoadSO (boolean, int)
native boolean nLoadIOSO ()
native long nDeviceCreate ()
native void nDeviceDestroy (long)
native void nDeviceSetConfig (long, int, int)
native int nContextGetUserMessage (long, int[])
native java.lang.String nContextGetErrorMessage (long)
native int nContextPeekMessage (long, int[])
native void nContextInitToClient (long)
native void nContextDeinitToClient (long)
boolean isUseNative ()
static native int rsnSystemGetPointerSize ()
private static boolean setupNative (int, android.content.Context)
Class sysprop
Class[] signature
java.lang.reflect.Method getint
Object[] args
Exception e
android.content.pm.PackageManager$NameNotFoundException e
java.lang.reflect.Method getMinorID
java.lang.reflect.Method getMinorVersion
Class javaRS
Exception e
long minorVersion
android.content.pm.ApplicationInfo info
int forcecompat
String deviceInfo
int sdkVersion
android.content.Context ctx
public static void setupDiskCache (java.io.File)
java.io.File cacheDir
java.io.File f
native long rsnContextCreate (long, int, int, int, java.lang.String)
synchronized long nContextCreate (long, int, int, int, java.lang.String)
long dev
int ver
int sdkVer
int contextType
String nativeLibDir
native void rsnContextDestroy (long)
synchronized void nContextDestroy ()
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock wlock
long curCon
native void rsnContextSetPriority (long, int)
synchronized void nContextSetPriority (int)
int p
native void rsnContextDump (long, int)
synchronized void nContextDump (int)
int bits
native void rsnContextFinish (long)
synchronized void nContextFinish ()
native void rsnContextSendMessage (long, int, int[])
synchronized void nContextSendMessage (int, int[])
int id
int[] data
native void rsnObjDestroy (long, long)
void nObjDestroy (long)
long id
native long rsnElementCreate (long, long, int, boolean, int)
synchronized long nElementCreate (long, int, boolean, int)
long type
int kind
boolean norm
int vecSize
native long rsnElementCreate2 (long, long[], java.lang.String[], int[])
synchronized long nElementCreate2 (long[], java.lang.String[], int[])
long[] elements
String[] names
int[] arraySizes
native void rsnElementGetNativeData (long, long, int[])
synchronized void nElementGetNativeData (long, int[])
long id
int[] elementData
native void rsnElementGetSubElements (long, long, long[], java.lang.String[], int[])
synchronized void nElementGetSubElements (long, long[], java.lang.String[], int[])
long id
long[] IDs
String[] names
int[] arraySizes
native long rsnTypeCreate (long, long, int, int, int, boolean, boolean, int)
synchronized long nTypeCreate (long, int, int, int, boolean, boolean, int)
long eid
int x
int y
int z
boolean mips
boolean faces
int yuv
native void rsnTypeGetNativeData (long, long, long[])
synchronized void nTypeGetNativeData (long, long[])
long id
long[] typeData
native long rsnAllocationCreateTyped (long, long, int, int, long)
synchronized long nAllocationCreateTyped (long, int, int, long)
long type
int mip
int usage
long pointer
native long rsnAllocationCreateFromBitmap (long, long, int, android.graphics.Bitmap, int)
synchronized long nAllocationCreateFromBitmap (long, int, android.graphics.Bitmap, int)
long type
int mip
android.graphics.Bitmap bmp
int usage
native long rsnAllocationCreateBitmapBackedAllocation (long, long, int, android.graphics.Bitmap, int)
synchronized long nAllocationCreateBitmapBackedAllocation (long, int, android.graphics.Bitmap, int)
long type
int mip
android.graphics.Bitmap bmp
int usage
native long rsnAllocationCubeCreateFromBitmap (long, long, int, android.graphics.Bitmap, int)
synchronized long nAllocationCubeCreateFromBitmap (long, int, android.graphics.Bitmap, int)
long type
int mip
android.graphics.Bitmap bmp
int usage
native long rsnAllocationCreateBitmapRef (long, long, android.graphics.Bitmap)
synchronized long nAllocationCreateBitmapRef (long, android.graphics.Bitmap)
long type
android.graphics.Bitmap bmp
native long rsnAllocationCreateFromAssetStream (long, int, int, int)
synchronized long nAllocationCreateFromAssetStream (int, int, int)
int mips
int assetStream
int usage
native void rsnAllocationCopyToBitmap (long, long, android.graphics.Bitmap)
synchronized void nAllocationCopyToBitmap (long, android.graphics.Bitmap)
long alloc
android.graphics.Bitmap bmp
native void rsnAllocationSyncAll (long, long, int)
synchronized void nAllocationSyncAll (long, int)
long alloc
int src
native void rsnAllocationSetSurface (long, long, android.view.Surface)
synchronized void nAllocationSetSurface (long, android.view.Surface)
long alloc
android.view.Surface sur
native void rsnAllocationIoSend (long, long)
synchronized void nAllocationIoSend (long)
long alloc
native void rsnAllocationIoReceive (long, long)
synchronized void nAllocationIoReceive (long)
long alloc
native void rsnAllocationGenerateMipmaps (long, long)
synchronized void nAllocationGenerateMipmaps (long)
long alloc
native void rsnAllocationCopyFromBitmap (long, long, android.graphics.Bitmap)
synchronized void nAllocationCopyFromBitmap (long, android.graphics.Bitmap)
long alloc
android.graphics.Bitmap bmp
native void rsnAllocationData1D (long, long, int, int, int, java.lang.Object, int, int, int, boolean)
synchronized void nAllocationData1D (long, int, int, int, java.lang.Object, int, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
int off
int mip
int count
Object d
int sizeBytes
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native void rsnAllocationElementData1D (long, long, int, int, int, byte[], int)
synchronized void nAllocationElementData1D (long, int, int, int, byte[], int)
long id
int xoff
int mip
int compIdx
byte[] d
int sizeBytes
native void rsnAllocationData2D (long, long, int, int, int, int, int, int, long, int, int, int, int)
synchronized void nAllocationData2D (long, int, int, int, int, int, int, long, int, int, int, int)
long dstAlloc
int dstXoff
int dstYoff
int dstMip
int dstFace
int width
int height
long srcAlloc
int srcXoff
int srcYoff
int srcMip
int srcFace
native void rsnAllocationData2D (long, long, int, int, int, int, int, int, java.lang.Object, int, int, int, boolean)
synchronized void nAllocationData2D (long, int, int, int, int, int, int, java.lang.Object, int, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
int xoff
int yoff
int mip
int face
int w
int h
Object d
int sizeBytes
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native void rsnAllocationData2D (long, long, int, int, int, int, android.graphics.Bitmap)
synchronized void nAllocationData2D (long, int, int, int, int, android.graphics.Bitmap)
long id
int xoff
int yoff
int mip
int face
android.graphics.Bitmap b
native void rsnAllocationData3D (long, long, int, int, int, int, int, int, int, long, int, int, int, int)
synchronized void nAllocationData3D (long, int, int, int, int, int, int, int, long, int, int, int, int)
long dstAlloc
int dstXoff
int dstYoff
int dstZoff
int dstMip
int width
int height
int depth
long srcAlloc
int srcXoff
int srcYoff
int srcZoff
int srcMip
native void rsnAllocationData3D (long, long, int, int, int, int, int, int, int, java.lang.Object, int, int, int, boolean)
synchronized void nAllocationData3D (long, int, int, int, int, int, int, int, java.lang.Object, int, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
int xoff
int yoff
int zoff
int mip
int w
int h
int depth
Object d
int sizeBytes
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native void rsnAllocationRead (long, long, java.lang.Object, int, int, boolean)
synchronized void nAllocationRead (long, java.lang.Object, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
Object d
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native void rsnAllocationRead1D (long, long, int, int, int, java.lang.Object, int, int, int, boolean)
synchronized void nAllocationRead1D (long, int, int, int, java.lang.Object, int, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
int off
int mip
int count
Object d
int sizeBytes
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native void rsnAllocationRead2D (long, long, int, int, int, int, int, int, java.lang.Object, int, int, int, boolean)
synchronized void nAllocationRead2D (long, int, int, int, int, int, int, java.lang.Object, int, android.support.v8.renderscript.Element$DataType, int, boolean)
long id
int xoff
int yoff
int mip
int face
int w
int h
Object d
int sizeBytes
android.support.v8.renderscript.Element$DataType dt
int mSize
boolean usePadding
native long rsnAllocationGetType (long, long)
synchronized long nAllocationGetType (long)
long id
native void rsnAllocationResize1D (long, long, int)
synchronized void nAllocationResize1D (long, int)
long id
int dimX
native void rsnAllocationResize2D (long, long, int, int)
synchronized void nAllocationResize2D (long, int, int)
long id
int dimX
int dimY
native void rsnScriptBindAllocation (long, long, long, int, boolean)
synchronized void nScriptBindAllocation (long, long, int, boolean)
long script
long alloc
int slot
boolean mUseInc
long curCon
native void rsnScriptSetTimeZone (long, long, byte[], boolean)
synchronized void nScriptSetTimeZone (long, byte[], boolean)
long script
byte[] timeZone
boolean mUseInc
long curCon
native void rsnScriptInvoke (long, long, int, boolean)
synchronized void nScriptInvoke (long, int, boolean)
long id
int slot
boolean mUseInc
long curCon
native void rsnScriptForEach (long, long, long, int, long, long, byte[], boolean)
native void rsnScriptForEach (long, long, long, int, long, long, boolean)
native void rsnScriptForEachClipped (long, long, long, int, long, long, byte[], int, int, int, int, int, int, boolean)
native void rsnScriptForEachClipped (long, long, long, int, long, long, int, int, int, int, int, int, boolean)
synchronized void nScriptForEach (long, int, long, long, byte[], boolean)
long id
int slot
long ain
long aout
byte[] params
boolean mUseInc
synchronized void nScriptForEachClipped (long, int, long, long, byte[], int, int, int, int, int, int, boolean)
long id
int slot
long ain
long aout
byte[] params
int xstart
int xend
int ystart
int yend
int zstart
int zend
boolean mUseInc
native void rsnScriptInvokeV (long, long, int, byte[], boolean)
synchronized void nScriptInvokeV (long, int, byte[], boolean)
long id
int slot
byte[] params
boolean mUseInc
long curCon
native void rsnScriptSetVarI (long, long, int, int, boolean)
synchronized void nScriptSetVarI (long, int, int, boolean)
long id
int slot
int val
boolean mUseInc
long curCon
native void rsnScriptSetVarJ (long, long, int, long, boolean)
synchronized void nScriptSetVarJ (long, int, long, boolean)
long id
int slot
long val
boolean mUseInc
long curCon
native void rsnScriptSetVarF (long, long, int, float, boolean)
synchronized void nScriptSetVarF (long, int, float, boolean)
long id
int slot
float val
boolean mUseInc
long curCon
native void rsnScriptSetVarD (long, long, int, double, boolean)
synchronized void nScriptSetVarD (long, int, double, boolean)
long id
int slot
double val
boolean mUseInc
long curCon
native void rsnScriptSetVarV (long, long, int, byte[], boolean)
synchronized void nScriptSetVarV (long, int, byte[], boolean)
long id
int slot
byte[] val
boolean mUseInc
long curCon
native void rsnScriptSetVarVE (long, long, int, byte[], long, int[], boolean)
synchronized void nScriptSetVarVE (long, int, byte[], long, int[], boolean)
long id
int slot
byte[] val
long e
int[] dims
boolean mUseInc
long curCon
native void rsnScriptSetVarObj (long, long, int, long, boolean)
synchronized void nScriptSetVarObj (long, int, long, boolean)
long id
int slot
long val
boolean mUseInc
long curCon
native long rsnScriptCCreate (long, java.lang.String, java.lang.String, byte[], int)
synchronized long nScriptCCreate (java.lang.String, java.lang.String, byte[], int)
String resName
String cacheDir
byte[] script
int length
native long rsnScriptIntrinsicCreate (long, int, long, boolean)
synchronized long nScriptIntrinsicCreate (int, long, boolean)
UnsatisfiedLinkError e
int id
long eid
boolean mUseInc
native long rsnScriptKernelIDCreate (long, long, int, int, boolean)
synchronized long nScriptKernelIDCreate (long, int, int, boolean)
long sid
int slot
int sig
boolean mUseInc
long curCon
native long rsnScriptInvokeIDCreate (long, long, int)
synchronized long nScriptInvokeIDCreate (long, int)
long sid
int slot
native long rsnScriptFieldIDCreate (long, long, int, boolean)
synchronized long nScriptFieldIDCreate (long, int, boolean)
long sid
int slot
boolean mUseInc
long curCon
native long rsnScriptGroupCreate (long, long[], long[], long[], long[], long[])
synchronized long nScriptGroupCreate (long[], long[], long[], long[], long[])
long[] kernels
long[] src
long[] dstk
long[] dstf
long[] types
native void rsnScriptGroupSetInput (long, long, long, long)
synchronized void nScriptGroupSetInput (long, long, long)
long group
long kernel
long alloc
native void rsnScriptGroupSetOutput (long, long, long, long)
synchronized void nScriptGroupSetOutput (long, long, long)
long group
long kernel
long alloc
native void rsnScriptGroupExecute (long, long)
synchronized void nScriptGroupExecute (long)
long group
native long rsnSamplerCreate (long, int, int, int, int, int, float)
synchronized long nSamplerCreate (int, int, int, int, int, float)
int magFilter
int minFilter
int wrapS
int wrapT
int wrapR
float aniso
native long rsnClosureCreate (long, long, long, long[], long[], int[], long[], long[])
synchronized long nClosureCreate (long, long, long[], long[], int[], long[], long[])
long kernelID
long returnValue
long[] fieldIDs
long[] values
int[] sizes
long[] depClosures
long[] depFieldIDs
long c
native long rsnInvokeClosureCreate (long, long, byte[], long[], long[], int[])
synchronized long nInvokeClosureCreate (long, byte[], long[], long[], int[])
long invokeID
byte[] params
long[] fieldIDs
long[] values
int[] sizes
long c
native void rsnClosureSetArg (long, long, int, long, int)
synchronized void nClosureSetArg (long, int, long, int)
long closureID
int index
long value
int size
native void rsnClosureSetGlobal (long, long, long, long, int)
synchronized void nClosureSetGlobal (long, long, long, int)
long closureID
long fieldID
long value
int size
native long rsnScriptGroup2Create (long, java.lang.String, java.lang.String, long[])
synchronized long nScriptGroup2Create (java.lang.String, java.lang.String, long[])
String name
String cachePath
long[] closures
native void rsnScriptGroup2Execute (long, long)
synchronized void nScriptGroup2Execute (long)
long groupID
native void rsnScriptIntrinsicBLAS_Single (long, long, long, int, int, int, int, int, int, int, int, int, float, long, long, float, long, int, int, int, int, boolean)
synchronized void nScriptIntrinsicBLAS_Single (long, int, int, int, int, int, int, int, int, int, float, long, long, float, long, int, int, int, int, boolean)
long id
int func
int TransA
int TransB
int Side
int Uplo
int Diag
int M
int N
int K
float alpha
long A
long B
float beta
long C
int incX
int incY
int KL
int KU
boolean mUseInc
native void rsnScriptIntrinsicBLAS_Double (long, long, long, int, int, int, int, int, int, int, int, int, double, long, long, double, long, int, int, int, int, boolean)
synchronized void nScriptIntrinsicBLAS_Double (long, int, int, int, int, int, int, int, int, int, double, long, long, double, long, int, int, int, int, boolean)
long id
int func
int TransA
int TransB
int Side
int Uplo
int Diag
int M
int N
int K
double alpha
long A
long B
double beta
long C
int incX
int incY
int KL
int KU
boolean mUseInc
native void rsnScriptIntrinsicBLAS_Complex (long, long, long, int, int, int, int, int, int, int, int, int, float, float, long, long, float, float, long, int, int, int, int, boolean)
synchronized void nScriptIntrinsicBLAS_Complex (long, int, int, int, int, int, int, int, int, int, float, float, long, long, float, float, long, int, int, int, int, boolean)
long id
int func
int TransA
int TransB
int Side
int Uplo
int Diag
int M
int N
int K
float alphaX
float alphaY
long A
long B
float betaX
float betaY
long C
int incX
int incY
int KL
int KU
boolean mUseInc
native void rsnScriptIntrinsicBLAS_Z (long, long, long, int, int, int, int, int, int, int, int, int, double, double, long, long, double, double, long, int, int, int, int, boolean)
synchronized void nScriptIntrinsicBLAS_Z (long, int, int, int, int, int, int, int, int, int, double, double, long, long, double, double, long, int, int, int, int, boolean)
long id
int func
int TransA
int TransB
int Side
int Uplo
int Diag
int M
int N
int K
double alphaX
double alphaY
long A
long B
double betaX
double betaY
long C
int incX
int incY
int KL
int KU
boolean mUseInc
native void rsnScriptIntrinsicBLAS_BNNM (long, long, long, int, int, int, long, int, long, int, long, int, int, boolean)
synchronized void nScriptIntrinsicBLAS_BNNM (long, int, int, int, long, int, long, int, long, int, int, boolean)
long id
int M
int N
int K
long A
int a_offset
long B
int b_offset
long C
int c_offset
int c_mult_int
boolean mUseInc
native boolean nIncLoadSO (int)
native long nIncDeviceCreate ()
native void nIncDeviceDestroy (long)
native long rsnIncContextCreate (long, int, int, int)
synchronized long nIncContextCreate (long, int, int, int)
long dev
int ver
int sdkVer
int contextType
native void rsnIncContextDestroy (long)
synchronized void nIncContextDestroy ()
java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock wlock
long curCon
native void rsnIncContextFinish (long)
synchronized void nIncContextFinish ()
native void rsnIncObjDestroy (long, long)
void nIncObjDestroy (long)
long id
native long rsnIncElementCreate (long, long, int, boolean, int)
synchronized long nIncElementCreate (long, int, boolean, int)
long type
int kind
boolean norm
int vecSize
native long rsnIncTypeCreate (long, long, int, int, int, boolean, boolean, int)
synchronized long nIncTypeCreate (long, int, int, int, boolean, boolean, int)
long eid
int x
int y
int z
boolean mips
boolean faces
int yuv
native long rsnIncAllocationCreateTyped (long, long, long, long)
synchronized long nIncAllocationCreateTyped (long, long)
long alloc
long type
public void setMessageHandler (android.support.v8.renderscript.RenderScript$RSMessageHandler)
android.support.v8.renderscript.RenderScript$RSMessageHandler msg
public android.support.v8.renderscript.RenderScript$RSMessageHandler getMessageHandler ()
public void sendMessage (int, int[])
int id
int[] data
public void setErrorHandler (android.support.v8.renderscript.RenderScript$RSErrorHandler)
android.support.v8.renderscript.RenderScript$RSErrorHandler msg
public android.support.v8.renderscript.RenderScript$RSErrorHandler getErrorHandler ()
void validate ()
boolean usingIO ()
public void setPriority (android.support.v8.renderscript.RenderScript$Priority)
android.support.v8.renderscript.RenderScript$Priority p
void (android.content.Context)
android.content.Context ctx
public final android.content.Context getApplicationContext ()
private static android.support.v8.renderscript.RenderScript internalCreate (android.content.Context, int, android.support.v8.renderscript.RenderScript$ContextType, int)
Class vm_runtime
java.lang.reflect.Method get_runtime
Exception e
UnsatisfiedLinkError e
UnsatisfiedLinkError e
UnsatisfiedLinkError e
android.content.Context ctx
int sdkVersion
android.support.v8.renderscript.RenderScript$ContextType ct
int flags
android.support.v8.renderscript.RenderScript rs
int dispatchAPI
public static android.support.v8.renderscript.RenderScript create (android.content.Context)
android.content.Context ctx
public static android.support.v8.renderscript.RenderScript create (android.content.Context, android.support.v8.renderscript.RenderScript$ContextType)
android.content.Context ctx
android.support.v8.renderscript.RenderScript$ContextType ct
public static android.support.v8.renderscript.RenderScript create (android.content.Context, android.support.v8.renderscript.RenderScript$ContextType, int)
android.content.Context ctx
android.support.v8.renderscript.RenderScript$ContextType ct
int flags
int v
public static android.support.v8.renderscript.RenderScript create (android.content.Context, int)
android.content.Context ctx
int sdkVersion
public static android.support.v8.renderscript.RenderScript create (android.content.Context, int, android.support.v8.renderscript.RenderScript$ContextType)
android.content.Context ctx
int sdkVersion
android.support.v8.renderscript.RenderScript$ContextType ct
public static android.support.v8.renderscript.RenderScript create (android.content.Context, int, android.support.v8.renderscript.RenderScript$ContextType, int)
android.support.v8.renderscript.RenderScript prs
java.util.Iterator i$
android.support.v8.renderscript.RenderScript prs
android.content.Context ctx
int sdkVersion
android.support.v8.renderscript.RenderScript$ContextType ct
int flags
public static void releaseAllContexts ()
android.support.v8.renderscript.RenderScript prs
java.util.Iterator i$
java.util.ArrayList oldList
public static android.support.v8.renderscript.RenderScript createMultiContext (android.content.Context, android.support.v8.renderscript.RenderScript$ContextType, int, int)
android.content.Context ctx
android.support.v8.renderscript.RenderScript$ContextType ct
int flags
int API_number
public void contextDump ()
public void finish ()
public void destroy ()
InterruptedException e
boolean isAlive ()
long safeID (android.support.v8.renderscript.BaseObj)
android.support.v8.renderscript.BaseObj o
static void ()
}
android/support/v8/renderscript/BaseObj.classBaseObj.java
package android.support.v8.renderscript
public android.support.v8.renderscript.BaseObj extends java.lang.Object {
private long mID
private boolean mDestroyed
android.support.v8.renderscript.RenderScript mRS
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
void setID (long)
long id
long getID (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
android.renderscript.BaseObj getNObj ()
void checkValid ()
private void helpDestroy ()
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock rlock
boolean shouldDestroy
protected void finalize () throws java.lang.Throwable
public void destroy ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object obj
android.support.v8.renderscript.BaseObj b
}
android/support/v8/renderscript/Script$LaunchOptions.classScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$LaunchOptions extends java.lang.Object {
private int xstart
private int ystart
private int xend
private int yend
private int zstart
private int zend
private int strategy
public void ()
public android.support.v8.renderscript.Script$LaunchOptions setX (int, int)
int xstartArg
int xendArg
public android.support.v8.renderscript.Script$LaunchOptions setY (int, int)
int ystartArg
int yendArg
public android.support.v8.renderscript.Script$LaunchOptions setZ (int, int)
int zstartArg
int zendArg
public int getXStart ()
public int getXEnd ()
public int getYStart ()
public int getYEnd ()
public int getZStart ()
public int getZEnd ()
static int access$000 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
static int access$100 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
static int access$200 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
static int access$300 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
static int access$400 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
static int access$500 (android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Script$LaunchOptions x0
}
android/support/v8/renderscript/Script$KernelID.classScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$KernelID extends android.support.v8.renderscript.BaseObj {
android.renderscript.Script$KernelID mN
android.support.v8.renderscript.Script mScript
int mSlot
int mSig
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script, int, int)
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Script s
int slot
int sig
}
android/support/v8/renderscript/ScriptIntrinsicResize.classScriptIntrinsicResize.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicResize extends android.support.v8.renderscript.ScriptIntrinsic {
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicResize create (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicResize si
public void setInput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Element e
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
public void forEach_bicubic (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public void forEach_bicubic (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.Script$LaunchOptions opt
public android.support.v8.renderscript.Script$KernelID getKernelID_bicubic ()
}
android/support/v8/renderscript/ScriptIntrinsicLUT.classScriptIntrinsicLUT.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicLUT extends android.support.v8.renderscript.ScriptIntrinsic {
private final android.support.v8.renderscript.Matrix4f mMatrix
private android.support.v8.renderscript.Allocation mTables
private final byte[] mCache
private boolean mDirty
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicLUT create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
int ct
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicLUT si
private void validate (int, int)
int index
int value
public void setRed (int, int)
int index
int value
public void setGreen (int, int)
int index
int value
public void setBlue (int, int)
int index
int value
public void setAlpha (int, int)
int index
int value
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelID ()
}
android/support/v8/renderscript/Script$FieldID.classScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Script$FieldID extends android.support.v8.renderscript.BaseObj {
android.renderscript.Script$FieldID mN
android.support.v8.renderscript.Script mScript
int mSlot
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Script, int)
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Script s
int slot
}
android/support/v8/renderscript/ScriptIntrinsicBLAS$Side.classScriptIntrinsicBLAS.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsicBLAS$Side extends java.lang.Object implements java.lang.annotation.Annotation {
}
android/support/v8/renderscript/Type.classType.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Type extends android.support.v8.renderscript.BaseObj {
int mDimX
int mDimY
int mDimZ
boolean mDimMipmaps
boolean mDimFaces
int mDimYuv
int mElementCount
android.support.v8.renderscript.Element mElement
public android.support.v8.renderscript.Element getElement ()
public int getX ()
public int getY ()
public int getZ ()
public int getYuv ()
public boolean hasMipmaps ()
public boolean hasFaces ()
public int getCount ()
void calcElementCount ()
boolean hasLod
int x
int y
int z
int faces
int count
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public long getDummyType (android.support.v8.renderscript.RenderScript, long)
android.support.v8.renderscript.RenderScript mRS
long eid
public static android.support.v8.renderscript.Type createX (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
int dimX
long id
android.support.v8.renderscript.Type t
public static android.support.v8.renderscript.Type createXY (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
int dimX
int dimY
long id
android.support.v8.renderscript.Type t
public static android.support.v8.renderscript.Type createXYZ (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
int dimX
int dimY
int dimZ
long id
android.support.v8.renderscript.Type t
}
android/support/v8/renderscript/RSInvalidStateException.classRSInvalidStateException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSInvalidStateException extends android.support.v8.renderscript.RSRuntimeException {
public void (java.lang.String)
String string
}
android/support/v8/renderscript/Short3.classShort3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short3 extends java.lang.Object {
public short x
public short y
public short z
public void ()
public void (short, short, short)
short initX
short initY
short initZ
}
android/support/v8/renderscript/ScriptIntrinsicBLAS$Transpose.classScriptIntrinsicBLAS.java
package android.support.v8.renderscript
public abstract android.support.v8.renderscript.ScriptIntrinsicBLAS$Transpose extends java.lang.Object implements java.lang.annotation.Annotation {
}
android/support/v8/renderscript/Sampler$Builder.classSampler.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Sampler$Builder extends java.lang.Object {
android.support.v8.renderscript.RenderScript mRS
android.support.v8.renderscript.Sampler$Value mMin
android.support.v8.renderscript.Sampler$Value mMag
android.support.v8.renderscript.Sampler$Value mWrapS
android.support.v8.renderscript.Sampler$Value mWrapT
android.support.v8.renderscript.Sampler$Value mWrapR
float mAniso
public void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public void setMinification (android.support.v8.renderscript.Sampler$Value)
android.support.v8.renderscript.Sampler$Value v
public void setMagnification (android.support.v8.renderscript.Sampler$Value)
android.support.v8.renderscript.Sampler$Value v
public void setWrapS (android.support.v8.renderscript.Sampler$Value)
android.support.v8.renderscript.Sampler$Value v
public void setWrapT (android.support.v8.renderscript.Sampler$Value)
android.support.v8.renderscript.Sampler$Value v
public void setAnisotropy (float)
float v
public android.support.v8.renderscript.Sampler create ()
long id
android.support.v8.renderscript.Sampler sampler
}
android/support/v8/renderscript/RenderScript$ContextType.classRenderScript.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.RenderScript$ContextType extends java.lang.Enum {
public static final android.support.v8.renderscript.RenderScript$ContextType NORMAL
public static final android.support.v8.renderscript.RenderScript$ContextType DEBUG
public static final android.support.v8.renderscript.RenderScript$ContextType PROFILE
int mID
private static final android.support.v8.renderscript.RenderScript$ContextType[] $VALUES
public static android.support.v8.renderscript.RenderScript$ContextType[] values ()
public static android.support.v8.renderscript.RenderScript$ContextType valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/ScriptGroup$Input.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Input extends java.lang.Object {
java.util.List mFieldID
java.util.List mArgIndex
Object mValue
void ()
void addReference (android.support.v8.renderscript.ScriptGroup$Closure, int)
android.support.v8.renderscript.ScriptGroup$Closure closure
int index
void addReference (android.support.v8.renderscript.ScriptGroup$Closure, android.support.v8.renderscript.Script$FieldID)
android.support.v8.renderscript.ScriptGroup$Closure closure
android.support.v8.renderscript.Script$FieldID fieldID
void set (java.lang.Object)
android.support.v8.renderscript.ScriptGroup$Closure closure
int index
android.util.Pair p
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$Closure closure
android.support.v8.renderscript.Script$FieldID fieldID
android.util.Pair p
java.util.Iterator i$
Object value
java.lang.Object get ()
}
android/support/v8/renderscript/ScriptGroup$Future.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Future extends java.lang.Object {
android.support.v8.renderscript.ScriptGroup$Closure mClosure
android.support.v8.renderscript.Script$FieldID mFieldID
Object mValue
void (android.support.v8.renderscript.ScriptGroup$Closure, android.support.v8.renderscript.Script$FieldID, java.lang.Object)
android.support.v8.renderscript.ScriptGroup$Closure closure
android.support.v8.renderscript.Script$FieldID fieldID
Object value
android.support.v8.renderscript.ScriptGroup$Closure getClosure ()
android.support.v8.renderscript.Script$FieldID getFieldID ()
java.lang.Object getValue ()
}
android/support/v8/renderscript/Int3.classInt3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int3 extends java.lang.Object {
public int x
public int y
public int z
public void ()
public void (int, int, int)
int initX
int initY
int initZ
}
android/support/v8/renderscript/ScriptGroup$IO.classScriptGroup.java
package android.support.v8.renderscript
android.support.v8.renderscript.ScriptGroup$IO extends java.lang.Object {
android.support.v8.renderscript.Script$KernelID mKID
android.support.v8.renderscript.Allocation mAllocation
void (android.support.v8.renderscript.Script$KernelID)
android.support.v8.renderscript.Script$KernelID s
}
android/support/v8/renderscript/Byte2.classByte2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte2 extends java.lang.Object {
public byte x
public byte y
public void ()
public void (byte, byte)
byte initX
byte initY
}
android/support/v8/renderscript/Element.classElement.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Element extends android.support.v8.renderscript.BaseObj {
int mSize
android.support.v8.renderscript.Element[] mElements
String[] mElementNames
int[] mArraySizes
int[] mOffsetInBytes
int[] mVisibleElementMap
android.support.v8.renderscript.Element$DataType mType
android.support.v8.renderscript.Element$DataKind mKind
boolean mNormalized
int mVectorSize
private void updateVisibleSubElements ()
int ct
int ct
int ctNoPadding
int noPaddingFieldCount
int fieldCount
public int getBytesSize ()
public int getVectorSize ()
public boolean isComplex ()
int ct
public int getSubElementCount ()
public android.support.v8.renderscript.Element getSubElement (int)
int index
public java.lang.String getSubElementName (int)
int index
public int getSubElementArraySize (int)
int index
public int getSubElementOffsetBytes (int)
int index
public android.support.v8.renderscript.Element$DataType getDataType ()
public android.support.v8.renderscript.Element$DataKind getDataKind ()
public static android.support.v8.renderscript.Element BOOLEAN (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U8 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I8 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U16 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I16 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U32 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I32 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U64 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I64 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F32 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F64 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element ELEMENT (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element TYPE (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element ALLOCATION (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element SAMPLER (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element SCRIPT (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element A_8 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element RGB_565 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element RGB_888 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element RGBA_5551 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element RGBA_4444 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element RGBA_8888 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F32_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F32_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F32_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F64_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F64_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element F64_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U8_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U8_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U8_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I8_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I8_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I8_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U16_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U16_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U16_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I16_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I16_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I16_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U32_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U32_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U32_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I32_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I32_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I32_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U64_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U64_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element U64_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I64_2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I64_3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element I64_4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element MATRIX_4X4 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element MATRIX_3X3 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Element MATRIX_2X2 (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element[], java.lang.String[], int[])
int ct
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element[] e
String[] n
int[] as
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, android.support.v8.renderscript.Element$DataKind, boolean, int)
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element$DataType dt
android.support.v8.renderscript.Element$DataKind dk
boolean norm
int size
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public long getDummyElement (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript mRS
static android.support.v8.renderscript.Element createUser (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element$DataType dt
android.support.v8.renderscript.Element$DataKind dk
boolean norm
int vecSize
long id
public static android.support.v8.renderscript.Element createVector (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, int)
android.support.v8.renderscript.Element$DataKind dk
boolean norm
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element$DataType dt
int size
public static android.support.v8.renderscript.Element createPixel (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element$DataType, android.support.v8.renderscript.Element$DataKind)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element$DataType dt
android.support.v8.renderscript.Element$DataKind dk
int size
boolean norm
long id
public boolean isCompatible (android.support.v8.renderscript.Element)
android.support.v8.renderscript.Element e
}
android/support/v8/renderscript/ScriptGroup$Builder2.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Builder2 extends java.lang.Object {
android.support.v8.renderscript.RenderScript mRS
java.util.List mClosures
java.util.List mInputs
private static final String TAG
public void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
private android.support.v8.renderscript.ScriptGroup$Closure addKernelInternal (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Type, java.lang.Object[], java.util.Map)
android.support.v8.renderscript.Script$KernelID k
android.support.v8.renderscript.Type returnType
Object[] args
java.util.Map globalBindings
android.support.v8.renderscript.ScriptGroup$Closure c
private android.support.v8.renderscript.ScriptGroup$Closure addInvokeInternal (android.support.v8.renderscript.Script$InvokeID, java.lang.Object[], java.util.Map)
android.support.v8.renderscript.Script$InvokeID invoke
Object[] args
java.util.Map globalBindings
android.support.v8.renderscript.ScriptGroup$Closure c
public android.support.v8.renderscript.ScriptGroup$Input addInput ()
android.support.v8.renderscript.ScriptGroup$Input unbound
public transient android.support.v8.renderscript.ScriptGroup$Closure addKernel (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Type, java.lang.Object[])
android.support.v8.renderscript.Script$KernelID k
android.support.v8.renderscript.Type returnType
Object[] argsAndBindings
java.util.ArrayList args
java.util.Map bindingMap
public transient android.support.v8.renderscript.ScriptGroup$Closure addInvoke (android.support.v8.renderscript.Script$InvokeID, java.lang.Object[])
android.support.v8.renderscript.Script$InvokeID invoke
Object[] argsAndBindings
java.util.ArrayList args
java.util.Map bindingMap
public transient android.support.v8.renderscript.ScriptGroup create (java.lang.String, android.support.v8.renderscript.ScriptGroup$Future[])
String name
android.support.v8.renderscript.ScriptGroup$Future[] outputs
android.support.v8.renderscript.ScriptGroup ret
private boolean seperateArgsAndBindings (java.lang.Object[], java.util.ArrayList, java.util.Map)
android.support.v8.renderscript.ScriptGroup$Binding b
Object[] argsAndBindings
java.util.ArrayList args
java.util.Map bindingMap
int i
}
android/support/v8/renderscript/Int2.classInt2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int2 extends java.lang.Object {
public int x
public int y
public void ()
public void (int, int)
int initX
int initY
}
android/support/v8/renderscript/Short2.classShort2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short2 extends java.lang.Object {
public short x
public short y
public void ()
public void (short, short)
short initX
short initY
}
android/support/v8/renderscript/RenderScript$RSErrorHandler.classRenderScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RenderScript$RSErrorHandler extends java.lang.Object implements java.lang.Runnable {
protected String mErrorMessage
protected int mErrorNum
public void ()
public void run ()
}
android/support/v8/renderscript/Script$Builder.classScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script$Builder extends java.lang.Object {
android.support.v8.renderscript.RenderScript mRS
void (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.RenderScript rs
}
android/support/v8/renderscript/ScriptGroup$Binding.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup$Binding extends java.lang.Object {
private final android.support.v8.renderscript.Script$FieldID mField
private final Object mValue
public void (android.support.v8.renderscript.Script$FieldID, java.lang.Object)
android.support.v8.renderscript.Script$FieldID field
Object value
public android.support.v8.renderscript.Script$FieldID getField ()
public java.lang.Object getValue ()
}
android/support/v8/renderscript/Sampler$Value.classSampler.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Sampler$Value extends java.lang.Enum {
public static final android.support.v8.renderscript.Sampler$Value NEAREST
public static final android.support.v8.renderscript.Sampler$Value LINEAR
public static final android.support.v8.renderscript.Sampler$Value LINEAR_MIP_LINEAR
public static final android.support.v8.renderscript.Sampler$Value LINEAR_MIP_NEAREST
public static final android.support.v8.renderscript.Sampler$Value WRAP
public static final android.support.v8.renderscript.Sampler$Value CLAMP
public static final android.support.v8.renderscript.Sampler$Value MIRRORED_REPEAT
int mID
private static final android.support.v8.renderscript.Sampler$Value[] $VALUES
public static android.support.v8.renderscript.Sampler$Value[] values ()
public static android.support.v8.renderscript.Sampler$Value valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/Allocation$1.classAllocation.java
package android.support.v8.renderscript
android.support.v8.renderscript.Allocation$1 extends java.lang.Object {
static final int[] $SwitchMap$android$graphics$Bitmap$Config
static void ()
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
}
android/support/v8/renderscript/Sampler.classSampler.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Sampler extends android.support.v8.renderscript.BaseObj {
android.support.v8.renderscript.Sampler$Value mMin
android.support.v8.renderscript.Sampler$Value mMag
android.support.v8.renderscript.Sampler$Value mWrapS
android.support.v8.renderscript.Sampler$Value mWrapT
android.support.v8.renderscript.Sampler$Value mWrapR
float mAniso
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public android.support.v8.renderscript.Sampler$Value getMinification ()
public android.support.v8.renderscript.Sampler$Value getMagnification ()
public android.support.v8.renderscript.Sampler$Value getWrapS ()
public android.support.v8.renderscript.Sampler$Value getWrapT ()
public float getAnisotropy ()
public static android.support.v8.renderscript.Sampler CLAMP_NEAREST (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler CLAMP_LINEAR (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler CLAMP_LINEAR_MIP_LINEAR (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler WRAP_NEAREST (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler WRAP_LINEAR (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler WRAP_LINEAR_MIP_LINEAR (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler MIRRORED_REPEAT_NEAREST (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.Sampler MIRRORED_REPEAT_LINEAR (android.support.v8.renderscript.RenderScript)
android.support.v8.renderscript.Sampler$Builder b
android.support.v8.renderscript.RenderScript rs
}
android/support/v8/renderscript/Double4.classDouble4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double4 extends java.lang.Object {
public double x
public double y
public double z
public double w
public void ()
public void (double, double, double, double)
double initX
double initY
double initZ
double initW
}
android/support/v8/renderscript/ScriptGroup.classScriptGroup.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.ScriptGroup extends android.support.v8.renderscript.BaseObj {
private static final int MIN_API_VERSION
private static final String TAG
android.support.v8.renderscript.ScriptGroup$IO[] mOutputs
android.support.v8.renderscript.ScriptGroup$IO[] mInputs
private boolean mUseIncSupp
private java.util.ArrayList mNodes
private String mName
private java.util.List mClosures
private java.util.List mInputs2
private android.support.v8.renderscript.ScriptGroup$Future[] mOutputs2
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
void (android.support.v8.renderscript.RenderScript, java.lang.String, java.util.List, java.util.List, android.support.v8.renderscript.ScriptGroup$Future[])
int i
android.support.v8.renderscript.RenderScript rs
String name
java.util.List closures
java.util.List inputs
android.support.v8.renderscript.ScriptGroup$Future[] outputs
long[] closureIDs
String cachePath
long id
public transient java.lang.Object[] execute (java.lang.Object[])
Object obj
android.support.v8.renderscript.ScriptGroup$Input unbound
int i
Object output
android.support.v8.renderscript.ScriptGroup$Future f
android.support.v8.renderscript.ScriptGroup$Future[] arr$
int len$
int i$
Object[] inputs
Object[] outputObjs
int i
public void setInput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation)
int ct
android.support.v8.renderscript.Script$KernelID s
android.support.v8.renderscript.Allocation a
public void setOutput (android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Allocation)
int ct
android.support.v8.renderscript.Script$KernelID s
android.support.v8.renderscript.Allocation a
public void execute ()
int ct3
android.support.v8.renderscript.ScriptGroup$ConnectLine l
android.support.v8.renderscript.Allocation alloc
int ct2
android.support.v8.renderscript.ScriptGroup$Node n
int ct
android.support.v8.renderscript.ScriptGroup$ConnectLine nodeInput
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$IO sgInput
android.support.v8.renderscript.ScriptGroup$IO[] arr$
int len$
int i$
android.support.v8.renderscript.ScriptGroup$ConnectLine nodeOutput
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$IO sgOutput
android.support.v8.renderscript.ScriptGroup$IO[] arr$
int len$
int i$
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.Script$KernelID kernel
java.util.Iterator i$
android.support.v8.renderscript.ScriptGroup$Node node
java.util.Iterator i$
static java.util.ArrayList access$002 (android.support.v8.renderscript.ScriptGroup, java.util.ArrayList)
android.support.v8.renderscript.ScriptGroup x0
java.util.ArrayList x1
static boolean access$102 (android.support.v8.renderscript.ScriptGroup, boolean)
android.support.v8.renderscript.ScriptGroup x0
boolean x1
}
android/support/v8/renderscript/Script.classScript.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Script extends android.support.v8.renderscript.BaseObj {
private boolean mUseIncSupp
private final android.util.SparseArray mKIDs
private final android.util.SparseArray mIIDs
private final android.util.SparseArray mFIDs
protected void setIncSupp (boolean)
boolean useInc
protected boolean isIncSupp ()
long getDummyAlloc (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
long dInElement
long dInType
long dummyAlloc
protected android.support.v8.renderscript.Script$KernelID createKernelID (int, int, android.support.v8.renderscript.Element, android.support.v8.renderscript.Element)
int slot
int sig
android.support.v8.renderscript.Element ein
android.support.v8.renderscript.Element eout
android.support.v8.renderscript.Script$KernelID k
long id
protected android.support.v8.renderscript.Script$InvokeID createInvokeID (int)
int slot
android.support.v8.renderscript.Script$InvokeID i
long id
protected android.support.v8.renderscript.Script$FieldID createFieldID (int, android.support.v8.renderscript.Element)
int slot
android.support.v8.renderscript.Element e
android.support.v8.renderscript.Script$FieldID f
long id
protected void invoke (int)
int slot
protected void invoke (int, android.support.v8.renderscript.FieldPacker)
int slot
android.support.v8.renderscript.FieldPacker v
public void bindAllocation (android.support.v8.renderscript.Allocation, int)
android.support.v8.renderscript.Allocation va
int slot
public void setTimeZone (java.lang.String)
java.io.UnsupportedEncodingException e
String timeZone
protected void forEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker)
long ainInc
long aoutInc
int slot
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.FieldPacker v
long in_id
long out_id
byte[] params
protected void forEach (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Script$LaunchOptions)
long ainInc
long aoutInc
int slot
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.FieldPacker v
android.support.v8.renderscript.Script$LaunchOptions sc
long in_id
long out_id
byte[] params
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public void setVar (int, float)
int index
float v
public void setVar (int, double)
int index
double v
public void setVar (int, int)
int index
int v
public void setVar (int, long)
int index
long v
public void setVar (int, boolean)
int index
boolean v
public void setVar (int, android.support.v8.renderscript.BaseObj)
long oInc
int index
android.support.v8.renderscript.BaseObj o
public void setVar (int, android.support.v8.renderscript.FieldPacker)
int index
android.support.v8.renderscript.FieldPacker v
public void setVar (int, android.support.v8.renderscript.FieldPacker, android.support.v8.renderscript.Element, int[])
long dElement
int index
android.support.v8.renderscript.FieldPacker v
android.support.v8.renderscript.Element e
int[] dims
}
android/support/v8/renderscript/FieldPacker.classFieldPacker.java
package android.support.v8.renderscript
public android.support.v8.renderscript.FieldPacker extends java.lang.Object {
private byte[] mData
private int mPos
private int mLen
private java.util.BitSet mAlignment
public void (int)
int len
public void (byte[])
byte[] data
static android.support.v8.renderscript.FieldPacker createFromArray (java.lang.Object[])
Object arg
Object[] arr$
int len$
int i$
Object[] args
android.support.v8.renderscript.FieldPacker fp
public void align (int)
int v
public void subalign (int)
int v
public void reset ()
public void reset (int)
int i
public void skip (int)
int i
int res
public void addI8 (byte)
byte v
public byte subI8 ()
public void addI16 (short)
short v
public short subI16 ()
short v
public void addI32 (int)
int v
public int subI32 ()
int v
public void addI64 (long)
long v
public long subI64 ()
long v
byte x
public void addU8 (short)
short v
public void addU16 (int)
int v
public void addU32 (long)
long v
public void addU64 (long)
long v
public void addF32 (float)
float v
public float subF32 ()
public void addF64 (double)
double v
public double subF64 ()
public void addObj (android.support.v8.renderscript.BaseObj)
android.support.v8.renderscript.BaseObj obj
public void addF32 (android.support.v8.renderscript.Float2)
android.support.v8.renderscript.Float2 v
public void addF32 (android.support.v8.renderscript.Float3)
android.support.v8.renderscript.Float3 v
public void addF32 (android.support.v8.renderscript.Float4)
android.support.v8.renderscript.Float4 v
public void addF64 (android.support.v8.renderscript.Double2)
android.support.v8.renderscript.Double2 v
public void addF64 (android.support.v8.renderscript.Double3)
android.support.v8.renderscript.Double3 v
public void addF64 (android.support.v8.renderscript.Double4)
android.support.v8.renderscript.Double4 v
public void addI8 (android.support.v8.renderscript.Byte2)
android.support.v8.renderscript.Byte2 v
public void addI8 (android.support.v8.renderscript.Byte3)
android.support.v8.renderscript.Byte3 v
public void addI8 (android.support.v8.renderscript.Byte4)
android.support.v8.renderscript.Byte4 v
public void addU8 (android.support.v8.renderscript.Short2)
android.support.v8.renderscript.Short2 v
public void addU8 (android.support.v8.renderscript.Short3)
android.support.v8.renderscript.Short3 v
public void addU8 (android.support.v8.renderscript.Short4)
android.support.v8.renderscript.Short4 v
public void addI16 (android.support.v8.renderscript.Short2)
android.support.v8.renderscript.Short2 v
public void addI16 (android.support.v8.renderscript.Short3)
android.support.v8.renderscript.Short3 v
public void addI16 (android.support.v8.renderscript.Short4)
android.support.v8.renderscript.Short4 v
public void addU16 (android.support.v8.renderscript.Int2)
android.support.v8.renderscript.Int2 v
public void addU16 (android.support.v8.renderscript.Int3)
android.support.v8.renderscript.Int3 v
public void addU16 (android.support.v8.renderscript.Int4)
android.support.v8.renderscript.Int4 v
public void addI32 (android.support.v8.renderscript.Int2)
android.support.v8.renderscript.Int2 v
public void addI32 (android.support.v8.renderscript.Int3)
android.support.v8.renderscript.Int3 v
public void addI32 (android.support.v8.renderscript.Int4)
android.support.v8.renderscript.Int4 v
public void addU32 (android.support.v8.renderscript.Long2)
android.support.v8.renderscript.Long2 v
public void addU32 (android.support.v8.renderscript.Long3)
android.support.v8.renderscript.Long3 v
public void addU32 (android.support.v8.renderscript.Long4)
android.support.v8.renderscript.Long4 v
public void addI64 (android.support.v8.renderscript.Long2)
android.support.v8.renderscript.Long2 v
public void addI64 (android.support.v8.renderscript.Long3)
android.support.v8.renderscript.Long3 v
public void addI64 (android.support.v8.renderscript.Long4)
android.support.v8.renderscript.Long4 v
public void addU64 (android.support.v8.renderscript.Long2)
android.support.v8.renderscript.Long2 v
public void addU64 (android.support.v8.renderscript.Long3)
android.support.v8.renderscript.Long3 v
public void addU64 (android.support.v8.renderscript.Long4)
android.support.v8.renderscript.Long4 v
public android.support.v8.renderscript.Float2 subFloat2 ()
android.support.v8.renderscript.Float2 v
public android.support.v8.renderscript.Float3 subFloat3 ()
android.support.v8.renderscript.Float3 v
public android.support.v8.renderscript.Float4 subFloat4 ()
android.support.v8.renderscript.Float4 v
public android.support.v8.renderscript.Double2 subDouble2 ()
android.support.v8.renderscript.Double2 v
public android.support.v8.renderscript.Double3 subDouble3 ()
android.support.v8.renderscript.Double3 v
public android.support.v8.renderscript.Double4 subDouble4 ()
android.support.v8.renderscript.Double4 v
public android.support.v8.renderscript.Byte2 subByte2 ()
android.support.v8.renderscript.Byte2 v
public android.support.v8.renderscript.Byte3 subByte3 ()
android.support.v8.renderscript.Byte3 v
public android.support.v8.renderscript.Byte4 subByte4 ()
android.support.v8.renderscript.Byte4 v
public android.support.v8.renderscript.Short2 subShort2 ()
android.support.v8.renderscript.Short2 v
public android.support.v8.renderscript.Short3 subShort3 ()
android.support.v8.renderscript.Short3 v
public android.support.v8.renderscript.Short4 subShort4 ()
android.support.v8.renderscript.Short4 v
public android.support.v8.renderscript.Int2 subInt2 ()
android.support.v8.renderscript.Int2 v
public android.support.v8.renderscript.Int3 subInt3 ()
android.support.v8.renderscript.Int3 v
public android.support.v8.renderscript.Int4 subInt4 ()
android.support.v8.renderscript.Int4 v
public android.support.v8.renderscript.Long2 subLong2 ()
android.support.v8.renderscript.Long2 v
public android.support.v8.renderscript.Long3 subLong3 ()
android.support.v8.renderscript.Long3 v
public android.support.v8.renderscript.Long4 subLong4 ()
android.support.v8.renderscript.Long4 v
public void addMatrix (android.support.v8.renderscript.Matrix4f)
int i
android.support.v8.renderscript.Matrix4f v
public android.support.v8.renderscript.Matrix4f subMatrix4f ()
int i
android.support.v8.renderscript.Matrix4f v
public void addMatrix (android.support.v8.renderscript.Matrix3f)
int i
android.support.v8.renderscript.Matrix3f v
public android.support.v8.renderscript.Matrix3f subMatrix3f ()
int i
android.support.v8.renderscript.Matrix3f v
public void addMatrix (android.support.v8.renderscript.Matrix2f)
int i
android.support.v8.renderscript.Matrix2f v
public android.support.v8.renderscript.Matrix2f subMatrix2f ()
int i
android.support.v8.renderscript.Matrix2f v
public void addBoolean (boolean)
boolean v
public boolean subBoolean ()
byte v
public final byte[] getData ()
public int getPos ()
private static void addToPack (android.support.v8.renderscript.FieldPacker, java.lang.Object)
android.support.v8.renderscript.FieldPacker fp
Object obj
private static int getPackedSize (java.lang.Object)
Object obj
static android.support.v8.renderscript.FieldPacker createFieldPack (java.lang.Object[])
Object arg
Object[] arr$
int len$
int i$
Object arg
Object[] arr$
int len$
int i$
Object[] args
int len
android.support.v8.renderscript.FieldPacker fp
private boolean resize (int)
int newSize
byte[] newData
private void addSafely (java.lang.Object)
ArrayIndexOutOfBoundsException e
Object obj
boolean retry
int oldPos
}
android/support/v8/renderscript/Matrix3f.classMatrix3f.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Matrix3f extends java.lang.Object {
final float[] mMat
public void ()
public void (float[])
float[] dataArray
public float[] getArray ()
public float get (int, int)
int x
int y
public void set (int, int, float)
int x
int y
float v
public void loadIdentity ()
public void load (android.support.v8.renderscript.Matrix3f)
android.support.v8.renderscript.Matrix3f src
public void loadRotate (float, float, float, float)
float recipLen
float rot
float x
float y
float z
float c
float s
float len
float nc
float xy
float yz
float zx
float xs
float ys
float zs
public void loadRotate (float)
float rot
float c
float s
public void loadScale (float, float)
float x
float y
public void loadScale (float, float, float)
float x
float y
float z
public void loadTranslate (float, float)
float x
float y
public void loadMultiply (android.support.v8.renderscript.Matrix3f, android.support.v8.renderscript.Matrix3f)
float rhs_ij
int j
float ri0
float ri1
float ri2
int i
android.support.v8.renderscript.Matrix3f lhs
android.support.v8.renderscript.Matrix3f rhs
public void multiply (android.support.v8.renderscript.Matrix3f)
android.support.v8.renderscript.Matrix3f rhs
android.support.v8.renderscript.Matrix3f tmp
public void rotate (float, float, float, float)
float rot
float x
float y
float z
android.support.v8.renderscript.Matrix3f tmp
public void rotate (float)
float rot
android.support.v8.renderscript.Matrix3f tmp
public void scale (float, float)
float x
float y
android.support.v8.renderscript.Matrix3f tmp
public void scale (float, float, float)
float x
float y
float z
android.support.v8.renderscript.Matrix3f tmp
public void translate (float, float)
float x
float y
android.support.v8.renderscript.Matrix3f tmp
public void transpose ()
float temp
int j
int i
}
android/support/v8/renderscript/Double3.classDouble3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double3 extends java.lang.Object {
public double x
public double y
public double z
public void ()
public void (double, double, double)
double initX
double initY
double initZ
}
android/support/v8/renderscript/RSIllegalArgumentException.classRSIllegalArgumentException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSIllegalArgumentException extends android.support.v8.renderscript.RSRuntimeException {
public void (java.lang.String)
String string
}
android/support/v8/renderscript/Element$1.classElement.java
package android.support.v8.renderscript
android.support.v8.renderscript.Element$1 extends java.lang.Object {
static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataType
static final int[] $SwitchMap$android$support$v8$renderscript$Element$DataKind
static void ()
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
NoSuchFieldError ex
}
android/support/v8/renderscript/Allocation.classAllocation.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Allocation extends android.support.v8.renderscript.BaseObj {
android.support.v8.renderscript.Type mType
android.graphics.Bitmap mBitmap
int mUsage
android.support.v8.renderscript.Allocation mAdaptedAllocation
int mSize
boolean mConstrainedLOD
boolean mConstrainedFace
boolean mConstrainedY
boolean mConstrainedZ
boolean mReadAllowed
boolean mWriteAllowed
boolean mAutoPadding
int mSelectedY
int mSelectedZ
int mSelectedLOD
android.support.v8.renderscript.Type$CubemapFace mSelectedFace
int mCurrentDimX
int mCurrentDimY
int mCurrentDimZ
int mCurrentCount
long mIncCompatAllocation
boolean mIncAllocDestroyed
public static final int USAGE_SCRIPT
public static final int USAGE_GRAPHICS_TEXTURE
public static final int USAGE_IO_INPUT
public static final int USAGE_IO_OUTPUT
public static final int USAGE_SHARED
static android.graphics.BitmapFactory$Options mBitmapOptions
private android.support.v8.renderscript.Element$DataType validateObjectIsPrimitiveArray (java.lang.Object, boolean)
Object d
boolean checkType
Class c
Class cmp
public long getIncAllocID ()
public void setIncAllocID (long)
long id
private long getIDSafe ()
public android.support.v8.renderscript.Element getElement ()
public int getUsage ()
public void setAutoPadding (boolean)
boolean useAutoPadding
public int getBytesSize ()
private void updateCacheInfo (android.support.v8.renderscript.Type)
android.support.v8.renderscript.Type t
private void setBitmap (android.graphics.Bitmap)
android.graphics.Bitmap b
void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, int)
Exception e
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Type t
int usage
protected void finalize () throws java.lang.Throwable
private void validateIsInt64 ()
private void validateIsInt32 ()
private void validateIsInt16 ()
private void validateIsInt8 ()
private void validateIsFloat32 ()
private void validateIsFloat64 ()
private void validateIsObject ()
public android.support.v8.renderscript.Type getType ()
public void syncAll (int)
int srcLocation
public void ioSend ()
public void ioSendOutput ()
public void ioReceive ()
public void copyFrom (android.support.v8.renderscript.BaseObj[])
int ct
long[] i
int ct
int[] i
android.support.v8.renderscript.BaseObj[] d
private void validateBitmapFormat (android.graphics.Bitmap)
android.graphics.Bitmap b
android.graphics.Bitmap$Config bc
private void validateBitmapSize (android.graphics.Bitmap)
android.graphics.Bitmap b
private void copyFromUnchecked (java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
public void copyFromUnchecked (java.lang.Object)
Object array
public void copyFromUnchecked (int[])
int[] d
public void copyFromUnchecked (short[])
short[] d
public void copyFromUnchecked (byte[])
byte[] d
public void copyFromUnchecked (float[])
float[] d
public void copyFrom (java.lang.Object)
Object array
public void copyFrom (int[])
int[] d
public void copyFrom (short[])
short[] d
public void copyFrom (byte[])
byte[] d
public void copyFrom (float[])
float[] d
public void copyFrom (android.graphics.Bitmap)
android.graphics.Bitmap newBitmap
android.graphics.Canvas c
android.graphics.Bitmap b
public void copyFrom (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation a
public void setFromFieldPacker (int, android.support.v8.renderscript.FieldPacker)
int xoff
android.support.v8.renderscript.FieldPacker fp
int eSize
byte[] data
int data_length
int count
public void setFromFieldPacker (int, int, android.support.v8.renderscript.FieldPacker)
int xoff
int component_number
android.support.v8.renderscript.FieldPacker fp
byte[] data
int data_length
int eSize
private void data1DChecks (int, int, int, int, boolean)
int off
int count
int len
int dataSize
boolean usePadding
public void generateMipmaps ()
private void copy1DRangeFromUnchecked (int, int, java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
int off
int count
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
int dataSize
boolean usePadding
public void copy1DRangeFromUnchecked (int, int, java.lang.Object)
int off
int count
Object array
public void copy1DRangeFromUnchecked (int, int, int[])
int off
int count
int[] d
public void copy1DRangeFromUnchecked (int, int, short[])
int off
int count
short[] d
public void copy1DRangeFromUnchecked (int, int, byte[])
int off
int count
byte[] d
public void copy1DRangeFromUnchecked (int, int, float[])
int off
int count
float[] d
public void copy1DRangeFrom (int, int, java.lang.Object)
int off
int count
Object array
public void copy1DRangeFrom (int, int, int[])
int off
int count
int[] d
public void copy1DRangeFrom (int, int, short[])
int off
int count
short[] d
public void copy1DRangeFrom (int, int, byte[])
int off
int count
byte[] d
public void copy1DRangeFrom (int, int, float[])
int off
int count
float[] d
public void copy1DRangeFrom (int, int, android.support.v8.renderscript.Allocation, int)
int off
int count
android.support.v8.renderscript.Allocation data
int dataOff
private void validate2DRange (int, int, int, int)
int xoff
int yoff
int w
int h
void copy2DRangeFromUnchecked (int, int, int, int, java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
int xoff
int yoff
int w
int h
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
int dataSize
boolean usePadding
int sizeBytes
public void copy2DRangeFrom (int, int, int, int, java.lang.Object)
int xoff
int yoff
int w
int h
Object array
public void copy2DRangeFrom (int, int, int, int, byte[])
int xoff
int yoff
int w
int h
byte[] data
public void copy2DRangeFrom (int, int, int, int, short[])
int xoff
int yoff
int w
int h
short[] data
public void copy2DRangeFrom (int, int, int, int, int[])
int xoff
int yoff
int w
int h
int[] data
public void copy2DRangeFrom (int, int, int, int, float[])
int xoff
int yoff
int w
int h
float[] data
public void copy2DRangeFrom (int, int, int, int, android.support.v8.renderscript.Allocation, int, int)
int xoff
int yoff
int w
int h
android.support.v8.renderscript.Allocation data
int dataXoff
int dataYoff
public void copy2DRangeFrom (int, int, android.graphics.Bitmap)
android.graphics.Bitmap newBitmap
android.graphics.Canvas c
int xoff
int yoff
android.graphics.Bitmap data
private void validate3DRange (int, int, int, int, int, int)
int xoff
int yoff
int zoff
int w
int h
int d
private void copy3DRangeFromUnchecked (int, int, int, int, int, int, java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
int xoff
int yoff
int zoff
int w
int h
int d
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
int dataSize
boolean usePadding
int sizeBytes
public void copy3DRangeFrom (int, int, int, int, int, int, java.lang.Object)
int xoff
int yoff
int zoff
int w
int h
int d
Object array
public void copy3DRangeFrom (int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int)
int xoff
int yoff
int zoff
int w
int h
int d
android.support.v8.renderscript.Allocation data
int dataXoff
int dataYoff
int dataZoff
public void copyTo (android.graphics.Bitmap)
android.graphics.Bitmap b
private void copyTo (java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
boolean usePadding
public void copyTo (java.lang.Object)
Object array
public void copyTo (byte[])
byte[] d
public void copyTo (short[])
short[] d
public void copyTo (int[])
int[] d
public void copyTo (float[])
float[] d
private void copy1DRangeToUnchecked (int, int, java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
int off
int count
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
int dataSize
boolean usePadding
public void copy1DRangeToUnchecked (int, int, java.lang.Object)
int off
int count
Object array
public void copy1DRangeToUnchecked (int, int, int[])
int off
int count
int[] d
public void copy1DRangeToUnchecked (int, int, short[])
int off
int count
short[] d
public void copy1DRangeToUnchecked (int, int, byte[])
int off
int count
byte[] d
public void copy1DRangeToUnchecked (int, int, float[])
int off
int count
float[] d
public void copy1DRangeTo (int, int, java.lang.Object)
int off
int count
Object array
public void copy1DRangeTo (int, int, int[])
int off
int count
int[] d
public void copy1DRangeTo (int, int, short[])
int off
int count
short[] d
public void copy1DRangeTo (int, int, byte[])
int off
int count
byte[] d
public void copy1DRangeTo (int, int, float[])
int off
int count
float[] d
void copy2DRangeToUnchecked (int, int, int, int, java.lang.Object, android.support.v8.renderscript.Element$DataType, int)
int xoff
int yoff
int w
int h
Object array
android.support.v8.renderscript.Element$DataType dt
int arrayLen
int dataSize
boolean usePadding
int sizeBytes
public void copy2DRangeTo (int, int, int, int, java.lang.Object)
int xoff
int yoff
int w
int h
Object array
public void copy2DRangeTo (int, int, int, int, byte[])
int xoff
int yoff
int w
int h
byte[] data
public void copy2DRangeTo (int, int, int, int, short[])
int xoff
int yoff
int w
int h
short[] data
public void copy2DRangeTo (int, int, int, int, int[])
int xoff
int yoff
int w
int h
int[] data
public void copy2DRangeTo (int, int, int, int, float[])
int xoff
int yoff
int w
int h
float[] data
public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, android.support.v8.renderscript.Allocation$MipmapControl, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Type type
android.support.v8.renderscript.Allocation$MipmapControl mips
int usage
long id
public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Type type
int usage
public static android.support.v8.renderscript.Allocation createTyped (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Type)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Type type
public static android.support.v8.renderscript.Allocation createSized (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
int count
int usage
android.support.v8.renderscript.Type$Builder b
android.support.v8.renderscript.Type t
long id
public static android.support.v8.renderscript.Allocation createSized (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element, int)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
int count
static android.support.v8.renderscript.Element elementFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap)
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
android.graphics.Bitmap$Config bc
static android.support.v8.renderscript.Type typeFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl)
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
android.support.v8.renderscript.Allocation$MipmapControl mip
android.support.v8.renderscript.Element e
android.support.v8.renderscript.Type$Builder tb
public static android.support.v8.renderscript.Allocation createFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int)
android.graphics.Bitmap newBitmap
android.graphics.Canvas c
long id
android.support.v8.renderscript.Allocation alloc
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
android.support.v8.renderscript.Allocation$MipmapControl mips
int usage
android.support.v8.renderscript.Type t
long id
public void setSurface (android.view.Surface)
android.view.Surface sur
public static android.support.v8.renderscript.Allocation createFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap)
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
public static android.support.v8.renderscript.Allocation createCubemapFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int)
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
android.support.v8.renderscript.Allocation$MipmapControl mips
int usage
int height
int width
boolean isPow2
android.support.v8.renderscript.Element e
android.support.v8.renderscript.Type$Builder tb
android.support.v8.renderscript.Type t
long id
public static android.support.v8.renderscript.Allocation createCubemapFromBitmap (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap)
android.support.v8.renderscript.RenderScript rs
android.graphics.Bitmap b
public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation$MipmapControl, int)
android.support.v8.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.support.v8.renderscript.Allocation$MipmapControl mips
int usage
public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces (android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap)
android.support.v8.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
public static android.support.v8.renderscript.Allocation createFromBitmapResource (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation$MipmapControl, int)
android.support.v8.renderscript.RenderScript rs
android.content.res.Resources res
int id
android.support.v8.renderscript.Allocation$MipmapControl mips
int usage
android.graphics.Bitmap b
android.support.v8.renderscript.Allocation alloc
public static android.support.v8.renderscript.Allocation createFromBitmapResource (android.support.v8.renderscript.RenderScript, android.content.res.Resources, int)
android.support.v8.renderscript.RenderScript rs
android.content.res.Resources res
int id
public static android.support.v8.renderscript.Allocation createFromString (android.support.v8.renderscript.RenderScript, java.lang.String, int)
android.support.v8.renderscript.Allocation alloc
Exception e
android.support.v8.renderscript.RenderScript rs
String str
int usage
byte[] allocArray
public void destroy ()
java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock rlock
boolean shouldDestroy
static void ()
}
android/support/v8/renderscript/ScriptIntrinsic3DLUT.classScriptIntrinsic3DLUT.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsic3DLUT extends android.support.v8.renderscript.ScriptIntrinsic {
private android.support.v8.renderscript.Allocation mLUT
private android.support.v8.renderscript.Element mElement
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
long id
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
public static android.support.v8.renderscript.ScriptIntrinsic3DLUT create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsic3DLUT si
public void setLUT (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation lut
android.support.v8.renderscript.Type t
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelID ()
}
android/support/v8/renderscript/RSRuntimeException.classRSRuntimeException.java
package android.support.v8.renderscript
public android.support.v8.renderscript.RSRuntimeException extends java.lang.RuntimeException {
public void (java.lang.String)
String string
}
android/support/v8/renderscript/ScriptIntrinsicConvolve3x3.classScriptIntrinsicConvolve3x3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 extends android.support.v8.renderscript.ScriptIntrinsic {
private final float[] mValues
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
float[] f
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicConvolve3x3 si
public void setInput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void setCoefficients (float[])
int ct
float[] v
android.support.v8.renderscript.FieldPacker fp
public void forEach (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation aout
android.support.v8.renderscript.Script$LaunchOptions opt
public android.support.v8.renderscript.Script$KernelID getKernelID ()
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
}
android/support/v8/renderscript/Short4.classShort4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Short4 extends java.lang.Object {
public short x
public short y
public short z
public short w
public void ()
public void (short, short, short, short)
short initX
short initY
short initZ
short initW
}
android/support/v8/renderscript/ScriptGroup$Builder$1.classScriptGroup.java
package android.support.v8.renderscript
android.support.v8.renderscript.ScriptGroup$Builder$1 extends java.lang.Object implements java.util.Comparator {
final android.support.v8.renderscript.ScriptGroup$Builder this$0
void (android.support.v8.renderscript.ScriptGroup$Builder)
public int compare (android.support.v8.renderscript.ScriptGroup$Node, android.support.v8.renderscript.ScriptGroup$Node)
android.support.v8.renderscript.ScriptGroup$Node n1
android.support.v8.renderscript.ScriptGroup$Node n2
public volatile int compare (java.lang.Object, java.lang.Object)
Object x0
Object x1
}
android/support/v8/renderscript/ScriptGroup$ConnectLine.classScriptGroup.java
package android.support.v8.renderscript
android.support.v8.renderscript.ScriptGroup$ConnectLine extends java.lang.Object {
android.support.v8.renderscript.Script$FieldID mToF
android.support.v8.renderscript.Script$KernelID mToK
android.support.v8.renderscript.Script$KernelID mFrom
android.support.v8.renderscript.Type mAllocationType
android.support.v8.renderscript.Allocation mAllocation
void (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$KernelID)
android.support.v8.renderscript.Type t
android.support.v8.renderscript.Script$KernelID from
android.support.v8.renderscript.Script$KernelID to
void (android.support.v8.renderscript.Type, android.support.v8.renderscript.Script$KernelID, android.support.v8.renderscript.Script$FieldID)
android.support.v8.renderscript.Type t
android.support.v8.renderscript.Script$KernelID from
android.support.v8.renderscript.Script$FieldID to
}
android/support/v8/renderscript/ScriptIntrinsicBlur.classScriptIntrinsicBlur.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicBlur extends android.support.v8.renderscript.ScriptIntrinsic {
private final float[] mValues
private android.support.v8.renderscript.Allocation mInput
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicBlur create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicBlur si
public void setInput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void setRadius (float)
float radius
public void forEach (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelID ()
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
}
android/support/v8/renderscript/Double2.classDouble2.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Double2 extends java.lang.Object {
public double x
public double y
public void ()
public void (double, double)
double initX
double initY
}
android/support/v8/renderscript/Int4.classInt4.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Int4 extends java.lang.Object {
public int x
public int y
public int z
public int w
public void ()
public void (int, int, int, int)
int initX
int initY
int initZ
int initW
}
android/support/v8/renderscript/Type$CubemapFace.classType.java
package android.support.v8.renderscript
public final android.support.v8.renderscript.Type$CubemapFace extends java.lang.Enum {
public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_X
public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_X
public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_Y
public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_Y
public static final android.support.v8.renderscript.Type$CubemapFace POSITIVE_Z
public static final android.support.v8.renderscript.Type$CubemapFace NEGATIVE_Z
int mID
private static final android.support.v8.renderscript.Type$CubemapFace[] $VALUES
public static android.support.v8.renderscript.Type$CubemapFace[] values ()
public static android.support.v8.renderscript.Type$CubemapFace valueOf (java.lang.String)
String name
private void (java.lang.String, int, int)
int id
static void ()
}
android/support/v8/renderscript/ScriptIntrinsicHistogram.classScriptIntrinsicHistogram.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicHistogram extends android.support.v8.renderscript.ScriptIntrinsic {
private android.support.v8.renderscript.Allocation mOut
private static final int INTRINSIC_API_LEVEL
protected void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicHistogram create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicHistogram si
public void forEach (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void forEach (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Script$LaunchOptions opt
public void setDotCoefficients (float, float, float, float)
float r
float g
float b
float a
android.support.v8.renderscript.FieldPacker fp
public void setOutput (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation aout
public void forEach_Dot (android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
public void forEach_Dot (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Script$LaunchOptions)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Script$LaunchOptions opt
public android.support.v8.renderscript.Script$KernelID getKernelID_Separate ()
public android.support.v8.renderscript.Script$FieldID getFieldID_Input ()
}
android/support/v8/renderscript/Byte3.classByte3.java
package android.support.v8.renderscript
public android.support.v8.renderscript.Byte3 extends java.lang.Object {
public byte x
public byte y
public byte z
public void ()
public void (byte, byte, byte)
byte initX
byte initY
byte initZ
}
android/support/v8/renderscript/ScriptIntrinsicBlend.classScriptIntrinsicBlend.java
package android.support.v8.renderscript
public android.support.v8.renderscript.ScriptIntrinsicBlend extends android.support.v8.renderscript.ScriptIntrinsic {
private static final int INTRINSIC_API_LEVEL
void (long, android.support.v8.renderscript.RenderScript)
long id
android.support.v8.renderscript.RenderScript rs
public static android.support.v8.renderscript.ScriptIntrinsicBlend create (android.support.v8.renderscript.RenderScript, android.support.v8.renderscript.Element)
android.support.v8.renderscript.RenderScript rs
android.support.v8.renderscript.Element e
long id
boolean mUseIncSupp
android.support.v8.renderscript.ScriptIntrinsicBlend si
private void blend (int, android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
int id
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public void forEachClear (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDClear ()
public void forEachSrc (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSrc ()
public void forEachDst (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDDst ()
public void forEachSrcOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOver ()
public void forEachDstOver (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDDstOver ()
public void forEachSrcIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSrcIn ()
public void forEachDstIn (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDDstIn ()
public void forEachSrcOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSrcOut ()
public void forEachDstOut (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDDstOut ()
public void forEachSrcAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSrcAtop ()
public void forEachDstAtop (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDDstAtop ()
public void forEachXor (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDXor ()
public void forEachMultiply (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDMultiply ()
public void forEachAdd (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDAdd ()
public void forEachSubtract (android.support.v8.renderscript.Allocation, android.support.v8.renderscript.Allocation)
android.support.v8.renderscript.Allocation ain
android.support.v8.renderscript.Allocation aout
public android.support.v8.renderscript.Script$KernelID getKernelIDSubtract ()
}