Table of Contents

Class RenderScript

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class RenderScript : JVMBridgeBase<RenderScript>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
RenderScript
Implements
Extension Methods

Constructors

RenderScript(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RenderScript(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATE_FLAG_LOW_LATENCY

[Obsolete("Deprecated in JVM")]
public static int CREATE_FLAG_LOW_LATENCY { get; set; }

Property Value

int

CREATE_FLAG_LOW_POWER

[Obsolete("Deprecated in JVM")]
public static int CREATE_FLAG_LOW_POWER { get; set; }

Property Value

int

CREATE_FLAG_NONE

[Obsolete("Deprecated in JVM")]
public static int CREATE_FLAG_NONE { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ContextDump()

[Obsolete("Deprecated in JVM")]
public void ContextDump()

Create(Context)

[Obsolete("Deprecated in JVM")]
public static RenderScript Create(Context arg0)

Parameters

arg0 Context

Context

Returns

RenderScript

RenderScript

Create(Context, ContextType)

[Obsolete("Deprecated in JVM")]
public static RenderScript Create(Context arg0, RenderScript.ContextType arg1)

Parameters

arg0 Context

Context

arg1 RenderScript.ContextType

RenderScript.ContextType

Returns

RenderScript

RenderScript

Create(Context, ContextType, int)

[Obsolete("Deprecated in JVM")]
public static RenderScript Create(Context arg0, RenderScript.ContextType arg1, int arg2)

Parameters

arg0 Context

Context

arg1 RenderScript.ContextType

RenderScript.ContextType

arg2 int

int

Returns

RenderScript

RenderScript

CreateMultiContext(Context, ContextType, int, int)

[Obsolete("Deprecated in JVM")]
public static RenderScript CreateMultiContext(Context arg0, RenderScript.ContextType arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 RenderScript.ContextType

RenderScript.ContextType

arg2 int

int

arg3 int

int

Returns

RenderScript

RenderScript

Destroy()

[Obsolete("Deprecated in JVM")]
public void Destroy()

Finish()

[Obsolete("Deprecated in JVM")]
public void Finish()

GetApplicationContext()

[Obsolete("Deprecated in JVM")]
public Context GetApplicationContext()

Returns

Context

Context

GetErrorHandler()

[Obsolete("Deprecated in JVM")]
public RenderScript.RSErrorHandler GetErrorHandler()

Returns

RenderScript.RSErrorHandler

RenderScript.RSErrorHandler

GetMessageHandler()

[Obsolete("Deprecated in JVM")]
public RenderScript.RSMessageHandler GetMessageHandler()

Returns

RenderScript.RSMessageHandler

RenderScript.RSMessageHandler

GetMinorVersion()

[Obsolete("Deprecated in JVM")]
public static long GetMinorVersion()

Returns

long

long

ReleaseAllContexts()

[Obsolete("Deprecated in JVM")]
public static void ReleaseAllContexts()

SendMessage(int, int[])

[Obsolete("Deprecated in JVM")]
public void SendMessage(int arg0, int[] arg1)

Parameters

arg0 int

int

arg1 int[]

int

SetErrorHandler(RSErrorHandler)

[Obsolete("Deprecated in JVM")]
public void SetErrorHandler(RenderScript.RSErrorHandler arg0)

Parameters

arg0 RenderScript.RSErrorHandler

RenderScript.RSErrorHandler

SetMessageHandler(RSMessageHandler)

[Obsolete("Deprecated in JVM")]
public void SetMessageHandler(RenderScript.RSMessageHandler arg0)

Parameters

arg0 RenderScript.RSMessageHandler

RenderScript.RSMessageHandler

SetPriority(Priority)

[Obsolete("Deprecated in JVM")]
public void SetPriority(RenderScript.Priority arg0)

Parameters

arg0 RenderScript.Priority

RenderScript.Priority