Android.Renderscripts.RenderScript Members

The members of Android.Renderscripts.RenderScript are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ApplicationContextAndroid.Content.Context. Gets the application context associated with the RenderScript context.
ErrorHandlerRenderScript.RSErrorHandler.
MessageHandlerRenderScript.RSMessageHandler.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ContextDump()
Print the currently available debugging information about the state of the RS context to the log.
static
Create(Android.Content.Context) : RenderScript
Create a RenderScript context.
static
Create(Android.Content.Context, RenderScript.ContextType) : RenderScript
Create a RenderScript context.
static
Create(Android.Content.Context, RenderScript.ContextType, int) : RenderScript
Create a RenderScript context.
Destroy()
Destroys this RenderScript context.
Finish()
Wait for any pending asynchronous opeations (such as copies to a RS allocation or RS script executions) to complete.
SendMessage(int, int[])
Place a message into the message queue to be sent back to the message handler once all previous commands have been executed.
SetPriority(RenderScript.Priority)
Change the priority of the worker threads for this context.