File
Doc
Category
Size
Date
Package
RenderScript.java
API Doc
Android 5.1 API
2390
Sat Mar 14 14:09:42 GMT 2015
android.renderscript
RenderScript
java.lang.Object
public class RenderScript extends Object
Fields Summary
public static final int
CREATE_FLAG_LOW_LATENCY
public static final int
CREATE_FLAG_LOW_POWER
public static final int
CREATE_FLAG_NONE
Constructors Summary
RenderScript
()
throw new RuntimeException("Stub!");
Methods Summary
public void
contextDump
()
throw new RuntimeException("Stub!");
public static
android.renderscript.RenderScript
create
(
android.content.Context
ctx,
android.renderscript.RenderScript$ContextType
ct)
throw new RuntimeException("Stub!");
public static
android.renderscript.RenderScript
create
(
android.content.Context
ctx,
android.renderscript.RenderScript$ContextType
ct,
int
flags)
throw new RuntimeException("Stub!");
public static
android.renderscript.RenderScript
create
(
android.content.Context
ctx)
throw new RuntimeException("Stub!");
public void
destroy
()
throw new RuntimeException("Stub!");
public void
finish
()
throw new RuntimeException("Stub!");
public final
android.content.Context
getApplicationContext
()
throw new RuntimeException("Stub!");
public
android.renderscript.RenderScript$RSErrorHandler
getErrorHandler
()
throw new RuntimeException("Stub!");
public
android.renderscript.RenderScript$RSMessageHandler
getMessageHandler
()
throw new RuntimeException("Stub!");
public void
sendMessage
(
int
id,
int[]
data)
throw new RuntimeException("Stub!");
public void
setErrorHandler
(
android.renderscript.RenderScript$RSErrorHandler
msg)
throw new RuntimeException("Stub!");
public void
setMessageHandler
(
android.renderscript.RenderScript$RSMessageHandler
msg)
throw new RuntimeException("Stub!");
public void
setPriority
(
android.renderscript.RenderScript$Priority
p)
throw new RuntimeException("Stub!");
Java Code Source