File
Doc
Category
Size
Date
Package
AllocationAdapter.java
API Doc
Android 5.1 API
912
Sat Mar 14 14:09:40 GMT 2015
android.renderscript
AllocationAdapter
java.lang.Object
android.renderscript.Allocation
public class AllocationAdapter extends android.renderscript.Allocation
Fields Summary
Constructors Summary
AllocationAdapter
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.AllocationAdapter
create1D
(
android.renderscript.RenderScript
rs,
android.renderscript.Allocation
a)
throw new RuntimeException("Stub!");
public static
android.renderscript.AllocationAdapter
create2D
(
android.renderscript.RenderScript
rs,
android.renderscript.Allocation
a)
throw new RuntimeException("Stub!");
public synchronized void
resize
(
int
dimX)
throw new RuntimeException("Stub!");
public void
setFace
(
android.renderscript.Type.CubemapFace
cf)
throw new RuntimeException("Stub!");
public void
setLOD
(
int
lod)
throw new RuntimeException("Stub!");
public void
setY
(
int
y)
throw new RuntimeException("Stub!");
public void
setZ
(
int
z)
throw new RuntimeException("Stub!");
Java Code Source