[]Struct jni_android_sys::android::opengl::GLES11Ext

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

public class GLES11Ext

Required feature: "android-opengl-GLES11Ext"

Methods

impl GLES11Ext

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, GLES11Ext>, Local<'env, Throwable>>
[src]

pub fn glBlendEquationSeparateOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

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

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

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

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

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

glDrawTexsvOES

Required features: "java-nio-ShortBuffer"

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

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

glDrawTexivOES

Required features: "java-nio-IntBuffer"

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

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

glDrawTexxvOES

Required features: "java-nio-IntBuffer"

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

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

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

glDrawTexfvOES

Required features: "java-nio-FloatBuffer"

pub fn glEGLImageTargetTexture2DOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env Buffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glEGLImageTargetTexture2DOES

Required features: "java-nio-Buffer"

pub fn glEGLImageTargetRenderbufferStorageOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env Buffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glEGLImageTargetRenderbufferStorageOES

Required features: "java-nio-Buffer"

pub fn glAlphaFuncxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

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

pub fn glClipPlanexOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glClipPlanexOES

Required features: "java-nio-IntBuffer"

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

pub fn glDepthRangexOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glFogxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glFogxvOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glFogxvOES

Required features: "java-nio-IntBuffer"

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

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

pub fn glGetClipPlanexOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetClipPlanexOES

Required features: "java-nio-IntBuffer"

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

pub fn glGetFixedvOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetFixedvOES

Required features: "java-nio-IntBuffer"

pub fn glGetLightxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetLightxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetLightxvOES

Required features: "java-nio-IntBuffer"

pub fn glGetMaterialxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetMaterialxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetMaterialxvOES

Required features: "java-nio-IntBuffer"

pub fn glGetTexEnvxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetTexEnvxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetTexEnvxvOES

Required features: "java-nio-IntBuffer"

pub fn glGetTexParameterxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetTexParameterxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetTexParameterxvOES

Required features: "java-nio-IntBuffer"

pub fn glLightModelxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glLightModelxvOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glLightModelxvOES

Required features: "java-nio-IntBuffer"

pub fn glLightxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glLightxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glLightxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glLightxvOES

Required features: "java-nio-IntBuffer"

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

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

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

glLoadMatrixxOES

Required features: "java-nio-IntBuffer"

pub fn glMaterialxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glMaterialxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glMaterialxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glMaterialxvOES

Required features: "java-nio-IntBuffer"

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

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

glMultMatrixxOES

Required features: "java-nio-IntBuffer"

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

pub fn glNormal3xOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glPointParameterxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glPointParameterxvOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glPointParameterxvOES

Required features: "java-nio-IntBuffer"

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

pub fn glPolygonOffsetxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glSampleCoveragexOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glScalexOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexEnvxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexEnvxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexEnvxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glTexEnvxvOES

Required features: "java-nio-IntBuffer"

pub fn glTexParameterxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexParameterxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexParameterxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glTexParameterxvOES

Required features: "java-nio-IntBuffer"

pub fn glTranslatexOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glIsRenderbufferOES<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn glBindRenderbufferOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glDeleteRenderbuffersOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glDeleteRenderbuffersOES

Required features: "java-nio-IntBuffer"

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

pub fn glGenRenderbuffersOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGenRenderbuffersOES

Required features: "java-nio-IntBuffer"

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

pub fn glGetRenderbufferParameterivOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetRenderbufferParameterivOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetRenderbufferParameterivOES

Required features: "java-nio-IntBuffer"

pub fn glIsFramebufferOES<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn glBindFramebufferOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glDeleteFramebuffersOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glDeleteFramebuffersOES

Required features: "java-nio-IntBuffer"

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

pub fn glGenFramebuffersOES_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGenFramebuffersOES

Required features: "java-nio-IntBuffer"

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

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

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

pub fn glGetFramebufferAttachmentParameterivOES_int_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env IntArray>>,
    arg4: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetFramebufferAttachmentParameterivOES_int_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetFramebufferAttachmentParameterivOES

Required features: "java-nio-IntBuffer"

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

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

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

pub fn glMatrixIndexPointerOES<'env>(
    __jni_env: &'env Env,
    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 glWeightPointerOES<'env>(
    __jni_env: &'env Env,
    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 glDepthRangefOES<'env>(
    __jni_env: &'env Env,
    arg0: f32,
    arg1: f32
) -> Result<(), Local<'env, Throwable>>
[src]

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

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

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

pub fn glClipPlanefOES_int_FloatBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env FloatBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glClipPlanefOES

Required features: "java-nio-FloatBuffer"

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

pub fn glGetClipPlanefOES_int_FloatBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env FloatBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetClipPlanefOES

Required features: "java-nio-FloatBuffer"

pub fn glClearDepthfOES<'env>(
    __jni_env: &'env Env,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexGenfOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: f32
) -> Result<(), Local<'env, Throwable>>
[src]

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

pub fn glTexGenfvOES_int_int_FloatBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env FloatBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glTexGenfvOES

Required features: "java-nio-FloatBuffer"

pub fn glTexGeniOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexGenivOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexGenivOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glTexGenivOES

Required features: "java-nio-IntBuffer"

pub fn glTexGenxOES<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexGenxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glTexGenxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glTexGenxvOES

Required features: "java-nio-IntBuffer"

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

pub fn glGetTexGenfvOES_int_int_FloatBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env FloatBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetTexGenfvOES

Required features: "java-nio-FloatBuffer"

pub fn glGetTexGenivOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetTexGenivOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetTexGenivOES

Required features: "java-nio-IntBuffer"

pub fn glGetTexGenxvOES_int_int_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntArray>>,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn glGetTexGenxvOES_int_int_IntBuffer<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: impl Into<Option<&'env IntBuffer>>
) -> Result<(), Local<'env, Throwable>>
[src]

glGetTexGenxvOES

Required features: "java-nio-IntBuffer"

pub const GL_3DC_XY_AMD: i32[src]

public static final GL_3DC_XY_AMD

pub const GL_3DC_X_AMD: i32[src]

public static final GL_3DC_X_AMD

pub const GL_ATC_RGBA_EXPLICIT_ALPHA_AMD: i32[src]

public static final GL_ATC_RGBA_EXPLICIT_ALPHA_AMD

pub const GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD: i32[src]

pub const GL_ATC_RGB_AMD: i32[src]

public static final GL_ATC_RGB_AMD

pub const GL_BGRA: i32[src]

public static final GL_BGRA

pub const GL_BLEND_DST_ALPHA_OES: i32[src]

public static final GL_BLEND_DST_ALPHA_OES

pub const GL_BLEND_DST_RGB_OES: i32[src]

public static final GL_BLEND_DST_RGB_OES

pub const GL_BLEND_EQUATION_ALPHA_OES: i32[src]

public static final GL_BLEND_EQUATION_ALPHA_OES

pub const GL_BLEND_EQUATION_OES: i32[src]

public static final GL_BLEND_EQUATION_OES

pub const GL_BLEND_EQUATION_RGB_OES: i32[src]

public static final GL_BLEND_EQUATION_RGB_OES

pub const GL_BLEND_SRC_ALPHA_OES: i32[src]

public static final GL_BLEND_SRC_ALPHA_OES

pub const GL_BLEND_SRC_RGB_OES: i32[src]

public static final GL_BLEND_SRC_RGB_OES

pub const GL_BUFFER_ACCESS_OES: i32[src]

public static final GL_BUFFER_ACCESS_OES

pub const GL_BUFFER_MAPPED_OES: i32[src]

public static final GL_BUFFER_MAPPED_OES

pub const GL_BUFFER_MAP_POINTER_OES: i32[src]

public static final GL_BUFFER_MAP_POINTER_OES

pub const GL_COLOR_ATTACHMENT0_OES: i32[src]

public static final GL_COLOR_ATTACHMENT0_OES

pub const GL_CURRENT_PALETTE_MATRIX_OES: i32[src]

public static final GL_CURRENT_PALETTE_MATRIX_OES

pub const GL_DECR_WRAP_OES: i32[src]

public static final GL_DECR_WRAP_OES

pub const GL_DEPTH24_STENCIL8_OES: i32[src]

public static final GL_DEPTH24_STENCIL8_OES

pub const GL_DEPTH_ATTACHMENT_OES: i32[src]

public static final GL_DEPTH_ATTACHMENT_OES

pub const GL_DEPTH_COMPONENT16_OES: i32[src]

public static final GL_DEPTH_COMPONENT16_OES

pub const GL_DEPTH_COMPONENT24_OES: i32[src]

public static final GL_DEPTH_COMPONENT24_OES

pub const GL_DEPTH_COMPONENT32_OES: i32[src]

public static final GL_DEPTH_COMPONENT32_OES

pub const GL_DEPTH_STENCIL_OES: i32[src]

public static final GL_DEPTH_STENCIL_OES

pub const GL_ETC1_RGB8_OES: i32[src]

public static final GL_ETC1_RGB8_OES

pub const GL_FIXED_OES: i32[src]

public static final GL_FIXED_OES

pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES: i32[src]

pub const GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES: i32[src]

pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES: i32[src]

pub const GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES: i32[src]

pub const GL_FRAMEBUFFER_BINDING_OES: i32[src]

public static final GL_FRAMEBUFFER_BINDING_OES

pub const GL_FRAMEBUFFER_COMPLETE_OES: i32[src]

public static final GL_FRAMEBUFFER_COMPLETE_OES

pub const GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES: i32[src]

pub const GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES: i32[src]

pub const GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES: i32[src]

pub const GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES: i32[src]

pub const GL_FRAMEBUFFER_OES: i32[src]

public static final GL_FRAMEBUFFER_OES

pub const GL_FRAMEBUFFER_UNSUPPORTED_OES: i32[src]

public static final GL_FRAMEBUFFER_UNSUPPORTED_OES

pub const GL_FUNC_ADD_OES: i32[src]

public static final GL_FUNC_ADD_OES

pub const GL_FUNC_REVERSE_SUBTRACT_OES: i32[src]

public static final GL_FUNC_REVERSE_SUBTRACT_OES

pub const GL_FUNC_SUBTRACT_OES: i32[src]

public static final GL_FUNC_SUBTRACT_OES

pub const GL_INCR_WRAP_OES: i32[src]

public static final GL_INCR_WRAP_OES

pub const GL_INVALID_FRAMEBUFFER_OPERATION_OES: i32[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_CUBE_MAP_TEXTURE_SIZE_OES: i32[src]

pub const GL_MAX_PALETTE_MATRICES_OES: i32[src]

public static final GL_MAX_PALETTE_MATRICES_OES

pub const GL_MAX_RENDERBUFFER_SIZE_OES: i32[src]

public static final GL_MAX_RENDERBUFFER_SIZE_OES

pub const GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT: i32[src]

pub const GL_MAX_VERTEX_UNITS_OES: i32[src]

public static final GL_MAX_VERTEX_UNITS_OES

pub const GL_MIRRORED_REPEAT_OES: i32[src]

public static final GL_MIRRORED_REPEAT_OES

pub const GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES: i32[src]

pub const GL_NONE_OES: i32[src]

public static final GL_NONE_OES

pub const GL_NORMAL_MAP_OES: i32[src]

public static final GL_NORMAL_MAP_OES

pub const GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES: i32[src]

pub const GL_REFLECTION_MAP_OES: i32[src]

public static final GL_REFLECTION_MAP_OES

pub const GL_RENDERBUFFER_ALPHA_SIZE_OES: i32[src]

public static final GL_RENDERBUFFER_ALPHA_SIZE_OES

pub const GL_RENDERBUFFER_BINDING_OES: i32[src]

public static final GL_RENDERBUFFER_BINDING_OES

pub const GL_RENDERBUFFER_BLUE_SIZE_OES: i32[src]

public static final GL_RENDERBUFFER_BLUE_SIZE_OES

pub const GL_RENDERBUFFER_DEPTH_SIZE_OES: i32[src]

public static final GL_RENDERBUFFER_DEPTH_SIZE_OES

pub const GL_RENDERBUFFER_GREEN_SIZE_OES: i32[src]

public static final GL_RENDERBUFFER_GREEN_SIZE_OES

pub const GL_RENDERBUFFER_HEIGHT_OES: i32[src]

public static final GL_RENDERBUFFER_HEIGHT_OES

pub const GL_RENDERBUFFER_INTERNAL_FORMAT_OES: i32[src]

pub const GL_RENDERBUFFER_OES: i32[src]

public static final GL_RENDERBUFFER_OES

pub const GL_RENDERBUFFER_RED_SIZE_OES: i32[src]

public static final GL_RENDERBUFFER_RED_SIZE_OES

pub const GL_RENDERBUFFER_STENCIL_SIZE_OES: i32[src]

pub const GL_RENDERBUFFER_WIDTH_OES: i32[src]

public static final GL_RENDERBUFFER_WIDTH_OES

pub const GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES: i32[src]

pub const GL_RGB565_OES: i32[src]

public static final GL_RGB565_OES

pub const GL_RGB5_A1_OES: i32[src]

public static final GL_RGB5_A1_OES

pub const GL_RGB8_OES: i32[src]

public static final GL_RGB8_OES

pub const GL_RGBA4_OES: i32[src]

public static final GL_RGBA4_OES

pub const GL_RGBA8_OES: i32[src]

public static final GL_RGBA8_OES

pub const GL_SAMPLER_EXTERNAL_OES: i32[src]

public static final GL_SAMPLER_EXTERNAL_OES

pub const GL_STENCIL_ATTACHMENT_OES: i32[src]

public static final GL_STENCIL_ATTACHMENT_OES

pub const GL_STENCIL_INDEX1_OES: i32[src]

public static final GL_STENCIL_INDEX1_OES

pub const GL_STENCIL_INDEX4_OES: i32[src]

public static final GL_STENCIL_INDEX4_OES

pub const GL_STENCIL_INDEX8_OES: i32[src]

public static final GL_STENCIL_INDEX8_OES

pub const GL_TEXTURE_BINDING_CUBE_MAP_OES: i32[src]

public static final GL_TEXTURE_BINDING_CUBE_MAP_OES

pub const GL_TEXTURE_BINDING_EXTERNAL_OES: i32[src]

public static final GL_TEXTURE_BINDING_EXTERNAL_OES

pub const GL_TEXTURE_CROP_RECT_OES: i32[src]

public static final GL_TEXTURE_CROP_RECT_OES

pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES: i32[src]

pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES: i32[src]

pub const GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES: i32[src]

pub const GL_TEXTURE_CUBE_MAP_OES: i32[src]

public static final GL_TEXTURE_CUBE_MAP_OES

pub const GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES: i32[src]

pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES: i32[src]

pub const GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES: i32[src]

pub const GL_TEXTURE_EXTERNAL_OES: i32[src]

public static final GL_TEXTURE_EXTERNAL_OES

pub const GL_TEXTURE_GEN_MODE_OES: i32[src]

public static final GL_TEXTURE_GEN_MODE_OES

pub const GL_TEXTURE_GEN_STR_OES: i32[src]

public static final GL_TEXTURE_GEN_STR_OES

pub const GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES: i32[src]

pub const GL_TEXTURE_MAX_ANISOTROPY_EXT: i32[src]

public static final GL_TEXTURE_MAX_ANISOTROPY_EXT

pub const GL_UNSIGNED_INT_24_8_OES: i32[src]

public static final GL_UNSIGNED_INT_24_8_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

pub const GL_WRITE_ONLY_OES: i32[src]

public static final GL_WRITE_ONLY_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 GLES11Ext

impl AsValidJObjectAndEnv for GLES11Ext

impl Deref for GLES11Ext

type Target = Object

The resulting type after dereferencing.

impl JniType for GLES11Ext

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.