The members of Android.Renderscripts.RenderScript are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | ApplicationContext | Android.Content.Context. Gets the application context associated with the RenderScript context. |
ErrorHandler | RenderScript.RSErrorHandler. | |
MessageHandler | RenderScript.RSMessageHandler. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ContextDump()Print the currently available debugging information about the state of the RS context to the log. | ||
static | Create(Android.Content.Context)Create a RenderScript context. | |
static | Create(Android.Content.Context, RenderScript.ContextType)Create a RenderScript context. | |
static | Create(Android.Content.Context, RenderScript.ContextType, int)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. |