OpenTK.Graphics.ES20.GL Member List

This is the complete list of members for OpenTK.Graphics.ES20.GL, including all inherited members.
ActiveTexture(OpenTK.Graphics.ES20.TextureUnit texture)OpenTK.Graphics.ES20.GL [static]
AttachShader(Int32 program, Int32 shader)OpenTK.Graphics.ES20.GL [static]
AttachShader(UInt32 program, UInt32 shader)OpenTK.Graphics.ES20.GL [static]
BindAttribLocation(Int32 program, Int32 index, String name)OpenTK.Graphics.ES20.GL [static]
BindAttribLocation(UInt32 program, UInt32 index, String name)OpenTK.Graphics.ES20.GL [static]
BindBuffer(OpenTK.Graphics.ES20.BufferTarget target, Int32 buffer)OpenTK.Graphics.ES20.GL [static]
BindBuffer(OpenTK.Graphics.ES20.BufferTarget target, UInt32 buffer)OpenTK.Graphics.ES20.GL [static]
BindFramebuffer(OpenTK.Graphics.ES20.FramebufferTarget target, Int32 framebuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BindFramebuffer(OpenTK.Graphics.ES20.FramebufferTarget target, UInt32 framebuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BindingsBase()OpenTK.BindingsBase
BindRenderbuffer(OpenTK.Graphics.ES20.RenderbufferTarget target, Int32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BindRenderbuffer(OpenTK.Graphics.ES20.RenderbufferTarget target, UInt32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BindTexture(OpenTK.Graphics.ES20.TextureTarget target, Int32 texture)OpenTK.Graphics.ES20.GL [static]
BindTexture(OpenTK.Graphics.ES20.TextureTarget target, UInt32 texture)OpenTK.Graphics.ES20.GL [static]
BlendColor(Single red, Single green, Single blue, Single alpha)OpenTK.Graphics.ES20.GL [static]
BlendColor(System.Drawing.Color color) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BlendColor(Color4 color) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
BlendEquation(OpenTK.Graphics.ES20.BlendEquationMode mode)OpenTK.Graphics.ES20.GL [static]
BlendEquationSeparate(OpenTK.Graphics.ES20.BlendEquationMode modeRGB, OpenTK.Graphics.ES20.BlendEquationMode modeAlpha)OpenTK.Graphics.ES20.GL [static]
BlendFunc(OpenTK.Graphics.ES20.BlendingFactorSrc sfactor, OpenTK.Graphics.ES20.BlendingFactorDest dfactor)OpenTK.Graphics.ES20.GL [static]
BlendFuncSeparate(OpenTK.Graphics.ES20.BlendingFactorSrc srcRGB, OpenTK.Graphics.ES20.BlendingFactorDest dstRGB, OpenTK.Graphics.ES20.BlendingFactorSrc srcAlpha, OpenTK.Graphics.ES20.BlendingFactorDest dstAlpha)OpenTK.Graphics.ES20.GL [static]
BufferData(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size, IntPtr data, OpenTK.Graphics.ES20.BufferUsage usage)OpenTK.Graphics.ES20.GL [static]
BufferData< T2 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size,[InAttribute, OutAttribute] T2[] data, OpenTK.Graphics.ES20.BufferUsage usage)OpenTK.Graphics.ES20.GL [static]
BufferData< T2 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size,[InAttribute, OutAttribute] T2[,] data, OpenTK.Graphics.ES20.BufferUsage usage)OpenTK.Graphics.ES20.GL [static]
BufferData< T2 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size,[InAttribute, OutAttribute] T2[,,] data, OpenTK.Graphics.ES20.BufferUsage usage)OpenTK.Graphics.ES20.GL [static]
BufferData< T2 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr size,[InAttribute, OutAttribute] ref T2 data, OpenTK.Graphics.ES20.BufferUsage usage)OpenTK.Graphics.ES20.GL [static]
BufferSubData(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size, IntPtr data)OpenTK.Graphics.ES20.GL [static]
BufferSubData< T3 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size,[InAttribute, OutAttribute] T3[] data)OpenTK.Graphics.ES20.GL [static]
BufferSubData< T3 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size,[InAttribute, OutAttribute] T3[,] data)OpenTK.Graphics.ES20.GL [static]
BufferSubData< T3 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size,[InAttribute, OutAttribute] T3[,,] data)OpenTK.Graphics.ES20.GL [static]
BufferSubData< T3 >(OpenTK.Graphics.ES20.BufferTarget target, IntPtr offset, IntPtr size,[InAttribute, OutAttribute] ref T3 data)OpenTK.Graphics.ES20.GL [static]
CheckFramebufferStatus(OpenTK.Graphics.ES20.FramebufferTarget target) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Clear(OpenTK.Graphics.ES20.ClearBufferMask mask)OpenTK.Graphics.ES20.GL [static]
ClearColor(Single red, Single green, Single blue, Single alpha)OpenTK.Graphics.ES20.GL [static]
ClearColor(System.Drawing.Color color) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ClearColor(Color4 color) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ClearDepth(Single depth)OpenTK.Graphics.ES20.GL [static]
ClearStencil(Int32 s)OpenTK.Graphics.ES20.GL [static]
ColorMask(bool red, bool green, bool blue, bool alpha)OpenTK.Graphics.ES20.GL [static]
CompileShader(Int32 shader)OpenTK.Graphics.ES20.GL [static]
CompileShader(UInt32 shader)OpenTK.Graphics.ES20.GL [static]
CompressedTexImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize, IntPtr data)OpenTK.Graphics.ES20.GL [static]
CompressedTexImage2D< T7 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize,[InAttribute, OutAttribute] T7[] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexImage2D< T7 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize,[InAttribute, OutAttribute] T7[,] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexImage2D< T7 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize,[InAttribute, OutAttribute] T7[,,] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexImage2D< T7 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, Int32 imageSize,[InAttribute, OutAttribute] ref T7 data)OpenTK.Graphics.ES20.GL [static]
CompressedTexSubImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize, IntPtr data)OpenTK.Graphics.ES20.GL [static]
CompressedTexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize,[InAttribute, OutAttribute] T8[] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize,[InAttribute, OutAttribute] T8[,] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize,[InAttribute, OutAttribute] T8[,,] data)OpenTK.Graphics.ES20.GL [static]
CompressedTexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, Int32 imageSize,[InAttribute, OutAttribute] ref T8 data)OpenTK.Graphics.ES20.GL [static]
CopyTexImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 x, Int32 y, Int32 width, Int32 height, Int32 border)OpenTK.Graphics.ES20.GL [static]
CopyTexSubImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 x, Int32 y, Int32 width, Int32 height)OpenTK.Graphics.ES20.GL [static]
CoreClassOpenTK.BindingsBase [protected]
CoreFunctionMapOpenTK.BindingsBase [protected]
CreateProgram()OpenTK.Graphics.ES20.GL [static]
CreateShader(OpenTK.Graphics.ES20.ShaderType type)OpenTK.Graphics.ES20.GL [static]
CullFace(OpenTK.Graphics.ES20.CullFaceMode mode)OpenTK.Graphics.ES20.GL [static]
DelegatesClassOpenTK.BindingsBase [protected]
DeleteBuffers(Int32 n, Int32[] buffers)OpenTK.Graphics.ES20.GL [static]
DeleteBuffers(Int32 n, ref Int32 buffers)OpenTK.Graphics.ES20.GL [static]
DeleteBuffers(Int32 n, Int32 *buffers)OpenTK.Graphics.ES20.GL [static]
DeleteBuffers(Int32 n, UInt32[] buffers)OpenTK.Graphics.ES20.GL [static]
DeleteBuffers(Int32 n, ref UInt32 buffers)OpenTK.Graphics.ES20.GL [static]
DeleteBuffers(Int32 n, UInt32 *buffers)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, Int32[] framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, ref Int32 framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, Int32 *framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, UInt32[] framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, ref UInt32 framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteFramebuffers(Int32 n, UInt32 *framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteProgram(Int32 program)OpenTK.Graphics.ES20.GL [static]
DeleteProgram(UInt32 program)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, Int32[] renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, ref Int32 renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, Int32 *renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, UInt32[] renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, ref UInt32 renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteRenderbuffers(Int32 n, UInt32 *renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteShader(Int32 shader)OpenTK.Graphics.ES20.GL [static]
DeleteShader(UInt32 shader)OpenTK.Graphics.ES20.GL [static]
DeleteTexture(int id) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, Int32[] textures)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, ref Int32 textures)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, Int32 *textures)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, UInt32[] textures)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, ref UInt32 textures)OpenTK.Graphics.ES20.GL [static]
DeleteTextures(Int32 n, UInt32 *textures)OpenTK.Graphics.ES20.GL [static]
DepthFunc(OpenTK.Graphics.ES20.DepthFunction func)OpenTK.Graphics.ES20.GL [static]
DepthMask(bool flag)OpenTK.Graphics.ES20.GL [static]
DepthRange(Single zNear, Single zFar)OpenTK.Graphics.ES20.GL [static]
DetachShader(Int32 program, Int32 shader)OpenTK.Graphics.ES20.GL [static]
DetachShader(UInt32 program, UInt32 shader)OpenTK.Graphics.ES20.GL [static]
Disable(OpenTK.Graphics.ES20.EnableCap cap) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DisableDriverControlQCOM(Int32 driverControl) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DisableDriverControlQCOM(UInt32 driverControl) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DisableVertexAttribArray(Int32 index) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DisableVertexAttribArray(UInt32 index) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DrawArrays(OpenTK.Graphics.ES20.BeginMode mode, Int32 first, Int32 count)OpenTK.Graphics.ES20.GL [static]
DrawElements(OpenTK.Graphics.ES20.BeginMode mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type, IntPtr indices)OpenTK.Graphics.ES20.GL [static]
DrawElements(BeginMode mode, int count, DrawElementsType type, int offset) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
DrawElements< T3 >(OpenTK.Graphics.ES20.BeginMode mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type,[InAttribute, OutAttribute] T3[] indices)OpenTK.Graphics.ES20.GL [static]
DrawElements< T3 >(OpenTK.Graphics.ES20.BeginMode mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type,[InAttribute, OutAttribute] T3[,] indices)OpenTK.Graphics.ES20.GL [static]
DrawElements< T3 >(OpenTK.Graphics.ES20.BeginMode mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type,[InAttribute, OutAttribute] T3[,,] indices)OpenTK.Graphics.ES20.GL [static]
DrawElements< T3 >(OpenTK.Graphics.ES20.BeginMode mode, Int32 count, OpenTK.Graphics.ES20.DrawElementsType type,[InAttribute, OutAttribute] ref T3 indices)OpenTK.Graphics.ES20.GL [static]
Enable(OpenTK.Graphics.ES20.EnableCap cap)OpenTK.Graphics.ES20.GL [static]
EnableDriverControlQCOM(Int32 driverControl) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
EnableDriverControlQCOM(UInt32 driverControl) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
EnableVertexAttribArray(Int32 index)OpenTK.Graphics.ES20.GL [static]
EnableVertexAttribArray(UInt32 index)OpenTK.Graphics.ES20.GL [static]
Finish()OpenTK.Graphics.ES20.GL [static]
Flush()OpenTK.Graphics.ES20.GL [static]
FramebufferRenderbuffer(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.RenderbufferTarget renderbuffertarget, Int32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
FramebufferRenderbuffer(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.RenderbufferTarget renderbuffertarget, UInt32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
FramebufferTexture2D(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.TextureTarget textarget, Int32 texture, Int32 level) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
FramebufferTexture2D(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.TextureTarget textarget, UInt32 texture, Int32 level) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
FrontFace(OpenTK.Graphics.ES20.FrontFaceDirection mode)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] Int32[] buffers)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] out Int32 buffers)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] Int32 *buffers)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] UInt32[] buffers)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] out UInt32 buffers)OpenTK.Graphics.ES20.GL [static]
GenBuffers(Int32 n,[OutAttribute] UInt32 *buffers)OpenTK.Graphics.ES20.GL [static]
GenerateMipmap(OpenTK.Graphics.ES20.TextureTarget target) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] Int32[] framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] out Int32 framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] Int32 *framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] UInt32[] framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] out UInt32 framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenFramebuffers(Int32 n,[OutAttribute] UInt32 *framebuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] Int32[] renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] out Int32 renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] Int32 *renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] UInt32[] renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] out UInt32 renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenRenderbuffers(Int32 n,[OutAttribute] UInt32 *renderbuffers) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenTexture() (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] Int32[] textures)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] out Int32 textures)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] Int32 *textures)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] UInt32[] textures)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] out UInt32 textures)OpenTK.Graphics.ES20.GL [static]
GenTextures(Int32 n,[OutAttribute] UInt32 *textures)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] Int32[] size,[OutAttribute] OpenTK.Graphics.ES20.ActiveAttribType[] type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] out Int32 size,[OutAttribute] out OpenTK.Graphics.ES20.ActiveAttribType type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] Int32 *size,[OutAttribute] OpenTK.Graphics.ES20.ActiveAttribType *type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] Int32[] size,[OutAttribute] OpenTK.Graphics.ES20.ActiveAttribType[] type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] out Int32 size,[OutAttribute] out OpenTK.Graphics.ES20.ActiveAttribType type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] Int32 *size,[OutAttribute] OpenTK.Graphics.ES20.ActiveAttribType *type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveAttrib(int program, int index, out int size, out ActiveAttribType type) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] Int32[] size,[OutAttribute] OpenTK.Graphics.ES20.ActiveUniformType[] type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] out Int32 size,[OutAttribute] out OpenTK.Graphics.ES20.ActiveUniformType type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(Int32 program, Int32 index, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] Int32 *size,[OutAttribute] OpenTK.Graphics.ES20.ActiveUniformType *type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] Int32[] size,[OutAttribute] OpenTK.Graphics.ES20.ActiveUniformType[] type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] out Int32 size,[OutAttribute] out OpenTK.Graphics.ES20.ActiveUniformType type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(UInt32 program, UInt32 index, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] Int32 *size,[OutAttribute] OpenTK.Graphics.ES20.ActiveUniformType *type,[OutAttribute] StringBuilder name)OpenTK.Graphics.ES20.GL [static]
GetActiveUniform(int program, int uniformIndex, out int size, out ActiveUniformType type) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetAddress(string funcname)OpenTK.Graphics.GraphicsBindingsBase [protected, virtual]
GetAttachedShaders(Int32 program, Int32 maxcount,[OutAttribute] Int32[] count,[OutAttribute] Int32[] shaders)OpenTK.Graphics.ES20.GL [static]
GetAttachedShaders(Int32 program, Int32 maxcount,[OutAttribute] out Int32 count,[OutAttribute] out Int32 shaders)OpenTK.Graphics.ES20.GL [static]
GetAttachedShaders(Int32 program, Int32 maxcount,[OutAttribute] Int32 *count,[OutAttribute] Int32 *shaders)OpenTK.Graphics.ES20.GL [static]
GetAttachedShaders(UInt32 program, Int32 maxcount,[OutAttribute] Int32[] count,[OutAttribute] UInt32[] shaders)OpenTK.Graphics.ES20.GL [static]
GetAttachedShaders(UInt32 program, Int32 maxcount,[OutAttribute] out Int32 count,[OutAttribute] out UInt32 shaders)OpenTK.Graphics.ES20.GL [static]
GetAttachedShaders(UInt32 program, Int32 maxcount,[OutAttribute] Int32 *count,[OutAttribute] UInt32 *shaders)OpenTK.Graphics.ES20.GL [static]
GetAttribLocation(Int32 program, String name)OpenTK.Graphics.ES20.GL [static]
GetAttribLocation(UInt32 program, String name)OpenTK.Graphics.ES20.GL [static]
GetBoolean(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] bool[]@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetBoolean(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] out bool @params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetBoolean(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] bool *@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetBufferParameter(OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetBufferParameter(OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetBufferParameter(OpenTK.Graphics.ES20.BufferTarget target, OpenTK.Graphics.ES20.BufferParameterName pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] Int32[] num, Int32 size,[OutAttribute] Int32[] driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] Int32[] num, Int32 size,[OutAttribute] UInt32[] driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] out Int32 num, Int32 size,[OutAttribute] out Int32 driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] out Int32 num, Int32 size,[OutAttribute] out UInt32 driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] Int32 *num, Int32 size,[OutAttribute] Int32 *driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlsQCOM([OutAttribute] Int32 *num, Int32 size,[OutAttribute] UInt32 *driverControls) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(Int32 driverControl, Int32 bufSize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(Int32 driverControl, Int32 bufSize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(Int32 driverControl, Int32 bufSize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(UInt32 driverControl, Int32 bufSize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(UInt32 driverControl, Int32 bufSize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetDriverControlStringQCOM(UInt32 driverControl, Int32 bufSize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder driverControlString) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetError()OpenTK.Graphics.ES20.GL [static]
GetFloat(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] Single[]@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] out Single @params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] Single *@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(GetPName pname, out Vector2 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(GetPName pname, out Vector3 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(GetPName pname, out Vector4 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFloat(GetPName pname, out Matrix4 matrix) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFramebufferAttachmentParameter(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname,[OutAttribute] Int32[]@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFramebufferAttachmentParameter(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname,[OutAttribute] out Int32 @params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetFramebufferAttachmentParameter(OpenTK.Graphics.ES20.FramebufferTarget target, OpenTK.Graphics.ES20.FramebufferSlot attachment, OpenTK.Graphics.ES20.FramebufferParameterName pname,[OutAttribute] Int32 *@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetInteger(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] Int32[]@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetInteger(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] out Int32 @params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetInteger(OpenTK.Graphics.ES20.GetPName pname,[OutAttribute] Int32 *@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetProgram(Int32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetProgram(Int32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetProgram(Int32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetProgram(UInt32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetProgram(UInt32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetProgram(UInt32 program, OpenTK.Graphics.ES20.ProgramParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(Int32 program, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(Int32 program, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(Int32 program, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(UInt32 program, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(UInt32 program, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(UInt32 program, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(Int32 program) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetProgramInfoLog(Int32 program, out string info) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetRenderbufferParameter(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferParameterName pname,[OutAttribute] Int32[]@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetRenderbufferParameter(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferParameterName pname,[OutAttribute] out Int32 @params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetRenderbufferParameter(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferParameterName pname,[OutAttribute] Int32 *@params) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShader(Int32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetShader(Int32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetShader(Int32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetShader(UInt32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetShader(UInt32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetShader(UInt32 shader, OpenTK.Graphics.ES20.ShaderParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(Int32 shader, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(Int32 shader, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(Int32 shader, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(UInt32 shader, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(UInt32 shader, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(UInt32 shader, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder infolog)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(Int32 shader) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShaderInfoLog(Int32 shader, out string info) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShaderPrecisionFormat(OpenTK.Graphics.ES20.ShaderType shadertype, OpenTK.Graphics.ES20.ShaderPrecision precisiontype,[OutAttribute] Int32[] range,[OutAttribute] Int32[] precision) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShaderPrecisionFormat(OpenTK.Graphics.ES20.ShaderType shadertype, OpenTK.Graphics.ES20.ShaderPrecision precisiontype,[OutAttribute] out Int32 range,[OutAttribute] out Int32 precision) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShaderPrecisionFormat(OpenTK.Graphics.ES20.ShaderType shadertype, OpenTK.Graphics.ES20.ShaderPrecision precisiontype,[OutAttribute] Int32 *range,[OutAttribute] Int32 *precision) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(Int32 shader, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(Int32 shader, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(Int32 shader, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(UInt32 shader, Int32 bufsize,[OutAttribute] Int32[] length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(UInt32 shader, Int32 bufsize,[OutAttribute] out Int32 length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetShaderSource(UInt32 shader, Int32 bufsize,[OutAttribute] Int32 *length,[OutAttribute] StringBuilder source)OpenTK.Graphics.ES20.GL [static]
GetString(OpenTK.Graphics.ES20.StringName name)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] Single[]@params)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] out Single @params)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] Single *@params)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetTexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.GetTextureParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] Single[]@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] out Single @params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] Single *@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] Single[]@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] out Single @params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] Single *@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetUniform(Int32 program, Int32 location,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetUniform(UInt32 program, Int32 location,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetUniformLocation(Int32 program, String name)OpenTK.Graphics.ES20.GL [static]
GetUniformLocation(UInt32 program, String name)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Single[]@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] out Single @params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Single *@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Single[]@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] out Single @params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Single *@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(Int32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Int32[]@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] out Int32 @params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttrib(UInt32 index, OpenTK.Graphics.ES20.VertexAttribParameter pname,[OutAttribute] Int32 *@params)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer(Int32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[OutAttribute] IntPtr pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[OutAttribute] IntPtr pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(Int32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(Int32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[,] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(Int32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[,,] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(Int32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] ref T2 pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[,] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] T2[,,] pointer)OpenTK.Graphics.ES20.GL [static]
GetVertexAttribPointer< T2 >(UInt32 index, OpenTK.Graphics.ES20.VertexAttribPointerParameter pname,[InAttribute, OutAttribute] ref T2 pointer)OpenTK.Graphics.ES20.GL [static]
Hint(OpenTK.Graphics.ES20.HintTarget target, OpenTK.Graphics.ES20.HintMode mode)OpenTK.Graphics.ES20.GL [static]
IsBuffer(Int32 buffer)OpenTK.Graphics.ES20.GL [static]
IsBuffer(UInt32 buffer)OpenTK.Graphics.ES20.GL [static]
IsEnabled(OpenTK.Graphics.ES20.EnableCap cap)OpenTK.Graphics.ES20.GL [static]
IsFramebuffer(Int32 framebuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
IsFramebuffer(UInt32 framebuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
IsProgram(Int32 program)OpenTK.Graphics.ES20.GL [static]
IsProgram(UInt32 program)OpenTK.Graphics.ES20.GL [static]
IsRenderbuffer(Int32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
IsRenderbuffer(UInt32 renderbuffer) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
IsShader(Int32 shader)OpenTK.Graphics.ES20.GL [static]
IsShader(UInt32 shader)OpenTK.Graphics.ES20.GL [static]
IsTexture(Int32 texture)OpenTK.Graphics.ES20.GL [static]
IsTexture(UInt32 texture)OpenTK.Graphics.ES20.GL [static]
LineWidth(Single width)OpenTK.Graphics.ES20.GL [static]
LinkProgram(Int32 program)OpenTK.Graphics.ES20.GL [static]
LinkProgram(UInt32 program)OpenTK.Graphics.ES20.GL [static]
PixelStore(OpenTK.Graphics.ES20.PixelStoreParameter pname, Int32 param)OpenTK.Graphics.ES20.GL [static]
PolygonOffset(Single factor, Single units)OpenTK.Graphics.ES20.GL [static]
ReadPixels(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels)OpenTK.Graphics.ES20.GL [static]
ReadPixels< T6 >(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T6[] pixels)OpenTK.Graphics.ES20.GL [static]
ReadPixels< T6 >(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T6[,] pixels)OpenTK.Graphics.ES20.GL [static]
ReadPixels< T6 >(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T6[,,] pixels)OpenTK.Graphics.ES20.GL [static]
ReadPixels< T6 >(Int32 x, Int32 y, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] ref T6 pixels)OpenTK.Graphics.ES20.GL [static]
RebuildExtensionListOpenTK.BindingsBase [protected]
ReleaseShaderCompiler() (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
RenderbufferStorage(OpenTK.Graphics.ES20.RenderbufferTarget target, OpenTK.Graphics.ES20.RenderbufferInternalFormat internalformat, Int32 width, Int32 height) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
SampleCoverage(Single value, bool invert)OpenTK.Graphics.ES20.GL [static]
Scissor(Int32 x, Int32 y, Int32 width, Int32 height)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, Int32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, ref Int32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, Int32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, UInt32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, ref UInt32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary(Int32 n, UInt32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat, IntPtr binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref Int32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref Int32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref Int32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref Int32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, Int32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32[] shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref UInt32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref UInt32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref UInt32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, ref UInt32 shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] T3[,,] binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderBinary< T3 >(Int32 n, UInt32 *shaders, OpenTK.Graphics.ES20.ShaderBinaryFormat binaryformat,[InAttribute, OutAttribute] ref T3 binary, Int32 length) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
ShaderSource(Int32 shader, Int32 count, String[]@string, Int32[] length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(Int32 shader, Int32 count, String[]@string, ref Int32 length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(Int32 shader, Int32 count, String[]@string, Int32 *length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(UInt32 shader, Int32 count, String[]@string, Int32[] length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(UInt32 shader, Int32 count, String[]@string, ref Int32 length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(UInt32 shader, Int32 count, String[]@string, Int32 *length)OpenTK.Graphics.ES20.GL [static]
ShaderSource(Int32 shader, System.String @string) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
StencilFunc(OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, Int32 mask)OpenTK.Graphics.ES20.GL [static]
StencilFunc(OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, UInt32 mask)OpenTK.Graphics.ES20.GL [static]
StencilFuncSeparate(OpenTK.Graphics.ES20.CullFaceMode face, OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, Int32 mask)OpenTK.Graphics.ES20.GL [static]
StencilFuncSeparate(OpenTK.Graphics.ES20.CullFaceMode face, OpenTK.Graphics.ES20.StencilFunction func, Int32 @ref, UInt32 mask)OpenTK.Graphics.ES20.GL [static]
StencilMask(Int32 mask)OpenTK.Graphics.ES20.GL [static]
StencilMask(UInt32 mask)OpenTK.Graphics.ES20.GL [static]
StencilMaskSeparate(OpenTK.Graphics.ES20.CullFaceMode face, Int32 mask)OpenTK.Graphics.ES20.GL [static]
StencilMaskSeparate(OpenTK.Graphics.ES20.CullFaceMode face, UInt32 mask)OpenTK.Graphics.ES20.GL [static]
StencilOp(OpenTK.Graphics.ES20.StencilOp fail, OpenTK.Graphics.ES20.StencilOp zfail, OpenTK.Graphics.ES20.StencilOp zpass)OpenTK.Graphics.ES20.GL [static]
StencilOpSeparate(OpenTK.Graphics.ES20.CullFaceMode face, OpenTK.Graphics.ES20.StencilOp fail, OpenTK.Graphics.ES20.StencilOp zfail, OpenTK.Graphics.ES20.StencilOp zpass)OpenTK.Graphics.ES20.GL [static]
SyncRootOpenTK.Graphics.ES20.GL [protected]
TexImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels)OpenTK.Graphics.ES20.GL [static]
TexImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[] pixels)OpenTK.Graphics.ES20.GL [static]
TexImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[,] pixels)OpenTK.Graphics.ES20.GL [static]
TexImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[,,] pixels)OpenTK.Graphics.ES20.GL [static]
TexImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, OpenTK.Graphics.ES20.PixelInternalFormat internalformat, Int32 width, Int32 height, Int32 border, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] ref T8 pixels)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Single param)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Single[]@params)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Single *@params)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Int32 param)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Int32[]@params)OpenTK.Graphics.ES20.GL [static]
TexParameter(OpenTK.Graphics.ES20.TextureTarget target, OpenTK.Graphics.ES20.TextureParameterName pname, Int32 *@params)OpenTK.Graphics.ES20.GL [static]
TexSubImage2D(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels)OpenTK.Graphics.ES20.GL [static]
TexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[] pixels)OpenTK.Graphics.ES20.GL [static]
TexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[,] pixels)OpenTK.Graphics.ES20.GL [static]
TexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] T8[,,] pixels)OpenTK.Graphics.ES20.GL [static]
TexSubImage2D< T8 >(OpenTK.Graphics.ES20.TextureTarget target, Int32 level, Int32 xoffset, Int32 yoffset, Int32 width, Int32 height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type,[InAttribute, OutAttribute] ref T8 pixels)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Single x)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, Single[] v)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, ref Single v)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, Single *v)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 x)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, Int32[] v)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, ref Int32 v)OpenTK.Graphics.ES20.GL [static]
Uniform1(Int32 location, Int32 count, Int32 *v)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Single x, Single y)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 count, Single[] v)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 count, ref Single v)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 count, Single *v)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 x, Int32 y)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 count, Int32[] v)OpenTK.Graphics.ES20.GL [static]
Uniform2(Int32 location, Int32 count, Int32 *v)OpenTK.Graphics.ES20.GL [static]
Uniform2(int location, ref Vector2 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform2(int location, Vector2 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Single x, Single y, Single z)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, Single[] v)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, ref Single v)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, Single *v)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 x, Int32 y, Int32 z)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, Int32[] v)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, ref Int32 v)OpenTK.Graphics.ES20.GL [static]
Uniform3(Int32 location, Int32 count, Int32 *v)OpenTK.Graphics.ES20.GL [static]
Uniform3(int location, ref Vector3 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform3(int location, Vector3 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Single x, Single y, Single z, Single w)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, Single[] v)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, ref Single v)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, Single *v)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 x, Int32 y, Int32 z, Int32 w)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, Int32[] v)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, ref Int32 v)OpenTK.Graphics.ES20.GL [static]
Uniform4(Int32 location, Int32 count, Int32 *v)OpenTK.Graphics.ES20.GL [static]
Uniform4(int location, ref Vector4 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform4(int location, Vector4 vector) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform4(int location, Color4 color) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Uniform4(int location, Quaternion quaternion) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix2(Int32 location, Int32 count, bool transpose, Single[] value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix2(Int32 location, Int32 count, bool transpose, ref Single value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix2(Int32 location, Int32 count, bool transpose, Single *value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix3(Int32 location, Int32 count, bool transpose, Single[] value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix3(Int32 location, Int32 count, bool transpose, ref Single value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix3(Int32 location, Int32 count, bool transpose, Single *value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix4(Int32 location, Int32 count, bool transpose, Single[] value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix4(Int32 location, Int32 count, bool transpose, ref Single value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix4(Int32 location, Int32 count, bool transpose, Single *value) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UniformMatrix4(int location, bool transpose, ref Matrix4 matrix) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
UseProgram(Int32 program)OpenTK.Graphics.ES20.GL [static]
UseProgram(UInt32 program)OpenTK.Graphics.ES20.GL [static]
ValidateProgram(Int32 program)OpenTK.Graphics.ES20.GL [static]
ValidateProgram(UInt32 program)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(Int32 indx, Single x)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(UInt32 indx, Single x)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(Int32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(Int32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(UInt32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib1(UInt32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 indx, Single x, Single y)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(UInt32 indx, Single x, Single y)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(UInt32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(UInt32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(UInt32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 index, ref Vector2 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttrib2(Int32 index, Vector2 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 indx, Single x, Single y, Single z)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(UInt32 indx, Single x, Single y, Single z)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(UInt32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(UInt32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(UInt32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 index, ref Vector3 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttrib3(Int32 index, Vector3 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 indx, Single x, Single y, Single z, Single w)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(UInt32 indx, Single x, Single y, Single z, Single w)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(UInt32 indx, Single[] values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(UInt32 indx, ref Single values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(UInt32 indx, Single *values)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 index, ref Vector4 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttrib4(Int32 index, Vector4 v) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer(Int32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer(UInt32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride, IntPtr ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer(int index, int size, VertexAttribPointerType type, bool normalized, int stride, int offset) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer(uint index, int size, VertexAttribPointerType type, bool normalized, int stride, int offset) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(Int32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(Int32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[,] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(Int32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[,,] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(Int32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] ref T5 ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(UInt32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(UInt32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[,] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(UInt32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] T5[,,] ptr)OpenTK.Graphics.ES20.GL [static]
VertexAttribPointer< T5 >(UInt32 indx, Int32 size, OpenTK.Graphics.ES20.VertexAttribPointerType type, bool normalized, Int32 stride,[InAttribute, OutAttribute] ref T5 ptr)OpenTK.Graphics.ES20.GL [static]
Viewport(Int32 x, Int32 y, Int32 width, Int32 height)OpenTK.Graphics.ES20.GL [static]
Viewport(System.Drawing.Size size) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Viewport(System.Drawing.Point location, System.Drawing.Size size) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
Viewport(System.Drawing.Rectangle rectangle) (defined in OpenTK.Graphics.ES20.GL)OpenTK.Graphics.ES20.GL [static]
 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 14:59:41 2010 for The Open Toolkit library by  doxygen 1.6.1