Table of Contents

Class GL11Ext

Namespace
Javax.Microedition.Khronos.Opengles
Assembly
MASES.Netdroid.dll
public class GL11Ext : GL, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IGL11Ext, IGL
Inheritance
JVMBridgeBase
JVMBridgeBase<GL>
GL11Ext
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<GL>.IsAssignableFrom(IJavaType)
JVMBridgeBase<GL>.IsAssignableFrom<T>()
JVMBridgeBase<GL>.Execute<T>(params T[])
JVMBridgeBase<GL>.DynBridgeClazz
JVMBridgeBase<GL>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

GL11Ext()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("GL11Ext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GL11Ext()

GL11Ext(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("GL11Ext class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GL11Ext(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES

public static int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES { get; }

Property Value

int

GL_MATRIX_INDEX_ARRAY_OES

public static int GL_MATRIX_INDEX_ARRAY_OES { get; }

Property Value

int

GL_MATRIX_INDEX_ARRAY_POINTER_OES

public static int GL_MATRIX_INDEX_ARRAY_POINTER_OES { get; }

Property Value

int

GL_MATRIX_INDEX_ARRAY_SIZE_OES

public static int GL_MATRIX_INDEX_ARRAY_SIZE_OES { get; }

Property Value

int

GL_MATRIX_INDEX_ARRAY_STRIDE_OES

public static int GL_MATRIX_INDEX_ARRAY_STRIDE_OES { get; }

Property Value

int

GL_MATRIX_INDEX_ARRAY_TYPE_OES

public static int GL_MATRIX_INDEX_ARRAY_TYPE_OES { get; }

Property Value

int

GL_MATRIX_PALETTE_OES

public static int GL_MATRIX_PALETTE_OES { get; }

Property Value

int

GL_MAX_PALETTE_MATRICES_OES

public static int GL_MAX_PALETTE_MATRICES_OES { get; }

Property Value

int

GL_MAX_VERTEX_UNITS_OES

public static int GL_MAX_VERTEX_UNITS_OES { get; }

Property Value

int

GL_TEXTURE_CROP_RECT_OES

public static int GL_TEXTURE_CROP_RECT_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_BUFFER_BINDING_OES

public static int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_OES

public static int GL_WEIGHT_ARRAY_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_POINTER_OES

public static int GL_WEIGHT_ARRAY_POINTER_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_SIZE_OES

public static int GL_WEIGHT_ARRAY_SIZE_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_STRIDE_OES

public static int GL_WEIGHT_ARRAY_STRIDE_OES { get; }

Property Value

int

GL_WEIGHT_ARRAY_TYPE_OES

public static int GL_WEIGHT_ARRAY_TYPE_OES { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GlCurrentPaletteMatrixOES(int)

public void GlCurrentPaletteMatrixOES(int arg0)

Parameters

arg0 int

int

GlDrawTexfOES(float, float, float, float, float)

public void GlDrawTexfOES(float arg0, float arg1, float arg2, float arg3, float arg4)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

GlDrawTexfvOES(FloatBuffer)

public void GlDrawTexfvOES(FloatBuffer arg0)

Parameters

arg0 FloatBuffer

FloatBuffer

GlDrawTexfvOES(float[], int)

public void GlDrawTexfvOES(float[] arg0, int arg1)

Parameters

arg0 float[]

float

arg1 int

int

GlDrawTexiOES(int, int, int, int, int)

public void GlDrawTexiOES(int arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

GlDrawTexivOES(IntBuffer)

public void GlDrawTexivOES(IntBuffer arg0)

Parameters

arg0 IntBuffer

IntBuffer

GlDrawTexivOES(int[], int)

public void GlDrawTexivOES(int[] arg0, int arg1)

Parameters

arg0 int[]

int

arg1 int

int

GlDrawTexsOES(short, short, short, short, short)

public void GlDrawTexsOES(short arg0, short arg1, short arg2, short arg3, short arg4)

Parameters

arg0 short

short

arg1 short

short

arg2 short

short

arg3 short

short

arg4 short

short

GlDrawTexsvOES(ShortBuffer)

public void GlDrawTexsvOES(ShortBuffer arg0)

Parameters

arg0 ShortBuffer

ShortBuffer

GlDrawTexsvOES(short[], int)

public void GlDrawTexsvOES(short[] arg0, int arg1)

Parameters

arg0 short[]

short

arg1 int

int

GlDrawTexxOES(int, int, int, int, int)

public void GlDrawTexxOES(int arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

GlDrawTexxvOES(IntBuffer)

public void GlDrawTexxvOES(IntBuffer arg0)

Parameters

arg0 IntBuffer

IntBuffer

GlDrawTexxvOES(int[], int)

public void GlDrawTexxvOES(int[] arg0, int arg1)

Parameters

arg0 int[]

int

arg1 int

int

GlEnable(int)

public void GlEnable(int arg0)

Parameters

arg0 int

int

GlEnableClientState(int)

public void GlEnableClientState(int arg0)

Parameters

arg0 int

int

GlLoadPaletteFromModelViewMatrixOES()

public void GlLoadPaletteFromModelViewMatrixOES()

GlMatrixIndexPointerOES(int, int, int, Buffer)

public void GlMatrixIndexPointerOES(int arg0, int arg1, int arg2, Buffer arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 Buffer

Buffer

GlMatrixIndexPointerOES(int, int, int, int)

public void GlMatrixIndexPointerOES(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

GlTexParameterfv(int, int, float[], int)

public void GlTexParameterfv(int arg0, int arg1, float[] arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 float[]

float

arg3 int

int

GlWeightPointerOES(int, int, int, Buffer)

public void GlWeightPointerOES(int arg0, int arg1, int arg2, Buffer arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 Buffer

Buffer

GlWeightPointerOES(int, int, int, int)

public void GlWeightPointerOES(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int