Langue

ScriptIntrinsicLUT.ForEach Méthode

Définition

Surcharges

Nom Description
ForEach(Allocation, Allocation)

Appelez le noyau et appliquez la recherche à chaque cellule d’ain et copiez vers aout.

ForEach(Allocation, Allocation, Script+LaunchOptions)

Appelez le noyau et appliquez la recherche à chaque cellule d’ain et copiez vers aout.

ForEach(Allocation, Allocation)

Appelez le noyau et appliquez la recherche à chaque cellule d’ain et copiez vers aout.

[Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "")]
public void ForEach(Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout);
[<Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V", "")>]
override this.ForEach : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation -> unit

Paramètres

ain
Allocation

Allocation d’entrée

aout
Allocation

Allocation de sortie

Attributs

Remarques

Appelez le noyau et appliquez la recherche à chaque cellule d’ain et copiez vers aout.

Java documentation pour android.renderscript.ScriptIntrinsicLUT.forEach(android.renderscript.Allocation, android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

ForEach(Allocation, Allocation, Script+LaunchOptions)

Appelez le noyau et appliquez la recherche à chaque cellule d’ain et copiez vers aout.

[Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")]
public void ForEach(Android.Renderscripts.Allocation? ain, Android.Renderscripts.Allocation? aout, Android.Renderscripts.Script.LaunchOptions? opt);
[<Android.Runtime.Register("forEach", "(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V", "")>]
override this.ForEach : Android.Renderscripts.Allocation * Android.Renderscripts.Allocation * Android.Renderscripts.Script.LaunchOptions -> unit

Paramètres

ain
Allocation

Allocation d’entrée

aout
Allocation

Allocation de sortie

opt
Script.LaunchOptions

Options de découpage

Attributs

Remarques

Java documentation pour android.renderscript.ScriptIntrinsicLUT.forEach(android.renderscript.Allocation, android.renderscript.Allocation).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à