[]Struct jni_android_sys::android::renderscript::ScriptIntrinsicBlend

#[repr(transparent)]
pub struct ScriptIntrinsicBlend(_);

public class ScriptIntrinsicBlend

Required feature: "android-renderscript-ScriptIntrinsicBlend"

Methods

impl ScriptIntrinsicBlend

pub fn create<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env RenderScript>>,
    arg1: impl Into<Option<&'env Element>>
) -> Result<Option<Local<'env, ScriptIntrinsicBlend>>, Local<'env, Throwable>>
[src]

create

Required features: "android-renderscript-Element", "android-renderscript-RenderScript", "android-renderscript-ScriptIntrinsicBlend"

pub fn forEachClear_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachClear

Required features: "android-renderscript-Allocation"

pub fn forEachClear_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachClear

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDClear<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDClear

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSrc_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrc

Required features: "android-renderscript-Allocation"

pub fn forEachSrc_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrc

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSrc<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSrc

Required features: "android-renderscript-Script_KernelID"

pub fn forEachDst_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDst

Required features: "android-renderscript-Allocation"

pub fn forEachDst_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDst

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDDst<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDDst

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSrcOver_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcOver

Required features: "android-renderscript-Allocation"

pub fn forEachSrcOver_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcOver

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSrcOver<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSrcOver

Required features: "android-renderscript-Script_KernelID"

pub fn forEachDstOver_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstOver

Required features: "android-renderscript-Allocation"

pub fn forEachDstOver_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstOver

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDDstOver<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDDstOver

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSrcIn_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcIn

Required features: "android-renderscript-Allocation"

pub fn forEachSrcIn_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcIn

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSrcIn<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSrcIn

Required features: "android-renderscript-Script_KernelID"

pub fn forEachDstIn_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstIn

Required features: "android-renderscript-Allocation"

pub fn forEachDstIn_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstIn

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDDstIn<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDDstIn

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSrcOut_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcOut

Required features: "android-renderscript-Allocation"

pub fn forEachSrcOut_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcOut

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSrcOut<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSrcOut

Required features: "android-renderscript-Script_KernelID"

pub fn forEachDstOut_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstOut

Required features: "android-renderscript-Allocation"

pub fn forEachDstOut_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstOut

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDDstOut<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDDstOut

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSrcAtop_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcAtop

Required features: "android-renderscript-Allocation"

pub fn forEachSrcAtop_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSrcAtop

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSrcAtop<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSrcAtop

Required features: "android-renderscript-Script_KernelID"

pub fn forEachDstAtop_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstAtop

Required features: "android-renderscript-Allocation"

pub fn forEachDstAtop_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachDstAtop

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDDstAtop<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDDstAtop

Required features: "android-renderscript-Script_KernelID"

pub fn forEachXor_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachXor

Required features: "android-renderscript-Allocation"

pub fn forEachXor_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachXor

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDXor<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDXor

Required features: "android-renderscript-Script_KernelID"

pub fn forEachMultiply_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachMultiply

Required features: "android-renderscript-Allocation"

pub fn forEachMultiply_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachMultiply

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDMultiply<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDMultiply

Required features: "android-renderscript-Script_KernelID"

pub fn forEachAdd_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachAdd

Required features: "android-renderscript-Allocation"

pub fn forEachAdd_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachAdd

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDAdd<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDAdd

Required features: "android-renderscript-Script_KernelID"

pub fn forEachSubtract_Allocation_Allocation<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSubtract

Required features: "android-renderscript-Allocation"

pub fn forEachSubtract_Allocation_Allocation_LaunchOptions<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Allocation>>,
    arg1: impl Into<Option<&'env Allocation>>,
    arg2: impl Into<Option<&'env Script_LaunchOptions>>
) -> Result<(), Local<'env, Throwable>>
[src]

forEachSubtract

Required features: "android-renderscript-Allocation", "android-renderscript-Script_LaunchOptions"

pub fn getKernelIDSubtract<'env>(
    &'env self
) -> Result<Option<Local<'env, Script_KernelID>>, Local<'env, Throwable>>
[src]

getKernelIDSubtract

Required features: "android-renderscript-Script_KernelID"

Trait Implementations

impl AsJValue for ScriptIntrinsicBlend

impl AsValidJObjectAndEnv for ScriptIntrinsicBlend

impl Deref for ScriptIntrinsicBlend

type Target = ScriptIntrinsic

The resulting type after dereferencing.

impl JniType for ScriptIntrinsicBlend

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.