Table of Contents

Class ScriptIntrinsicBlend

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete]
public class ScriptIntrinsicBlend : ScriptIntrinsic, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BaseObj>
ScriptIntrinsicBlend
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

ScriptIntrinsicBlend()

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

public ScriptIntrinsicBlend()

ScriptIntrinsicBlend(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 ScriptIntrinsicBlend(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 ScriptIntrinsicBlend Create(RenderScript arg0, Element arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Element

Element

Returns

ScriptIntrinsicBlend

ScriptIntrinsicBlend

ForEachAdd(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachAdd(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachClear(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachClear(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachDst(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachDst(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachDstAtop(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachDstAtop(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachDstIn(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachDstIn(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachDstOut(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachDstOut(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachDstOver(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachDstOver(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachMultiply(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachMultiply(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSrc(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSrc(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSrcAtop(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSrcAtop(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSrcIn(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSrcIn(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSrcOut(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSrcOut(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSrcOver(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSrcOver(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachSubtract(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachSubtract(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

ForEachXor(Allocation, Allocation)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

ForEachXor(Allocation, Allocation, LaunchOptions)

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

Parameters

arg0 Allocation

Allocation

arg1 Allocation

Allocation

arg2 Script.LaunchOptions

Script.LaunchOptions

GetKernelIDAdd()

[Obsolete]
public Script.KernelID GetKernelIDAdd()

Returns

Script.KernelID

Script.KernelID

GetKernelIDClear()

[Obsolete]
public Script.KernelID GetKernelIDClear()

Returns

Script.KernelID

Script.KernelID

GetKernelIDDst()

[Obsolete]
public Script.KernelID GetKernelIDDst()

Returns

Script.KernelID

Script.KernelID

GetKernelIDDstAtop()

[Obsolete]
public Script.KernelID GetKernelIDDstAtop()

Returns

Script.KernelID

Script.KernelID

GetKernelIDDstIn()

[Obsolete]
public Script.KernelID GetKernelIDDstIn()

Returns

Script.KernelID

Script.KernelID

GetKernelIDDstOut()

[Obsolete]
public Script.KernelID GetKernelIDDstOut()

Returns

Script.KernelID

Script.KernelID

GetKernelIDDstOver()

[Obsolete]
public Script.KernelID GetKernelIDDstOver()

Returns

Script.KernelID

Script.KernelID

GetKernelIDMultiply()

[Obsolete]
public Script.KernelID GetKernelIDMultiply()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSrc()

[Obsolete]
public Script.KernelID GetKernelIDSrc()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSrcAtop()

[Obsolete]
public Script.KernelID GetKernelIDSrcAtop()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSrcIn()

[Obsolete]
public Script.KernelID GetKernelIDSrcIn()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSrcOut()

[Obsolete]
public Script.KernelID GetKernelIDSrcOut()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSrcOver()

[Obsolete]
public Script.KernelID GetKernelIDSrcOver()

Returns

Script.KernelID

Script.KernelID

GetKernelIDSubtract()

[Obsolete]
public Script.KernelID GetKernelIDSubtract()

Returns

Script.KernelID

Script.KernelID

GetKernelIDXor()

[Obsolete]
public Script.KernelID GetKernelIDXor()

Returns

Script.KernelID

Script.KernelID