IGL11ExtensionPack Interface

Definition

[Android.Runtime.Register("javax/microedition/khronos/opengles/GL11ExtensionPack", "", "Javax.Microedition.Khronos.Opengles.IGL11ExtensionPackInvoker")]
public interface IGL11ExtensionPack : IDisposable, Java.Interop.IJavaPeerable, Javax.Microedition.Khronos.Opengles.IGL
[<Android.Runtime.Register("javax/microedition/khronos/opengles/GL11ExtensionPack", "", "Javax.Microedition.Khronos.Opengles.IGL11ExtensionPackInvoker")>]
type IGL11ExtensionPack = interface
    interface IGL
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Attributes
Implements

Remarks

Android platform documentation

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

GlBlendDstAlpha
GlBlendDstRgb
GlBlendEquationAlpha
GlBlendEquationRgb
GlBlendSrcAlpha
GlBlendSrcRgb
GlColorAttachment0Oes
GlColorAttachment10Oes
GlColorAttachment11Oes
GlColorAttachment12Oes
GlColorAttachment13Oes
GlColorAttachment14Oes
GlColorAttachment15Oes
GlColorAttachment1Oes
GlColorAttachment2Oes
GlColorAttachment3Oes
GlColorAttachment4Oes
GlColorAttachment5Oes
GlColorAttachment6Oes
GlColorAttachment7Oes
GlColorAttachment8Oes
GlColorAttachment9Oes
GlDecrWrap
GlDepthAttachmentOes
GlDepthComponent
GlDepthComponent16
GlDepthComponent24
GlDepthComponent32
GlFramebufferAttachmentObjectNameOes
GlFramebufferAttachmentObjectTypeOes
GlFramebufferAttachmentTextureCubeMapFaceOes
GlFramebufferAttachmentTextureLevelOes
GlFramebufferBindingOes
GlFramebufferCompleteOes
GlFramebufferIncompleteAttachmentOes
GlFramebufferIncompleteDimensionsOes
GlFramebufferIncompleteDrawBufferOes
GlFramebufferIncompleteFormatsOes
GlFramebufferIncompleteMissingAttachmentOes
GlFramebufferIncompleteReadBufferOes
GlFramebufferOes
GlFramebufferUnsupportedOes
GlFuncAdd
GlFuncReverseSubtract
GlFuncSubtract
GlIncrWrap
GlInvalidFramebufferOperationOes
GlMaxColorAttachmentsOes
GlMaxCubeMapTextureSize
GlMaxRenderbufferSizeOes
GlMirroredRepeat
GlNormalMap
GlReflectionMap
GlRenderbufferAlphaSizeOes
GlRenderbufferBindingOes
GlRenderbufferBlueSizeOes
GlRenderbufferDepthSizeOes
GlRenderbufferGreenSizeOes
GlRenderbufferHeightOes
GlRenderbufferInternalFormatOes
GlRenderbufferOes
GlRenderbufferRedSizeOes
GlRenderbufferStencilSizeOes
GlRenderbufferWidthOes
GlRgb565Oes
GlRgb5A1
GlRgb8
GlRgba4
GlRgba8
GlStencilAttachmentOes
GlStencilIndex
GlStencilIndex1Oes
GlStencilIndex4Oes
GlStencilIndex8Oes
GlStr
GlTextureBindingCubeMap
GlTextureCubeMap
GlTextureCubeMapNegativeX
GlTextureCubeMapNegativeY
GlTextureCubeMapNegativeZ
GlTextureCubeMapPositiveX
GlTextureCubeMapPositiveY
GlTextureCubeMapPositiveZ
GlTextureGenMode
GlTextureGenStr

Properties

Handle

Gets the JNI value of the underlying Android object.

(Inherited from IJavaObject)
JniIdentityHashCode

Returns the value of java.lang.System.identityHashCode() for the wrapped instance.

(Inherited from IJavaPeerable)
JniManagedPeerState

State of the managed peer.

(Inherited from IJavaPeerable)
JniPeerMembers

Member access and invocation support.

(Inherited from IJavaPeerable)
PeerReference

Returns a JniObjectReference of the wrapped Java object instance.

(Inherited from IJavaPeerable)

Methods

Disposed()

Called when the instance has been disposed.

(Inherited from IJavaPeerable)
DisposeUnlessReferenced()

If there are no outstanding references to this instance, then calls Dispose(); otherwise, does nothing.

(Inherited from IJavaPeerable)
Finalized()

Called when the instance has been finalized.

(Inherited from IJavaPeerable)
GlBindFramebufferOES(Int32, Int32)
GlBindRenderbufferOES(Int32, Int32)
GlBindTexture(Int32, Int32)
GlBlendEquation(Int32)
GlBlendEquationSeparate(Int32, Int32)
GlBlendFuncSeparate(Int32, Int32, Int32, Int32)
GlCheckFramebufferStatusOES(Int32)
GlCompressedTexImage2D(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Buffer)
GlCopyTexImage2D(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
GlDeleteFramebuffersOES(Int32, Int32[], Int32)
GlDeleteFramebuffersOES(Int32, IntBuffer)
GlDeleteRenderbuffersOES(Int32, Int32[], Int32)
GlDeleteRenderbuffersOES(Int32, IntBuffer)
GlEnable(Int32)
GlFramebufferRenderbufferOES(Int32, Int32, Int32, Int32)
GlFramebufferTexture2DOES(Int32, Int32, Int32, Int32, Int32)
GlGenerateMipmapOES(Int32)
GlGenFramebuffersOES(Int32, Int32[], Int32)
GlGenFramebuffersOES(Int32, IntBuffer)
GlGenRenderbuffersOES(Int32, Int32[], Int32)
GlGenRenderbuffersOES(Int32, IntBuffer)
GlGetFramebufferAttachmentParameterivOES(Int32, Int32, Int32, Int32[], Int32)
GlGetFramebufferAttachmentParameterivOES(Int32, Int32, Int32, IntBuffer)
GlGetIntegerv(Int32, Int32[], Int32)
GlGetIntegerv(Int32, IntBuffer)
GlGetRenderbufferParameterivOES(Int32, Int32, Int32[], Int32)
GlGetRenderbufferParameterivOES(Int32, Int32, IntBuffer)
GlGetTexGenfv(Int32, Int32, FloatBuffer)
GlGetTexGenfv(Int32, Int32, Single[], Int32)
GlGetTexGeniv(Int32, Int32, Int32[], Int32)
GlGetTexGeniv(Int32, Int32, IntBuffer)
GlGetTexGenxv(Int32, Int32, Int32[], Int32)
GlGetTexGenxv(Int32, Int32, IntBuffer)
GlIsFramebufferOES(Int32)
GlIsRenderbufferOES(Int32)
GlRenderbufferStorageOES(Int32, Int32, Int32, Int32)
GlStencilOp(Int32, Int32, Int32)
GlTexEnvf(Int32, Int32, Single)
GlTexEnvfv(Int32, Int32, FloatBuffer)
GlTexEnvfv(Int32, Int32, Single[], Int32)
GlTexEnvx(Int32, Int32, Int32)
GlTexEnvxv(Int32, Int32, Int32[], Int32)
GlTexEnvxv(Int32, Int32, IntBuffer)
GlTexGenf(Int32, Int32, Single)
GlTexGenfv(Int32, Int32, FloatBuffer)
GlTexGenfv(Int32, Int32, Single[], Int32)
GlTexGeni(Int32, Int32, Int32)
GlTexGeniv(Int32, Int32, Int32[], Int32)
GlTexGeniv(Int32, Int32, IntBuffer)
GlTexGenx(Int32, Int32, Int32)
GlTexGenxv(Int32, Int32, Int32[], Int32)
GlTexGenxv(Int32, Int32, IntBuffer)
GlTexParameterf(Int32, Int32, Single)
SetJniIdentityHashCode(Int32)

Set the value returned by JniIdentityHashCode.

(Inherited from IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates) (Inherited from IJavaPeerable)
SetPeerReference(JniObjectReference)

Set the value returned by PeerReference.

(Inherited from IJavaPeerable)
UnregisterFromRuntime()

Unregister this instance so that the runtime will not return it from future Java.Interop.JniRuntime+JniValueManager.PeekValue invocations.

(Inherited from IJavaPeerable)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to