Table of Contents

Class ScriptIntrinsic3DLUT

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete]
public class ScriptIntrinsic3DLUT : ScriptIntrinsic, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BaseObj>
ScriptIntrinsic3DLUT
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BaseObj>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BaseObj>.IsAssignableFrom<T>()
JVMBridgeBase<BaseObj>.Execute<T>(params T[])
JVMBridgeBase<BaseObj>.DynBridgeClazz
JVMBridgeBase<BaseObj>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ScriptIntrinsic3DLUT()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ScriptIntrinsic3DLUT()

ScriptIntrinsic3DLUT(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ScriptIntrinsic3DLUT(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Create(RenderScript, Element)

[Obsolete]
public static ScriptIntrinsic3DLUT Create(RenderScript arg0, Element arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Element

Element

Returns

ScriptIntrinsic3DLUT

ScriptIntrinsic3DLUT

ForEach(Allocation, Allocation)

[Obsolete]
public void ForEach(Allocation arg0, Allocation arg1)

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEach(Allocation, Allocation, LaunchOptions)

[Obsolete]
public void ForEach(Allocation arg0, Allocation arg1, Script.LaunchOptions arg2)

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

GetKernelID()

[Obsolete]
public Script.KernelID GetKernelID()

Returns

Script.KernelID

Script.KernelID

SetLUT(Allocation)

[Obsolete]
public void SetLUT(Allocation arg0)

Parameters

arg0 Allocation

Allocation