java.lang.Object | |
↳ | android.renderscript.RenderScript |
Known Direct Subclasses |
Renderscript base master class. An instance of this class creates native worker threads for processing commands from this object. This base class does not provide any extended capabilities beyond simple data processing. For extended capabilities use derived classes such as RenderScriptGL.
For more information about creating an application that uses Renderscript, read the Renderscript developer guide.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RenderScript.Priority | RenderScript worker threads priority enumeration. | ||||||||||
RenderScript.RSErrorHandler | Runtime error base class. | ||||||||||
RenderScript.RSMessageHandler | Base class application should derive from for handling RS messages coming from their scripts. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Print the currently available debugging information about the state of
the RS context to the log.
| |||||||||||
Create a basic RenderScript context.
| |||||||||||
Destroy this renderscript context.
| |||||||||||
Wait for any commands in the fifo between the java bindings and native to
be processed.
| |||||||||||
Gets the application context associated with the RenderScript context.
| |||||||||||
Change the priority of the worker threads for this context.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Print the currently available debugging information about the state of the RS context to the log.
Create a basic RenderScript context.
ctx | The context. |
---|
Destroy this renderscript context. Once this function is called its no longer legal to use this or any objects created by this context.
Wait for any commands in the fifo between the java bindings and native to be processed.
Gets the application context associated with the RenderScript context.
Change the priority of the worker threads for this context.
p | New priority to be set. |
---|