[]Struct jni_android_sys::javax::microedition::khronos::opengles::GL11Ext

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

public interface GL11Ext

Required feature: "javax-microedition-khronos-opengles-GL11Ext"

Methods

impl GL11Ext

pub fn glTexParameterfv<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env FloatArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glCurrentPaletteMatrixOES<'env>(
    &'env self,
    arg0: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glDrawTexfOES<'env>(
    &'env self,
    arg0: f32,
    arg1: f32,
    arg2: f32,
    arg3: f32,
    arg4: f32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

glDrawTexfvOES

Required features: "java-nio-FloatBuffer"

pub fn glDrawTexiOES<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

glDrawTexivOES

Required features: "java-nio-IntBuffer"

pub fn glDrawTexsOES<'env>(
    &'env self,
    arg0: i16,
    arg1: i16,
    arg2: i16,
    arg3: i16,
    arg4: i16
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

glDrawTexsvOES

Required features: "java-nio-ShortBuffer"

pub fn glDrawTexxOES<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32,
    arg4: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

glDrawTexxvOES

Required features: "java-nio-IntBuffer"

pub fn glEnable<'env>(
    &'env self,
    arg0: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glEnableClientState<'env>(
    &'env self,
    arg0: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glMatrixIndexPointerOES_int_int_int_Buffer<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Buffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glMatrixIndexPointerOES

Required features: "java-nio-Buffer"

pub fn glMatrixIndexPointerOES_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glWeightPointerOES_int_int_int_Buffer<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Buffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glWeightPointerOES

Required features: "java-nio-Buffer"

pub fn glWeightPointerOES_int_int_int_int<'env>(
    &'env self,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub const GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES: i32[src]

pub const GL_MATRIX_INDEX_ARRAY_OES: i32[src]

public static final GL_MATRIX_INDEX_ARRAY_OES

pub const GL_MATRIX_INDEX_ARRAY_POINTER_OES: i32[src]

pub const GL_MATRIX_INDEX_ARRAY_SIZE_OES: i32[src]

public static final GL_MATRIX_INDEX_ARRAY_SIZE_OES

pub const GL_MATRIX_INDEX_ARRAY_STRIDE_OES: i32[src]

pub const GL_MATRIX_INDEX_ARRAY_TYPE_OES: i32[src]

public static final GL_MATRIX_INDEX_ARRAY_TYPE_OES

pub const GL_MATRIX_PALETTE_OES: i32[src]

public static final GL_MATRIX_PALETTE_OES

pub const GL_MAX_PALETTE_MATRICES_OES: i32[src]

public static final GL_MAX_PALETTE_MATRICES_OES

pub const GL_MAX_VERTEX_UNITS_OES: i32[src]

public static final GL_MAX_VERTEX_UNITS_OES

pub const GL_TEXTURE_CROP_RECT_OES: i32[src]

public static final GL_TEXTURE_CROP_RECT_OES

pub const GL_WEIGHT_ARRAY_BUFFER_BINDING_OES: i32[src]

pub const GL_WEIGHT_ARRAY_OES: i32[src]

public static final GL_WEIGHT_ARRAY_OES

pub const GL_WEIGHT_ARRAY_POINTER_OES: i32[src]

public static final GL_WEIGHT_ARRAY_POINTER_OES

pub const GL_WEIGHT_ARRAY_SIZE_OES: i32[src]

public static final GL_WEIGHT_ARRAY_SIZE_OES

pub const GL_WEIGHT_ARRAY_STRIDE_OES: i32[src]

public static final GL_WEIGHT_ARRAY_STRIDE_OES

pub const GL_WEIGHT_ARRAY_TYPE_OES: i32[src]

public static final GL_WEIGHT_ARRAY_TYPE_OES

Methods from Deref<Target = Object>

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

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

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

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

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

Trait Implementations

impl AsJValue for GL11Ext

impl AsRef<GL> for GL11Ext

impl AsValidJObjectAndEnv for GL11Ext

impl Deref for GL11Ext

type Target = Object

The resulting type after dereferencing.

impl JniType for GL11Ext

Auto Trait Implementations

impl RefUnwindSafe for GL11Ext

impl !Send for GL11Ext

impl !Sync for GL11Ext

impl Unpin for GL11Ext

impl UnwindSafe for GL11Ext

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.