diff --git a/Source/OpenTK/Graphics/ES10/ES.cs b/Source/OpenTK/Graphics/ES10/ES.cs
index 14ee343c..9da61a4a 100644
--- a/Source/OpenTK/Graphics/ES10/ES.cs
+++ b/Source/OpenTK/Graphics/ES10/ES.cs
@@ -56,7 +56,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES10.All)texture);
+ Core.ActiveTexture((OpenTK.Graphics.ES10.All)texture);
#if DEBUG
}
#endif
@@ -84,7 +84,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFunc((OpenTK.Graphics.ES10.All)func, (Single)@ref);
+ Core.AlphaFunc((OpenTK.Graphics.ES10.All)func, (Single)@ref);
#if DEBUG
}
#endif
@@ -99,7 +99,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFuncx((OpenTK.Graphics.ES10.All)func, (int)@ref);
+ Core.AlphaFuncx((OpenTK.Graphics.ES10.All)func, (int)@ref);
#if DEBUG
}
#endif
@@ -127,7 +127,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES10.All)target, (UInt32)texture);
+ Core.BindTexture((OpenTK.Graphics.ES10.All)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -156,7 +156,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES10.All)target, (UInt32)texture);
+ Core.BindTexture((OpenTK.Graphics.ES10.All)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -184,7 +184,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES10.All)sfactor, (OpenTK.Graphics.ES10.All)dfactor);
+ Core.BlendFunc((OpenTK.Graphics.ES10.All)sfactor, (OpenTK.Graphics.ES10.All)dfactor);
#if DEBUG
}
#endif
@@ -207,7 +207,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((UInt32)mask);
+ Core.Clear((UInt32)mask);
#if DEBUG
}
#endif
@@ -231,7 +231,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((UInt32)mask);
+ Core.Clear((UInt32)mask);
#if DEBUG
}
#endif
@@ -254,7 +254,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ Core.ClearColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -269,7 +269,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColorx((int)red, (int)green, (int)blue, (int)alpha);
+ Core.ClearColorx((int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -292,7 +292,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthf((Single)depth);
+ Core.ClearDepthf((Single)depth);
#if DEBUG
}
#endif
@@ -307,7 +307,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthx((int)depth);
+ Core.ClearDepthx((int)depth);
#if DEBUG
}
#endif
@@ -330,7 +330,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearStencil((Int32)s);
+ Core.ClearStencil((Int32)s);
#if DEBUG
}
#endif
@@ -353,7 +353,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClientActiveTexture((OpenTK.Graphics.ES10.All)texture);
+ Core.ClientActiveTexture((OpenTK.Graphics.ES10.All)texture);
#if DEBUG
}
#endif
@@ -381,7 +381,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4f((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ Core.Color4f((Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -396,7 +396,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4x((int)red, (int)green, (int)blue, (int)alpha);
+ Core.Color4x((int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -419,7 +419,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorMask((bool)red, (bool)green, (bool)blue, (bool)alpha);
+ Core.ColorMask((bool)red, (bool)green, (bool)blue, (bool)alpha);
#if DEBUG
}
#endif
@@ -457,7 +457,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
+ Core.ColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -499,7 +499,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.ColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -546,7 +546,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.ColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -593,7 +593,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.ColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -640,7 +640,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.ColorPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -704,7 +704,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ Core.CompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -766,7 +766,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -833,7 +833,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -900,7 +900,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -967,7 +967,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -1036,7 +1036,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data);
+ Core.CompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -1103,7 +1103,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1175,7 +1175,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1247,7 +1247,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1319,7 +1319,7 @@ namespace OpenTK.Graphics.ES10
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ Core.CompressedTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -1378,7 +1378,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ Core.CopyTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (OpenTK.Graphics.ES10.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -1431,7 +1431,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ Core.CopyTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -1454,7 +1454,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES10.All)mode);
+ Core.CullFace((OpenTK.Graphics.ES10.All)mode);
#if DEBUG
}
#endif
@@ -1486,7 +1486,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -1520,7 +1520,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -1551,7 +1551,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures);
#if DEBUG
}
#endif
@@ -1584,7 +1584,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -1619,7 +1619,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -1650,7 +1650,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ Core.DeleteTextures((Int32)n, (UInt32*)textures);
#if DEBUG
}
#endif
@@ -1673,7 +1673,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES10.All)func);
+ Core.DepthFunc((OpenTK.Graphics.ES10.All)func);
#if DEBUG
}
#endif
@@ -1696,7 +1696,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthMask((bool)flag);
+ Core.DepthMask((bool)flag);
#if DEBUG
}
#endif
@@ -1724,7 +1724,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangef((Single)zNear, (Single)zFar);
+ Core.DepthRangef((Single)zNear, (Single)zFar);
#if DEBUG
}
#endif
@@ -1739,7 +1739,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangex((int)zNear, (int)zFar);
+ Core.DepthRangex((int)zNear, (int)zFar);
#if DEBUG
}
#endif
@@ -1754,7 +1754,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES10.All)cap);
+ Core.Disable((OpenTK.Graphics.ES10.All)cap);
#if DEBUG
}
#endif
@@ -1769,7 +1769,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableClientState((OpenTK.Graphics.ES10.All)array);
+ Core.DisableClientState((OpenTK.Graphics.ES10.All)array);
#if DEBUG
}
#endif
@@ -1802,7 +1802,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES10.All)mode, (Int32)first, (Int32)count);
+ Core.DrawArrays((OpenTK.Graphics.ES10.All)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -1840,7 +1840,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices);
+ Core.DrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -1882,7 +1882,7 @@ namespace OpenTK.Graphics.ES10
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ Core.DrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1929,7 +1929,7 @@ namespace OpenTK.Graphics.ES10
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ Core.DrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1976,7 +1976,7 @@ namespace OpenTK.Graphics.ES10
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ Core.DrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2023,7 +2023,7 @@ namespace OpenTK.Graphics.ES10
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ Core.DrawElements((OpenTK.Graphics.ES10.All)mode, (Int32)count, (OpenTK.Graphics.ES10.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -2052,7 +2052,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES10.All)cap);
+ Core.Enable((OpenTK.Graphics.ES10.All)cap);
#if DEBUG
}
#endif
@@ -2075,7 +2075,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableClientState((OpenTK.Graphics.ES10.All)array);
+ Core.EnableClientState((OpenTK.Graphics.ES10.All)array);
#if DEBUG
}
#endif
@@ -2093,7 +2093,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinish();
+ Core.Finish();
#if DEBUG
}
#endif
@@ -2111,7 +2111,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlush();
+ Core.Flush();
#if DEBUG
}
#endif
@@ -2139,7 +2139,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogf((OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.Fogf((OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -2171,7 +2171,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glFogfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
+ Core.Fogfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
}
}
#if DEBUG
@@ -2202,7 +2202,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params);
+ Core.Fogfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params);
#if DEBUG
}
#endif
@@ -2217,7 +2217,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogx((OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.Fogx((OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -2236,7 +2236,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* @params_ptr = @params)
{
- Delegates.glFogxv((OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
+ Core.Fogxv((OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
}
}
#if DEBUG
@@ -2254,7 +2254,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogxv((OpenTK.Graphics.ES10.All)pname, (int*)@params);
+ Core.Fogxv((OpenTK.Graphics.ES10.All)pname, (int*)@params);
#if DEBUG
}
#endif
@@ -2277,7 +2277,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES10.All)mode);
+ Core.FrontFace((OpenTK.Graphics.ES10.All)mode);
#if DEBUG
}
#endif
@@ -2310,7 +2310,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumf((Single)left, (Single)right, (Single)bottom, (Single)top, (Single)zNear, (Single)zFar);
+ Core.Frustumf((Single)left, (Single)right, (Single)bottom, (Single)top, (Single)zNear, (Single)zFar);
#if DEBUG
}
#endif
@@ -2325,7 +2325,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumx((int)left, (int)right, (int)bottom, (int)top, (int)zNear, (int)zFar);
+ Core.Frustumx((int)left, (int)right, (int)bottom, (int)top, (int)zNear, (int)zFar);
#if DEBUG
}
#endif
@@ -2357,7 +2357,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.GenTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -2391,7 +2391,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.GenTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -2422,7 +2422,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ Core.GenTextures((Int32)n, (UInt32*)textures);
#if DEBUG
}
#endif
@@ -2455,7 +2455,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.GenTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -2490,7 +2490,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ Core.GenTextures((Int32)n, (UInt32*)textures_ptr);
}
}
#if DEBUG
@@ -2521,7 +2521,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ Core.GenTextures((Int32)n, (UInt32*)textures);
#if DEBUG
}
#endif
@@ -2535,7 +2535,7 @@ namespace OpenTK.Graphics.ES10
public static
OpenTK.Graphics.ES10.All GetError()
{
- return Delegates.glGetError();
+ return Core.GetError();
}
/// [requires: v1.0 and 1.0]
@@ -2551,7 +2551,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params_ptr);
+ Core.GetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params_ptr);
}
}
#if DEBUG
@@ -2572,7 +2572,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params_ptr);
+ Core.GetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params_ptr);
}
}
#if DEBUG
@@ -2590,7 +2590,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params);
+ Core.GetIntegerv((OpenTK.Graphics.ES10.All)pname, (Int32*)@params);
#if DEBUG
}
#endif
@@ -2619,7 +2619,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES10.All)name)); }
+ unsafe { return new string((sbyte*)Core.GetString((OpenTK.Graphics.ES10.All)name)); }
#if DEBUG
}
#endif
@@ -2647,7 +2647,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)mode);
+ Core.Hint((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)mode);
#if DEBUG
}
#endif
@@ -2680,7 +2680,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightf((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.Lightf((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -2717,7 +2717,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightfv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
+ Core.Lightfv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
}
}
#if DEBUG
@@ -2753,7 +2753,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightfv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
+ Core.Lightfv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
#if DEBUG
}
#endif
@@ -2781,7 +2781,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelf((OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.LightModelf((OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -2813,7 +2813,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightModelfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
+ Core.LightModelfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
}
}
#if DEBUG
@@ -2844,7 +2844,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params);
+ Core.LightModelfv((OpenTK.Graphics.ES10.All)pname, (Single*)@params);
#if DEBUG
}
#endif
@@ -2859,7 +2859,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelx((OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.LightModelx((OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -2878,7 +2878,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* @params_ptr = @params)
{
- Delegates.glLightModelxv((OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
+ Core.LightModelxv((OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
}
}
#if DEBUG
@@ -2896,7 +2896,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelxv((OpenTK.Graphics.ES10.All)pname, (int*)@params);
+ Core.LightModelxv((OpenTK.Graphics.ES10.All)pname, (int*)@params);
#if DEBUG
}
#endif
@@ -2911,7 +2911,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightx((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.Lightx((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -2930,7 +2930,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* @params_ptr = @params)
{
- Delegates.glLightxv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
+ Core.Lightxv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
}
}
#if DEBUG
@@ -2948,7 +2948,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightxv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
+ Core.Lightxv((OpenTK.Graphics.ES10.All)light, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
#if DEBUG
}
#endif
@@ -2971,7 +2971,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidth((Single)width);
+ Core.LineWidth((Single)width);
#if DEBUG
}
#endif
@@ -2986,7 +2986,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidthx((int)width);
+ Core.LineWidthx((int)width);
#if DEBUG
}
#endif
@@ -3004,7 +3004,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadIdentity();
+ Core.LoadIdentity();
#if DEBUG
}
#endif
@@ -3031,7 +3031,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* m_ptr = m)
{
- Delegates.glLoadMatrixf((Single*)m_ptr);
+ Core.LoadMatrixf((Single*)m_ptr);
}
}
#if DEBUG
@@ -3060,7 +3060,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* m_ptr = &m)
{
- Delegates.glLoadMatrixf((Single*)m_ptr);
+ Core.LoadMatrixf((Single*)m_ptr);
}
}
#if DEBUG
@@ -3086,7 +3086,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadMatrixf((Single*)m);
+ Core.LoadMatrixf((Single*)m);
#if DEBUG
}
#endif
@@ -3105,7 +3105,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* m_ptr = m)
{
- Delegates.glLoadMatrixx((int*)m_ptr);
+ Core.LoadMatrixx((int*)m_ptr);
}
}
#if DEBUG
@@ -3126,7 +3126,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* m_ptr = &m)
{
- Delegates.glLoadMatrixx((int*)m_ptr);
+ Core.LoadMatrixx((int*)m_ptr);
}
}
#if DEBUG
@@ -3144,7 +3144,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadMatrixx((int*)m);
+ Core.LoadMatrixx((int*)m);
#if DEBUG
}
#endif
@@ -3167,7 +3167,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLogicOp((OpenTK.Graphics.ES10.All)opcode);
+ Core.LogicOp((OpenTK.Graphics.ES10.All)opcode);
#if DEBUG
}
#endif
@@ -3200,7 +3200,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialf((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.Materialf((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -3237,7 +3237,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glMaterialfv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
+ Core.Materialfv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
}
}
#if DEBUG
@@ -3273,7 +3273,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialfv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
+ Core.Materialfv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
#if DEBUG
}
#endif
@@ -3288,7 +3288,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialx((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.Materialx((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -3307,7 +3307,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* @params_ptr = @params)
{
- Delegates.glMaterialxv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
+ Core.Materialxv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
}
}
#if DEBUG
@@ -3325,7 +3325,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialxv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
+ Core.Materialxv((OpenTK.Graphics.ES10.All)face, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
#if DEBUG
}
#endif
@@ -3348,7 +3348,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMatrixMode((OpenTK.Graphics.ES10.All)mode);
+ Core.MatrixMode((OpenTK.Graphics.ES10.All)mode);
#if DEBUG
}
#endif
@@ -3376,7 +3376,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4f((OpenTK.Graphics.ES10.All)target, (Single)s, (Single)t, (Single)r, (Single)q);
+ Core.MultiTexCoord4f((OpenTK.Graphics.ES10.All)target, (Single)s, (Single)t, (Single)r, (Single)q);
#if DEBUG
}
#endif
@@ -3391,7 +3391,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4x((OpenTK.Graphics.ES10.All)target, (int)s, (int)t, (int)r, (int)q);
+ Core.MultiTexCoord4x((OpenTK.Graphics.ES10.All)target, (int)s, (int)t, (int)r, (int)q);
#if DEBUG
}
#endif
@@ -3418,7 +3418,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* m_ptr = m)
{
- Delegates.glMultMatrixf((Single*)m_ptr);
+ Core.MultMatrixf((Single*)m_ptr);
}
}
#if DEBUG
@@ -3447,7 +3447,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* m_ptr = &m)
{
- Delegates.glMultMatrixf((Single*)m_ptr);
+ Core.MultMatrixf((Single*)m_ptr);
}
}
#if DEBUG
@@ -3473,7 +3473,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultMatrixf((Single*)m);
+ Core.MultMatrixf((Single*)m);
#if DEBUG
}
#endif
@@ -3492,7 +3492,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* m_ptr = m)
{
- Delegates.glMultMatrixx((int*)m_ptr);
+ Core.MultMatrixx((int*)m_ptr);
}
}
#if DEBUG
@@ -3513,7 +3513,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* m_ptr = &m)
{
- Delegates.glMultMatrixx((int*)m_ptr);
+ Core.MultMatrixx((int*)m_ptr);
}
}
#if DEBUG
@@ -3531,7 +3531,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultMatrixx((int*)m);
+ Core.MultMatrixx((int*)m);
#if DEBUG
}
#endif
@@ -3557,7 +3557,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3f((Single)nx, (Single)ny, (Single)nz);
+ Core.Normal3f((Single)nx, (Single)ny, (Single)nz);
#if DEBUG
}
#endif
@@ -3572,7 +3572,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3x((int)nx, (int)ny, (int)nz);
+ Core.Normal3x((int)nx, (int)ny, (int)nz);
#if DEBUG
}
#endif
@@ -3605,7 +3605,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
+ Core.NormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -3642,7 +3642,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.NormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3684,7 +3684,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.NormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3726,7 +3726,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.NormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3768,7 +3768,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.NormalPointer((OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -3807,7 +3807,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthof((Single)left, (Single)right, (Single)bottom, (Single)top, (Single)zNear, (Single)zFar);
+ Core.Orthof((Single)left, (Single)right, (Single)bottom, (Single)top, (Single)zNear, (Single)zFar);
#if DEBUG
}
#endif
@@ -3822,7 +3822,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthox((int)left, (int)right, (int)bottom, (int)top, (int)zNear, (int)zFar);
+ Core.Orthox((int)left, (int)right, (int)bottom, (int)top, (int)zNear, (int)zFar);
#if DEBUG
}
#endif
@@ -3850,7 +3850,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES10.All)pname, (Int32)param);
+ Core.PixelStorei((OpenTK.Graphics.ES10.All)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -3873,7 +3873,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSize((Single)size);
+ Core.PointSize((Single)size);
#if DEBUG
}
#endif
@@ -3888,7 +3888,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSizex((int)size);
+ Core.PointSizex((int)size);
#if DEBUG
}
#endif
@@ -3916,7 +3916,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffset((Single)factor, (Single)units);
+ Core.PolygonOffset((Single)factor, (Single)units);
#if DEBUG
}
#endif
@@ -3931,7 +3931,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffsetx((int)factor, (int)units);
+ Core.PolygonOffsetx((int)factor, (int)units);
#if DEBUG
}
#endif
@@ -3946,7 +3946,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopMatrix();
+ Core.PopMatrix();
#if DEBUG
}
#endif
@@ -3964,7 +3964,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushMatrix();
+ Core.PushMatrix();
#if DEBUG
}
#endif
@@ -4007,7 +4007,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
+ Core.ReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -4054,7 +4054,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.ReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4106,7 +4106,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.ReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4158,7 +4158,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.ReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4210,7 +4210,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.ReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -4244,7 +4244,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRotatef((Single)angle, (Single)x, (Single)y, (Single)z);
+ Core.Rotatef((Single)angle, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -4259,7 +4259,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRotatex((int)angle, (int)x, (int)y, (int)z);
+ Core.Rotatex((int)angle, (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -4287,7 +4287,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoverage((Single)value, (bool)invert);
+ Core.SampleCoverage((Single)value, (bool)invert);
#if DEBUG
}
#endif
@@ -4302,7 +4302,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoveragex((int)value, (bool)invert);
+ Core.SampleCoveragex((int)value, (bool)invert);
#if DEBUG
}
#endif
@@ -4325,7 +4325,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScalef((Single)x, (Single)y, (Single)z);
+ Core.Scalef((Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -4340,7 +4340,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScalex((int)x, (int)y, (int)z);
+ Core.Scalex((int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -4368,7 +4368,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScissor((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ Core.Scissor((Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -4391,7 +4391,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShadeModel((OpenTK.Graphics.ES10.All)mode);
+ Core.ShadeModel((OpenTK.Graphics.ES10.All)mode);
#if DEBUG
}
#endif
@@ -4424,7 +4424,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES10.All)func, (Int32)@ref, (UInt32)mask);
+ Core.StencilFunc((OpenTK.Graphics.ES10.All)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -4458,7 +4458,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES10.All)func, (Int32)@ref, (UInt32)mask);
+ Core.StencilFunc((OpenTK.Graphics.ES10.All)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -4481,7 +4481,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ Core.StencilMask((UInt32)mask);
#if DEBUG
}
#endif
@@ -4505,7 +4505,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ Core.StencilMask((UInt32)mask);
#if DEBUG
}
#endif
@@ -4538,7 +4538,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES10.All)fail, (OpenTK.Graphics.ES10.All)zfail, (OpenTK.Graphics.ES10.All)zpass);
+ Core.StencilOp((OpenTK.Graphics.ES10.All)fail, (OpenTK.Graphics.ES10.All)zfail, (OpenTK.Graphics.ES10.All)zpass);
#if DEBUG
}
#endif
@@ -4576,7 +4576,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
+ Core.TexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -4618,7 +4618,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.TexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4665,7 +4665,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.TexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4712,7 +4712,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.TexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4759,7 +4759,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.TexCoordPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -4798,7 +4798,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvf((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.TexEnvf((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -4835,7 +4835,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexEnvfv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
+ Core.TexEnvfv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single*)@params_ptr);
}
}
#if DEBUG
@@ -4871,7 +4871,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvfv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
+ Core.TexEnvfv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single*)@params);
#if DEBUG
}
#endif
@@ -4886,7 +4886,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvx((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.TexEnvx((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -4905,7 +4905,7 @@ namespace OpenTK.Graphics.ES10
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexEnvxv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
+ Core.TexEnvxv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int*)@params_ptr);
}
}
#if DEBUG
@@ -4923,7 +4923,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvxv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
+ Core.TexEnvxv((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int*)@params);
#if DEBUG
}
#endif
@@ -4986,7 +4986,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
+ Core.TexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -5053,7 +5053,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5125,7 +5125,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5197,7 +5197,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5269,7 +5269,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -5308,7 +5308,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single)param);
+ Core.TexParameterf((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -5323,7 +5323,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterx((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int)param);
+ Core.TexParameterx((OpenTK.Graphics.ES10.All)target, (OpenTK.Graphics.ES10.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -5386,7 +5386,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
+ Core.TexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -5453,7 +5453,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5525,7 +5525,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5597,7 +5597,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5669,7 +5669,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ Core.TexSubImage2D((OpenTK.Graphics.ES10.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES10.All)format, (OpenTK.Graphics.ES10.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -5698,7 +5698,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTranslatef((Single)x, (Single)y, (Single)z);
+ Core.Translatef((Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -5713,7 +5713,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTranslatex((int)x, (int)y, (int)z);
+ Core.Translatex((int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -5751,7 +5751,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
+ Core.VertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -5793,7 +5793,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.VertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5840,7 +5840,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.VertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5887,7 +5887,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.VertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5934,7 +5934,7 @@ namespace OpenTK.Graphics.ES10
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ Core.VertexPointer((Int32)size, (OpenTK.Graphics.ES10.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -5968,7 +5968,7 @@ namespace OpenTK.Graphics.ES10
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glViewport((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ Core.Viewport((Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
diff --git a/Source/OpenTK/Graphics/ES11/ES11.cs b/Source/OpenTK/Graphics/ES11/ES11.cs
index 77c1725c..80d906af 100644
--- a/Source/OpenTK/Graphics/ES11/ES11.cs
+++ b/Source/OpenTK/Graphics/ES11/ES11.cs
@@ -37,6 +37,397 @@ namespace OpenTK.Graphics.ES11
partial class GL
{
+ static GL()
+ {
+ EntryPointNames = new string[]
+ {
+ "glAccumxOES",
+ "glActiveTexture",
+ "glAlphaFunc",
+ "glAlphaFuncx",
+ "glAlphaFuncxOES",
+ "glBindBuffer",
+ "glBindFramebufferOES",
+ "glBindRenderbufferOES",
+ "glBindTexture",
+ "glBindVertexArrayOES",
+ "glBitmapxOES",
+ "glBlendColorxOES",
+ "glBlendEquationEXT",
+ "glBlendEquationOES",
+ "glBlendEquationSeparateOES",
+ "glBlendFunc",
+ "glBlendFuncSeparateOES",
+ "glBufferData",
+ "glBufferSubData",
+ "glCheckFramebufferStatusOES",
+ "glClear",
+ "glClearAccumxOES",
+ "glClearColor",
+ "glClearColorx",
+ "glClearColorxOES",
+ "glClearDepthf",
+ "glClearDepthfOES",
+ "glClearDepthx",
+ "glClearDepthxOES",
+ "glClearStencil",
+ "glClientActiveTexture",
+ "glClientWaitSyncAPPLE",
+ "glClipPlanef",
+ "glClipPlanefIMG",
+ "glClipPlanefOES",
+ "glClipPlanex",
+ "glClipPlanexIMG",
+ "glClipPlanexOES",
+ "glColor3xOES",
+ "glColor3xvOES",
+ "glColor4f",
+ "glColor4ub",
+ "glColor4x",
+ "glColor4xOES",
+ "glColor4xvOES",
+ "glColorMask",
+ "glColorPointer",
+ "glCompressedTexImage2D",
+ "glCompressedTexSubImage2D",
+ "glConvolutionParameterxOES",
+ "glConvolutionParameterxvOES",
+ "glCopyTexImage2D",
+ "glCopyTexSubImage2D",
+ "glCopyTextureLevelsAPPLE",
+ "glCullFace",
+ "glCurrentPaletteMatrixOES",
+ "glDeleteBuffers",
+ "glDeleteFencesNV",
+ "glDeleteFramebuffersOES",
+ "glDeleteRenderbuffersOES",
+ "glDeleteSyncAPPLE",
+ "glDeleteTextures",
+ "glDeleteVertexArraysOES",
+ "glDepthFunc",
+ "glDepthMask",
+ "glDepthRangef",
+ "glDepthRangefOES",
+ "glDepthRangex",
+ "glDepthRangexOES",
+ "glDisable",
+ "glDisableClientState",
+ "glDisableDriverControlQCOM",
+ "glDiscardFramebufferEXT",
+ "glDrawArrays",
+ "glDrawElements",
+ "glDrawTexfOES",
+ "glDrawTexfvOES",
+ "glDrawTexiOES",
+ "glDrawTexivOES",
+ "glDrawTexsOES",
+ "glDrawTexsvOES",
+ "glDrawTexxOES",
+ "glDrawTexxvOES",
+ "glEGLImageTargetRenderbufferStorageOES",
+ "glEGLImageTargetTexture2DOES",
+ "glEnable",
+ "glEnableClientState",
+ "glEnableDriverControlQCOM",
+ "glEndTilingQCOM",
+ "glEvalCoord1xOES",
+ "glEvalCoord1xvOES",
+ "glEvalCoord2xOES",
+ "glEvalCoord2xvOES",
+ "glExtGetBufferPointervQCOM",
+ "glExtGetBuffersQCOM",
+ "glExtGetFramebuffersQCOM",
+ "glExtGetProgramBinarySourceQCOM",
+ "glExtGetProgramsQCOM",
+ "glExtGetRenderbuffersQCOM",
+ "glExtGetShadersQCOM",
+ "glExtGetTexLevelParameterivQCOM",
+ "glExtGetTexSubImageQCOM",
+ "glExtGetTexturesQCOM",
+ "glExtIsProgramBinaryQCOM",
+ "glExtTexObjectStateOverrideiQCOM",
+ "glFeedbackBufferxOES",
+ "glFenceSyncAPPLE",
+ "glFinish",
+ "glFinishFenceNV",
+ "glFlush",
+ "glFlushMappedBufferRangeEXT",
+ "glFogf",
+ "glFogfv",
+ "glFogx",
+ "glFogxOES",
+ "glFogxv",
+ "glFogxvOES",
+ "glFramebufferRenderbufferOES",
+ "glFramebufferTexture2DMultisampleEXT",
+ "glFramebufferTexture2DMultisampleIMG",
+ "glFramebufferTexture2DOES",
+ "glFrontFace",
+ "glFrustumf",
+ "glFrustumfOES",
+ "glFrustumx",
+ "glFrustumxOES",
+ "glGenBuffers",
+ "glGenerateMipmapOES",
+ "glGenFencesNV",
+ "glGenFramebuffersOES",
+ "glGenRenderbuffersOES",
+ "glGenTextures",
+ "glGenVertexArraysOES",
+ "glGetBooleanv",
+ "glGetBufferParameteriv",
+ "glGetBufferPointervOES",
+ "glGetClipPlanef",
+ "glGetClipPlanefOES",
+ "glGetClipPlanex",
+ "glGetClipPlanexOES",
+ "glGetConvolutionParameterxvOES",
+ "glGetDriverControlsQCOM",
+ "glGetDriverControlStringQCOM",
+ "glGetError",
+ "glGetFenceivNV",
+ "glGetFixedv",
+ "glGetFixedvOES",
+ "glGetFloatv",
+ "glGetFramebufferAttachmentParameterivOES",
+ "glGetGraphicsResetStatusEXT",
+ "glGetHistogramParameterxvOES",
+ "glGetInteger64vAPPLE",
+ "glGetIntegerv",
+ "glGetLightfv",
+ "glGetLightxOES",
+ "glGetLightxv",
+ "glGetLightxvOES",
+ "glGetMapxvOES",
+ "glGetMaterialfv",
+ "glGetMaterialxOES",
+ "glGetMaterialxv",
+ "glGetMaterialxvOES",
+ "glGetnUniformfvEXT",
+ "glGetnUniformivEXT",
+ "glGetPixelMapxv",
+ "glGetPointerv",
+ "glGetRenderbufferParameterivOES",
+ "glGetString",
+ "glGetSyncivAPPLE",
+ "glGetTexEnvfv",
+ "glGetTexEnviv",
+ "glGetTexEnvxv",
+ "glGetTexEnvxvOES",
+ "glGetTexGenfvOES",
+ "glGetTexGenivOES",
+ "glGetTexGenxvOES",
+ "glGetTexLevelParameterxvOES",
+ "glGetTexParameterfv",
+ "glGetTexParameteriv",
+ "glGetTexParameterxv",
+ "glGetTexParameterxvOES",
+ "glHint",
+ "glIndexxOES",
+ "glIndexxvOES",
+ "glIsBuffer",
+ "glIsEnabled",
+ "glIsFenceNV",
+ "glIsFramebufferOES",
+ "glIsRenderbufferOES",
+ "glIsSyncAPPLE",
+ "glIsTexture",
+ "glIsVertexArrayOES",
+ "glLightf",
+ "glLightfv",
+ "glLightModelf",
+ "glLightModelfv",
+ "glLightModelx",
+ "glLightModelxOES",
+ "glLightModelxv",
+ "glLightModelxvOES",
+ "glLightx",
+ "glLightxOES",
+ "glLightxv",
+ "glLightxvOES",
+ "glLineWidth",
+ "glLineWidthx",
+ "glLineWidthxOES",
+ "glLoadIdentity",
+ "glLoadMatrixf",
+ "glLoadMatrixx",
+ "glLoadMatrixxOES",
+ "glLoadPaletteFromModelViewMatrixOES",
+ "glLoadTransposeMatrixxOES",
+ "glLogicOp",
+ "glMap1xOES",
+ "glMap2xOES",
+ "glMapBufferOES",
+ "glMapBufferRangeEXT",
+ "glMapGrid1xOES",
+ "glMapGrid2xOES",
+ "glMaterialf",
+ "glMaterialfv",
+ "glMaterialx",
+ "glMaterialxOES",
+ "glMaterialxv",
+ "glMaterialxvOES",
+ "glMatrixIndexPointerOES",
+ "glMatrixMode",
+ "glMultiDrawArraysEXT",
+ "glMultiDrawElementsEXT",
+ "glMultiTexCoord1bOES",
+ "glMultiTexCoord1bvOES",
+ "glMultiTexCoord1xOES",
+ "glMultiTexCoord1xvOES",
+ "glMultiTexCoord2bOES",
+ "glMultiTexCoord2bvOES",
+ "glMultiTexCoord2xOES",
+ "glMultiTexCoord2xvOES",
+ "glMultiTexCoord3bOES",
+ "glMultiTexCoord3bvOES",
+ "glMultiTexCoord3xOES",
+ "glMultiTexCoord3xvOES",
+ "glMultiTexCoord4bOES",
+ "glMultiTexCoord4bvOES",
+ "glMultiTexCoord4f",
+ "glMultiTexCoord4x",
+ "glMultiTexCoord4xOES",
+ "glMultiTexCoord4xvOES",
+ "glMultMatrixf",
+ "glMultMatrixx",
+ "glMultMatrixxOES",
+ "glMultTransposeMatrixxOES",
+ "glNormal3f",
+ "glNormal3x",
+ "glNormal3xOES",
+ "glNormal3xvOES",
+ "glNormalPointer",
+ "glOrthof",
+ "glOrthofOES",
+ "glOrthox",
+ "glOrthoxOES",
+ "glPassThroughxOES",
+ "glPixelMapx",
+ "glPixelStorei",
+ "glPixelStorex",
+ "glPixelTransferxOES",
+ "glPixelZoomxOES",
+ "glPointParameterf",
+ "glPointParameterfv",
+ "glPointParameterx",
+ "glPointParameterxOES",
+ "glPointParameterxv",
+ "glPointParameterxvOES",
+ "glPointSize",
+ "glPointSizePointerOES",
+ "glPointSizex",
+ "glPointSizexOES",
+ "glPolygonOffset",
+ "glPolygonOffsetx",
+ "glPolygonOffsetxOES",
+ "glPopMatrix",
+ "glPrioritizeTexturesxOES",
+ "glPushMatrix",
+ "glQueryMatrixxOES",
+ "glRasterPos2xOES",
+ "glRasterPos2xvOES",
+ "glRasterPos3xOES",
+ "glRasterPos3xvOES",
+ "glRasterPos4xOES",
+ "glRasterPos4xvOES",
+ "glReadnPixelsEXT",
+ "glReadPixels",
+ "glRectxOES",
+ "glRectxvOES",
+ "glRenderbufferStorageMultisampleAPPLE",
+ "glRenderbufferStorageMultisampleEXT",
+ "glRenderbufferStorageMultisampleIMG",
+ "glRenderbufferStorageOES",
+ "glResolveMultisampleFramebufferAPPLE",
+ "glRotatef",
+ "glRotatex",
+ "glRotatexOES",
+ "glSampleCoverage",
+ "glSampleCoverageOES",
+ "glSampleCoveragex",
+ "glSampleCoveragexOES",
+ "glScalef",
+ "glScalex",
+ "glScalexOES",
+ "glScissor",
+ "glSetFenceNV",
+ "glShadeModel",
+ "glStartTilingQCOM",
+ "glStencilFunc",
+ "glStencilMask",
+ "glStencilOp",
+ "glTestFenceNV",
+ "glTexCoord1bOES",
+ "glTexCoord1bvOES",
+ "glTexCoord1xOES",
+ "glTexCoord1xvOES",
+ "glTexCoord2bOES",
+ "glTexCoord2bvOES",
+ "glTexCoord2xOES",
+ "glTexCoord2xvOES",
+ "glTexCoord3bOES",
+ "glTexCoord3bvOES",
+ "glTexCoord3xOES",
+ "glTexCoord3xvOES",
+ "glTexCoord4bOES",
+ "glTexCoord4bvOES",
+ "glTexCoord4xOES",
+ "glTexCoord4xvOES",
+ "glTexCoordPointer",
+ "glTexEnvf",
+ "glTexEnvfv",
+ "glTexEnvi",
+ "glTexEnviv",
+ "glTexEnvx",
+ "glTexEnvxOES",
+ "glTexEnvxv",
+ "glTexEnvxvOES",
+ "glTexGenfOES",
+ "glTexGenfvOES",
+ "glTexGeniOES",
+ "glTexGenivOES",
+ "glTexGenxOES",
+ "glTexGenxvOES",
+ "glTexImage2D",
+ "glTexParameterf",
+ "glTexParameterfv",
+ "glTexParameteri",
+ "glTexParameteriv",
+ "glTexParameterx",
+ "glTexParameterxOES",
+ "glTexParameterxv",
+ "glTexParameterxvOES",
+ "glTexStorage1DEXT",
+ "glTexStorage2DEXT",
+ "glTexStorage3DEXT",
+ "glTexSubImage2D",
+ "glTextureStorage1DEXT",
+ "glTextureStorage2DEXT",
+ "glTextureStorage3DEXT",
+ "glTranslatef",
+ "glTranslatex",
+ "glTranslatexOES",
+ "glUnmapBufferOES",
+ "glVertex2bOES",
+ "glVertex2bvOES",
+ "glVertex2xOES",
+ "glVertex2xvOES",
+ "glVertex3bOES",
+ "glVertex3bvOES",
+ "glVertex3xOES",
+ "glVertex3xvOES",
+ "glVertex4bOES",
+ "glVertex4bvOES",
+ "glVertex4xOES",
+ "glVertex4xvOES",
+ "glVertexPointer",
+ "glViewport",
+ "glWaitSyncAPPLE",
+ "glWeightPointerOES",
+ };
+ EntryPoints = new IntPtr[EntryPointNames.Length];
+ }
public static partial class Apple
{
@@ -66,7 +457,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (UInt32)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (UInt32)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -99,7 +490,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (UInt32)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (UInt32)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -114,7 +505,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[53], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -130,7 +521,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[53], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -152,7 +543,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSyncAPPLE((IntPtr)sync);
+ InteropHelper.Call(EntryPoints[60], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -179,7 +570,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES11.All)condition, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[106], (OpenTK.Graphics.ES11.All)condition, (UInt32)flags);
#if DEBUG
}
#endif
@@ -207,7 +598,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES11.All)condition, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[106], (OpenTK.Graphics.ES11.All)condition, (UInt32)flags);
#if DEBUG
}
#endif
@@ -226,7 +617,7 @@ namespace OpenTK.Graphics.ES11
{
Int64 retval;
Int64* @params_ptr = &retval;
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES11.All)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -247,7 +638,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES11.All)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -268,7 +659,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES11.All)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -287,7 +678,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES11.All)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -334,7 +725,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* length_ptr = length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[168], (IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -383,7 +774,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[168], (IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -430,7 +821,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[168], (IntPtr)sync, (OpenTK.Graphics.ES11.All)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -452,7 +843,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSyncAPPLE((IntPtr)sync);
+ return InteropHelper.CallReturn(EntryPoints[189], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -494,7 +885,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleAPPLE((OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[294], (OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -509,7 +900,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glResolveMultisampleFramebufferAPPLE();
+ InteropHelper.Call(EntryPoints[298]);
#if DEBUG
}
#endif
@@ -541,7 +932,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (UInt32)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[382], (IntPtr)sync, (UInt32)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -574,7 +965,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (UInt32)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[382], (IntPtr)sync, (UInt32)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -599,7 +990,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES11.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[1], (OpenTK.Graphics.ES11.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -621,7 +1012,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES11.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[1], (OpenTK.Graphics.ES11.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -649,7 +1040,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFunc((OpenTK.Graphics.ES11.AlphaFunction)func, (Single)@ref);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES11.AlphaFunction)func, (Single)@ref);
#if DEBUG
}
#endif
@@ -676,7 +1067,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFunc((OpenTK.Graphics.ES11.AlphaFunction)func, (Single)@ref);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES11.AlphaFunction)func, (Single)@ref);
#if DEBUG
}
#endif
@@ -691,7 +1082,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFuncx((OpenTK.Graphics.ES11.All)func, (int)@ref);
+ InteropHelper.Call(EntryPoints[3], (OpenTK.Graphics.ES11.All)func, (int)@ref);
#if DEBUG
}
#endif
@@ -718,7 +1109,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES11.All)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[5], (OpenTK.Graphics.ES11.All)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -746,7 +1137,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES11.All)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[5], (OpenTK.Graphics.ES11.All)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -773,7 +1164,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -802,7 +1193,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -829,7 +1220,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -857,7 +1248,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES11.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -890,7 +1281,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES11.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES11.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES11.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES11.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -922,7 +1313,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES11.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES11.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES11.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES11.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -959,7 +1350,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES11.All)usage);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES11.All)usage);
#if DEBUG
}
#endif
@@ -1000,7 +1391,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
}
finally
{
@@ -1046,7 +1437,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
}
finally
{
@@ -1092,7 +1483,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
}
finally
{
@@ -1138,7 +1529,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES11.All)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES11.All)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -1181,7 +1572,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubData((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -1222,7 +1613,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1268,7 +1659,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1314,7 +1705,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1360,7 +1751,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -1389,7 +1780,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES11.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES11.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -1411,7 +1802,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES11.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES11.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -1434,7 +1825,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES11.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES11.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -1458,7 +1849,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES11.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES11.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -1480,7 +1871,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[22], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -1495,7 +1886,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColorx((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[23], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -1517,7 +1908,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthf((Single)d);
+ InteropHelper.Call(EntryPoints[25], (Single)d);
#if DEBUG
}
#endif
@@ -1532,7 +1923,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthx((int)depth);
+ InteropHelper.Call(EntryPoints[27], (int)depth);
#if DEBUG
}
#endif
@@ -1554,7 +1945,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearStencil((Int32)s);
+ InteropHelper.Call(EntryPoints[29], (Int32)s);
#if DEBUG
}
#endif
@@ -1577,7 +1968,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClientActiveTexture((OpenTK.Graphics.ES11.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[30], (OpenTK.Graphics.ES11.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -1599,7 +1990,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClientActiveTexture((OpenTK.Graphics.ES11.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[30], (OpenTK.Graphics.ES11.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -1630,7 +2021,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* eqn_ptr = eqn)
{
- Delegates.glClipPlanef((OpenTK.Graphics.ES11.All)p, (Single*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -1663,7 +2054,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* eqn_ptr = &eqn)
{
- Delegates.glClipPlanef((OpenTK.Graphics.ES11.All)p, (Single*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -1693,7 +2084,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanef((OpenTK.Graphics.ES11.All)p, (Single*)eqn);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn);
#if DEBUG
}
#endif
@@ -1712,7 +2103,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = equation)
{
- Delegates.glClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -1733,7 +2124,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = &equation)
{
- Delegates.glClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -1751,7 +2142,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -1778,7 +2169,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4f((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[40], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -1805,7 +2196,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4ub((Byte)red, (Byte)green, (Byte)blue, (Byte)alpha);
+ InteropHelper.Call(EntryPoints[41], (Byte)red, (Byte)green, (Byte)blue, (Byte)alpha);
#if DEBUG
}
#endif
@@ -1820,7 +2211,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4x((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[42], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -1847,7 +2238,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorMask((bool)red, (bool)green, (bool)blue, (bool)alpha);
+ InteropHelper.Call(EntryPoints[45], (bool)red, (bool)green, (bool)blue, (bool)alpha);
#if DEBUG
}
#endif
@@ -1885,7 +2276,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -1927,7 +2318,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1974,7 +2365,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2021,7 +2412,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2068,7 +2459,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -2111,7 +2502,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -2152,7 +2543,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2198,7 +2589,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2244,7 +2635,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2290,7 +2681,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glColorPointer((Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[46], (Int32)size, (OpenTK.Graphics.ES11.ColorPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -2354,7 +2745,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -2416,7 +2807,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2483,7 +2874,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2550,7 +2941,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2617,7 +3008,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -2680,7 +3071,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -2741,7 +3132,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2807,7 +3198,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2873,7 +3264,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -2939,7 +3330,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -3008,7 +3399,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -3075,7 +3466,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3147,7 +3538,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3219,7 +3610,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3291,7 +3682,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -3359,7 +3750,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -3425,7 +3816,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3496,7 +3887,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3567,7 +3958,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3638,7 +4029,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -3697,7 +4088,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -3749,7 +4140,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (OpenTK.Graphics.ES11.All)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -3802,7 +4193,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3854,7 +4245,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3877,7 +4268,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES11.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES11.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -3899,7 +4290,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES11.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES11.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -3930,7 +4321,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -3963,7 +4354,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -3995,7 +4386,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -4028,7 +4419,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -4058,7 +4449,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -4090,7 +4481,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -4124,7 +4515,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -4154,7 +4545,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -4185,7 +4576,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -4218,7 +4609,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -4250,7 +4641,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -4283,7 +4674,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -4313,7 +4704,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -4345,7 +4736,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -4379,7 +4770,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -4409,7 +4800,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -4432,7 +4823,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES11.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[63], (OpenTK.Graphics.ES11.DepthFunction)func);
#if DEBUG
}
#endif
@@ -4454,7 +4845,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES11.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[63], (OpenTK.Graphics.ES11.DepthFunction)func);
#if DEBUG
}
#endif
@@ -4476,7 +4867,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthMask((bool)flag);
+ InteropHelper.Call(EntryPoints[64], (bool)flag);
#if DEBUG
}
#endif
@@ -4503,7 +4894,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangef((Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[65], (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -4518,7 +4909,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangex((int)n, (int)f);
+ InteropHelper.Call(EntryPoints[67], (int)n, (int)f);
#if DEBUG
}
#endif
@@ -4534,7 +4925,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES11.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -4549,7 +4940,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES11.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -4565,7 +4956,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableClientState((OpenTK.Graphics.ES11.EnableCap)array);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES11.EnableCap)array);
#if DEBUG
}
#endif
@@ -4580,7 +4971,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableClientState((OpenTK.Graphics.ES11.EnableCap)array);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES11.EnableCap)array);
#if DEBUG
}
#endif
@@ -4613,7 +5004,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[73], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -4646,7 +5037,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[73], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -4678,7 +5069,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[73], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -4716,7 +5107,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -4758,7 +5149,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4805,7 +5196,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4852,7 +5243,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4899,7 +5290,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -4943,7 +5334,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -4985,7 +5376,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5032,7 +5423,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5079,7 +5470,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5126,7 +5517,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -5169,7 +5560,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -5210,7 +5601,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5256,7 +5647,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5302,7 +5693,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5348,7 +5739,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[74], (OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -5382,7 +5773,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES11.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -5409,7 +5800,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES11.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -5432,7 +5823,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableClientState((OpenTK.Graphics.ES11.EnableCap)array);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES11.EnableCap)array);
#if DEBUG
}
#endif
@@ -5454,7 +5845,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableClientState((OpenTK.Graphics.ES11.EnableCap)array);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES11.EnableCap)array);
#if DEBUG
}
#endif
@@ -5471,7 +5862,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinish();
+ InteropHelper.Call(EntryPoints[107]);
#if DEBUG
}
#endif
@@ -5488,7 +5879,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlush();
+ InteropHelper.Call(EntryPoints[109]);
#if DEBUG
}
#endif
@@ -5516,7 +5907,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogf((OpenTK.Graphics.ES11.FogParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES11.FogParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -5543,7 +5934,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogf((OpenTK.Graphics.ES11.FogParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES11.FogParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -5575,7 +5966,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glFogfv((OpenTK.Graphics.ES11.FogParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES11.FogParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -5606,7 +5997,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogfv((OpenTK.Graphics.ES11.FogParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES11.FogParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -5637,7 +6028,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glFogfv((OpenTK.Graphics.ES11.FogParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES11.FogParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -5667,7 +6058,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogfv((OpenTK.Graphics.ES11.FogParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES11.FogParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -5682,7 +6073,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogx((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -5701,7 +6092,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glFogxv((OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -5719,7 +6110,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogxv((OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -5742,7 +6133,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES11.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[121], (OpenTK.Graphics.ES11.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -5764,7 +6155,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES11.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[121], (OpenTK.Graphics.ES11.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -5796,7 +6187,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumf((Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[122], (Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -5811,7 +6202,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumx((int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
+ InteropHelper.Call(EntryPoints[124], (int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
#if DEBUG
}
#endif
@@ -5843,7 +6234,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* buffers_ptr = &retval;
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers_ptr);
return retval;
}
#if DEBUG
@@ -5876,7 +6267,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -5909,7 +6300,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -5940,7 +6331,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -5972,7 +6363,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -6006,7 +6397,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -6037,7 +6428,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -6069,7 +6460,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* textures_ptr = &retval;
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures_ptr);
return retval;
}
#if DEBUG
@@ -6102,7 +6493,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -6135,7 +6526,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -6166,7 +6557,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -6198,7 +6589,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -6232,7 +6623,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -6263,7 +6654,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[131], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -6283,7 +6674,7 @@ namespace OpenTK.Graphics.ES11
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -6304,7 +6695,7 @@ namespace OpenTK.Graphics.ES11
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -6326,7 +6717,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -6348,7 +6739,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -6368,7 +6759,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6387,7 +6778,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -6408,7 +6799,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -6427,7 +6818,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES11.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6463,7 +6854,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -6501,7 +6892,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -6537,7 +6928,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -6568,7 +6959,7 @@ namespace OpenTK.Graphics.ES11
{
Single retval;
Single* equation_ptr = &retval;
- Delegates.glGetClipPlanef((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[136], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
return retval;
}
#if DEBUG
@@ -6601,7 +6992,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = equation)
{
- Delegates.glGetClipPlanef((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[136], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -6634,7 +7025,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = &equation)
{
- Delegates.glGetClipPlanef((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[136], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
equation = *equation_ptr;
}
}
@@ -6665,7 +7056,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetClipPlanef((OpenTK.Graphics.ES11.All)plane, (Single*)equation);
+ InteropHelper.Call(EntryPoints[136], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -6684,7 +7075,7 @@ namespace OpenTK.Graphics.ES11
{
int retval;
int* equation_ptr = &retval;
- Delegates.glGetClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[138], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
return retval;
}
#if DEBUG
@@ -6705,7 +7096,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = equation)
{
- Delegates.glGetClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[138], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -6726,7 +7117,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = &equation)
{
- Delegates.glGetClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[138], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
equation = *equation_ptr;
}
}
@@ -6745,7 +7136,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetClipPlanex((OpenTK.Graphics.ES11.All)plane, (int*)equation);
+ InteropHelper.Call(EntryPoints[138], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -6758,7 +7149,7 @@ namespace OpenTK.Graphics.ES11
public static
OpenTK.Graphics.ES11.ErrorCode GetError()
{
- return Delegates.glGetError();
+ return InteropHelper.CallReturn(EntryPoints[143]);
}
/// [requires: v1.0]
@@ -6774,7 +7165,7 @@ namespace OpenTK.Graphics.ES11
{
int retval;
int* @params_ptr = &retval;
- Delegates.glGetFixedv((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -6795,7 +7186,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetFixedv((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -6816,7 +7207,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetFixedv((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -6835,7 +7226,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFixedv((OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -6855,7 +7246,7 @@ namespace OpenTK.Graphics.ES11
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -6876,7 +7267,7 @@ namespace OpenTK.Graphics.ES11
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -6898,7 +7289,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -6920,7 +7311,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -6940,7 +7331,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6959,7 +7350,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -6980,7 +7371,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -6999,7 +7390,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES11.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7019,7 +7410,7 @@ namespace OpenTK.Graphics.ES11
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -7040,7 +7431,7 @@ namespace OpenTK.Graphics.ES11
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -7062,7 +7453,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -7084,7 +7475,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -7104,7 +7495,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7123,7 +7514,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -7144,7 +7535,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -7163,7 +7554,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES11.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[152], (OpenTK.Graphics.ES11.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7200,7 +7591,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7239,7 +7630,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7276,7 +7667,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7312,7 +7703,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7350,7 +7741,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7386,7 +7777,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[153], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7405,7 +7796,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetLightxv((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[155], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7426,7 +7817,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetLightxv((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[155], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7445,7 +7836,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetLightxv((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[155], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7482,7 +7873,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7521,7 +7912,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7558,7 +7949,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7594,7 +7985,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7632,7 +8023,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7668,7 +8059,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[158], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7687,7 +8078,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetMaterialxv((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -7708,7 +8099,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetMaterialxv((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -7727,7 +8118,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMaterialxv((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7746,7 +8137,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* values_ptr = values)
{
- Delegates.glGetPixelMapxv((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values_ptr);
+ InteropHelper.Call(EntryPoints[164], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -7767,7 +8158,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* values_ptr = &values)
{
- Delegates.glGetPixelMapxv((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values_ptr);
+ InteropHelper.Call(EntryPoints[164], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values_ptr);
values = *values_ptr;
}
}
@@ -7786,7 +8177,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPixelMapxv((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values);
+ InteropHelper.Call(EntryPoints[164], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values);
#if DEBUG
}
#endif
@@ -7814,7 +8205,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -7846,7 +8237,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7883,7 +8274,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7920,7 +8311,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7957,7 +8348,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -7990,7 +8381,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8021,7 +8412,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8057,7 +8448,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8093,7 +8484,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8129,7 +8520,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[165], (OpenTK.Graphics.ES11.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -8163,7 +8554,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES11.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[167], (OpenTK.Graphics.ES11.StringName)name)); }
#if DEBUG
}
#endif
@@ -8190,7 +8581,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES11.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[167], (OpenTK.Graphics.ES11.StringName)name)); }
#if DEBUG
}
#endif
@@ -8227,7 +8618,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8266,7 +8657,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8303,7 +8694,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8339,7 +8730,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8377,7 +8768,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8413,7 +8804,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[169], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8450,7 +8841,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8489,7 +8880,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8526,7 +8917,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8562,7 +8953,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8600,7 +8991,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8636,7 +9027,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8655,7 +9046,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexEnvxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8676,7 +9067,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexEnvxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8695,7 +9086,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnvxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8732,7 +9123,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8771,7 +9162,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8808,7 +9199,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8844,7 +9235,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8882,7 +9273,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -8918,7 +9309,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[177], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -8955,7 +9346,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -8994,7 +9385,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -9031,7 +9422,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9067,7 +9458,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9105,7 +9496,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -9141,7 +9532,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[178], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.GetTextureParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9160,7 +9551,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexParameterxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9181,7 +9572,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexParameterxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -9200,7 +9591,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9228,7 +9619,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES11.HintTarget)target, (OpenTK.Graphics.ES11.HintMode)mode);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES11.HintTarget)target, (OpenTK.Graphics.ES11.HintMode)mode);
#if DEBUG
}
#endif
@@ -9255,7 +9646,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES11.HintTarget)target, (OpenTK.Graphics.ES11.HintMode)mode);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES11.HintTarget)target, (OpenTK.Graphics.ES11.HintMode)mode);
#if DEBUG
}
#endif
@@ -9277,7 +9668,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[184], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -9300,7 +9691,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[184], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -9328,7 +9719,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES11.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[185], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -9355,7 +9746,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES11.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[185], (OpenTK.Graphics.ES11.EnableCap)cap);
#if DEBUG
}
#endif
@@ -9377,7 +9768,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[190], (UInt32)texture);
#if DEBUG
}
#endif
@@ -9400,7 +9791,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[190], (UInt32)texture);
#if DEBUG
}
#endif
@@ -9433,7 +9824,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightf((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[192], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -9465,7 +9856,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightf((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[192], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -9502,7 +9893,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9538,7 +9929,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[193], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9574,7 +9965,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9609,7 +10000,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightfv((OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[193], (OpenTK.Graphics.ES11.LightName)light, (OpenTK.Graphics.ES11.LightParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9637,7 +10028,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelf((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES11.LightModelParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -9664,7 +10055,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelf((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES11.LightModelParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -9696,7 +10087,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightModelfv((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES11.LightModelParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9727,7 +10118,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelfv((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES11.LightModelParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9758,7 +10149,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glLightModelfv((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES11.LightModelParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9788,7 +10179,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelfv((OpenTK.Graphics.ES11.LightModelParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES11.LightModelParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9803,7 +10194,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelx((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -9822,7 +10213,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glLightModelxv((OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[198], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -9840,7 +10231,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelxv((OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[198], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -9855,7 +10246,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightx((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[200], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -9874,7 +10265,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glLightxv((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[202], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -9892,7 +10283,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightxv((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[202], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -9914,7 +10305,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidth((Single)width);
+ InteropHelper.Call(EntryPoints[204], (Single)width);
#if DEBUG
}
#endif
@@ -9929,7 +10320,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidthx((int)width);
+ InteropHelper.Call(EntryPoints[205], (int)width);
#if DEBUG
}
#endif
@@ -9946,7 +10337,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadIdentity();
+ InteropHelper.Call(EntryPoints[207]);
#if DEBUG
}
#endif
@@ -9972,7 +10363,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* m_ptr = m)
{
- Delegates.glLoadMatrixf((Single*)m_ptr);
+ InteropHelper.Call(EntryPoints[208], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10000,7 +10391,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* m_ptr = &m)
{
- Delegates.glLoadMatrixf((Single*)m_ptr);
+ InteropHelper.Call(EntryPoints[208], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10025,7 +10416,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadMatrixf((Single*)m);
+ InteropHelper.Call(EntryPoints[208], (IntPtr)m);
#if DEBUG
}
#endif
@@ -10044,7 +10435,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glLoadMatrixx((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[209], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10065,7 +10456,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glLoadMatrixx((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[209], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10083,7 +10474,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadMatrixx((int*)m);
+ InteropHelper.Call(EntryPoints[209], (IntPtr)m);
#if DEBUG
}
#endif
@@ -10106,7 +10497,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLogicOp((OpenTK.Graphics.ES11.LogicOp)opcode);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES11.LogicOp)opcode);
#if DEBUG
}
#endif
@@ -10128,7 +10519,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLogicOp((OpenTK.Graphics.ES11.LogicOp)opcode);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES11.LogicOp)opcode);
#if DEBUG
}
#endif
@@ -10161,7 +10552,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialf((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -10193,7 +10584,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialf((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -10230,7 +10621,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -10266,7 +10657,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -10302,7 +10693,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -10337,7 +10728,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialfv((OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (OpenTK.Graphics.ES11.MaterialFace)face, (OpenTK.Graphics.ES11.MaterialParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -10352,7 +10743,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialx((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[222], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -10371,7 +10762,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glMaterialxv((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[224], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -10389,7 +10780,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialxv((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[224], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -10412,7 +10803,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMatrixMode((OpenTK.Graphics.ES11.MatrixMode)mode);
+ InteropHelper.Call(EntryPoints[227], (OpenTK.Graphics.ES11.MatrixMode)mode);
#if DEBUG
}
#endif
@@ -10434,7 +10825,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMatrixMode((OpenTK.Graphics.ES11.MatrixMode)mode);
+ InteropHelper.Call(EntryPoints[227], (OpenTK.Graphics.ES11.MatrixMode)mode);
#if DEBUG
}
#endif
@@ -10462,7 +10853,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4f((OpenTK.Graphics.ES11.TextureUnit)target, (Single)s, (Single)t, (Single)r, (Single)q);
+ InteropHelper.Call(EntryPoints[244], (OpenTK.Graphics.ES11.TextureUnit)target, (Single)s, (Single)t, (Single)r, (Single)q);
#if DEBUG
}
#endif
@@ -10489,7 +10880,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4f((OpenTK.Graphics.ES11.TextureUnit)target, (Single)s, (Single)t, (Single)r, (Single)q);
+ InteropHelper.Call(EntryPoints[244], (OpenTK.Graphics.ES11.TextureUnit)target, (Single)s, (Single)t, (Single)r, (Single)q);
#if DEBUG
}
#endif
@@ -10504,7 +10895,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4x((OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r, (int)q);
+ InteropHelper.Call(EntryPoints[245], (OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r, (int)q);
#if DEBUG
}
#endif
@@ -10530,7 +10921,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* m_ptr = m)
{
- Delegates.glMultMatrixf((Single*)m_ptr);
+ InteropHelper.Call(EntryPoints[248], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10558,7 +10949,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* m_ptr = &m)
{
- Delegates.glMultMatrixf((Single*)m_ptr);
+ InteropHelper.Call(EntryPoints[248], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10583,7 +10974,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultMatrixf((Single*)m);
+ InteropHelper.Call(EntryPoints[248], (IntPtr)m);
#if DEBUG
}
#endif
@@ -10602,7 +10993,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glMultMatrixx((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[249], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10623,7 +11014,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glMultMatrixx((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[249], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -10641,7 +11032,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultMatrixx((int*)m);
+ InteropHelper.Call(EntryPoints[249], (IntPtr)m);
#if DEBUG
}
#endif
@@ -10666,7 +11057,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3f((Single)nx, (Single)ny, (Single)nz);
+ InteropHelper.Call(EntryPoints[252], (Single)nx, (Single)ny, (Single)nz);
#if DEBUG
}
#endif
@@ -10681,7 +11072,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3x((int)nx, (int)ny, (int)nz);
+ InteropHelper.Call(EntryPoints[253], (int)nx, (int)ny, (int)nz);
#if DEBUG
}
#endif
@@ -10714,7 +11105,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -10751,7 +11142,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10793,7 +11184,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10835,7 +11226,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10877,7 +11268,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -10915,7 +11306,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -10951,7 +11342,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10992,7 +11383,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11033,7 +11424,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11074,7 +11465,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glNormalPointer((OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[256], (OpenTK.Graphics.ES11.NormalPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -11112,7 +11503,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthof((Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[257], (Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -11127,7 +11518,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthox((int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
+ InteropHelper.Call(EntryPoints[259], (int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
#if DEBUG
}
#endif
@@ -11146,7 +11537,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* values_ptr = values)
{
- Delegates.glPixelMapx((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values_ptr);
+ InteropHelper.Call(EntryPoints[262], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -11167,7 +11558,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* values_ptr = &values)
{
- Delegates.glPixelMapx((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values_ptr);
+ InteropHelper.Call(EntryPoints[262], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -11185,7 +11576,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelMapx((OpenTK.Graphics.ES11.All)map, (Int32)size, (int*)values);
+ InteropHelper.Call(EntryPoints[262], (OpenTK.Graphics.ES11.All)map, (Int32)size, (IntPtr)values);
#if DEBUG
}
#endif
@@ -11213,7 +11604,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES11.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[263], (OpenTK.Graphics.ES11.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -11240,7 +11631,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES11.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[263], (OpenTK.Graphics.ES11.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -11255,7 +11646,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorex((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -11287,7 +11678,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterf((OpenTK.Graphics.ES11.All)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[267], (OpenTK.Graphics.ES11.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -11323,7 +11714,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glPointParameterfv((OpenTK.Graphics.ES11.All)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -11358,7 +11749,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterfv((OpenTK.Graphics.ES11.All)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -11373,7 +11764,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterx((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[269], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -11392,7 +11783,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glPointParameterxv((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[271], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -11410,7 +11801,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterxv((OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[271], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -11432,7 +11823,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSize((Single)size);
+ InteropHelper.Call(EntryPoints[273], (Single)size);
#if DEBUG
}
#endif
@@ -11447,7 +11838,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSizex((int)size);
+ InteropHelper.Call(EntryPoints[275], (int)size);
#if DEBUG
}
#endif
@@ -11474,7 +11865,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffset((Single)factor, (Single)units);
+ InteropHelper.Call(EntryPoints[277], (Single)factor, (Single)units);
#if DEBUG
}
#endif
@@ -11489,7 +11880,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffsetx((int)factor, (int)units);
+ InteropHelper.Call(EntryPoints[278], (int)factor, (int)units);
#if DEBUG
}
#endif
@@ -11504,7 +11895,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopMatrix();
+ InteropHelper.Call(EntryPoints[280]);
#if DEBUG
}
#endif
@@ -11521,7 +11912,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushMatrix();
+ InteropHelper.Call(EntryPoints[282]);
#if DEBUG
}
#endif
@@ -11564,7 +11955,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -11611,7 +12002,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11663,7 +12054,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11715,7 +12106,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11767,7 +12158,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -11815,7 +12206,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -11861,7 +12252,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11912,7 +12303,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -11963,7 +12354,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12014,7 +12405,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[291], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -12047,7 +12438,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRotatef((Single)angle, (Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[299], (Single)angle, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -12062,7 +12453,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRotatex((int)angle, (int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[300], (int)angle, (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -12089,7 +12480,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoverage((Single)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[302], (Single)value, (bool)invert);
#if DEBUG
}
#endif
@@ -12104,7 +12495,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoveragex((int)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[304], (int)value, (bool)invert);
#if DEBUG
}
#endif
@@ -12126,7 +12517,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScalef((Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[306], (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -12141,7 +12532,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScalex((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[307], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -12168,7 +12559,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScissor((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[309], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -12191,7 +12582,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShadeModel((OpenTK.Graphics.ES11.ShadingModel)mode);
+ InteropHelper.Call(EntryPoints[311], (OpenTK.Graphics.ES11.ShadingModel)mode);
#if DEBUG
}
#endif
@@ -12213,7 +12604,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShadeModel((OpenTK.Graphics.ES11.ShadingModel)mode);
+ InteropHelper.Call(EntryPoints[311], (OpenTK.Graphics.ES11.ShadingModel)mode);
#if DEBUG
}
#endif
@@ -12245,7 +12636,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[313], (OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -12279,7 +12670,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[313], (OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -12311,7 +12702,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[313], (OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -12344,7 +12735,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[313], (OpenTK.Graphics.ES11.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -12366,7 +12757,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[314], (UInt32)mask);
#if DEBUG
}
#endif
@@ -12389,7 +12780,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[314], (UInt32)mask);
#if DEBUG
}
#endif
@@ -12422,7 +12813,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES11.StencilOp)fail, (OpenTK.Graphics.ES11.StencilOp)zfail, (OpenTK.Graphics.ES11.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[315], (OpenTK.Graphics.ES11.StencilOp)fail, (OpenTK.Graphics.ES11.StencilOp)zfail, (OpenTK.Graphics.ES11.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -12454,7 +12845,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES11.StencilOp)fail, (OpenTK.Graphics.ES11.StencilOp)zfail, (OpenTK.Graphics.ES11.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[315], (OpenTK.Graphics.ES11.StencilOp)fail, (OpenTK.Graphics.ES11.StencilOp)zfail, (OpenTK.Graphics.ES11.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -12492,7 +12883,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -12534,7 +12925,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12581,7 +12972,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12628,7 +13019,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12675,7 +13066,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -12718,7 +13109,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -12759,7 +13150,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12805,7 +13196,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12851,7 +13242,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -12897,7 +13288,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTexCoordPointer((Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[333], (Int32)size, (OpenTK.Graphics.ES11.TexCoordPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -12936,7 +13327,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvf((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[334], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -12968,7 +13359,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvf((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[334], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single)param);
#if DEBUG
}
#endif
@@ -13005,7 +13396,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13041,7 +13432,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13077,7 +13468,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13112,7 +13503,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvfv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13145,7 +13536,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvi((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[336], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -13177,7 +13568,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvi((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[336], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -13214,7 +13605,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13250,7 +13641,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13286,7 +13677,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13321,7 +13712,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnviv((OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES11.TextureEnvTarget)target, (OpenTK.Graphics.ES11.TextureEnvParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13336,7 +13727,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvx((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[338], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -13355,7 +13746,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexEnvxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[340], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13373,7 +13764,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[340], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13436,7 +13827,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -13503,7 +13894,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13575,7 +13966,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13647,7 +14038,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13719,7 +14110,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -13787,7 +14178,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -13853,7 +14244,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13924,7 +14315,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13995,7 +14386,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14066,7 +14457,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[348], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -14113,7 +14504,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -14153,7 +14544,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -14198,7 +14589,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[350], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14242,7 +14633,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[350], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14286,7 +14677,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[350], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14329,7 +14720,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[350], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14370,7 +14761,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -14410,7 +14801,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -14455,7 +14846,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14499,7 +14890,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14543,7 +14934,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14586,7 +14977,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES11.TextureTarget)target, (OpenTK.Graphics.ES11.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14601,7 +14992,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterx((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -14620,7 +15011,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexParameterxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14638,7 +15029,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterxv((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14701,7 +15092,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -14768,7 +15159,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14840,7 +15231,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14912,7 +15303,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14984,7 +15375,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -15052,7 +15443,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -15118,7 +15509,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15189,7 +15580,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15260,7 +15651,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15331,7 +15722,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES11.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.PixelFormat)format, (OpenTK.Graphics.ES11.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -15359,7 +15750,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTranslatef((Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[364], (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -15374,7 +15765,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTranslatex((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[365], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -15412,7 +15803,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -15454,7 +15845,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15501,7 +15892,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15548,7 +15939,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15595,7 +15986,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -15638,7 +16029,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -15679,7 +16070,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15725,7 +16116,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15771,7 +16162,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15817,7 +16208,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexPointer((Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[380], (Int32)size, (OpenTK.Graphics.ES11.VertexPointerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -15850,7 +16241,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glViewport((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[381], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -15879,7 +16270,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationEXT((OpenTK.Graphics.ES11.All)mode);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES11.All)mode);
#if DEBUG
}
#endif
@@ -15898,7 +16289,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (OpenTK.Graphics.ES11.All* attachments_ptr = attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES11.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -15919,7 +16310,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (OpenTK.Graphics.ES11.All* attachments_ptr = &attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES11.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -15937,7 +16328,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES11.All*)attachments);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES11.All)target, (Int32)numAttachments, (IntPtr)attachments);
#if DEBUG
}
#endif
@@ -15969,7 +16360,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeEXT((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -15984,7 +16375,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[118], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -16000,7 +16391,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[118], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -16015,7 +16406,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetGraphicsResetStatusEXT();
+ return InteropHelper.CallReturn(EntryPoints[149]);
#if DEBUG
}
#endif
@@ -16034,7 +16425,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -16055,7 +16446,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -16074,7 +16465,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -16094,7 +16485,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -16116,7 +16507,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -16135,7 +16526,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -16154,7 +16545,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -16175,7 +16566,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -16194,7 +16585,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -16214,7 +16605,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -16236,7 +16627,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -16255,7 +16646,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -16292,7 +16683,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[217], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -16330,7 +16721,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[217], (OpenTK.Graphics.ES11.All)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -16373,7 +16764,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -16418,7 +16809,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -16459,7 +16850,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -16501,7 +16892,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -16545,7 +16936,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -16585,7 +16976,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[228], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -16632,7 +17023,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -16685,7 +17076,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -16743,7 +17134,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -16801,7 +17192,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -16859,7 +17250,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -16914,7 +17305,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -16967,7 +17358,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17025,7 +17416,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17083,7 +17474,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17141,7 +17532,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -17193,7 +17584,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -17241,7 +17632,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17294,7 +17685,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17347,7 +17738,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17400,7 +17791,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -17452,7 +17843,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -17504,7 +17895,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17561,7 +17952,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17618,7 +18009,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17675,7 +18066,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -17729,7 +18120,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -17781,7 +18172,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17838,7 +18229,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17895,7 +18286,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -17952,7 +18343,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -18003,7 +18394,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -18050,7 +18441,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -18102,7 +18493,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -18154,7 +18545,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -18206,7 +18597,7 @@ namespace OpenTK.Graphics.ES11
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES11.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[229], (OpenTK.Graphics.ES11.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES11.All)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -18227,7 +18618,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[290], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -18246,7 +18637,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[290], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -18270,7 +18661,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[290], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -18294,7 +18685,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[290], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -18318,7 +18709,7 @@ namespace OpenTK.Graphics.ES11
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[290], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -18366,7 +18757,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleEXT((OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[295], (OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -18403,7 +18794,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage1DEXT((OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[357], (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -18445,7 +18836,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2DEXT((OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[358], (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -18492,7 +18883,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3DEXT((OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -18507,7 +18898,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[361], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -18523,7 +18914,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[361], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -18538,7 +18929,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[362], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -18554,7 +18945,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[362], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -18569,7 +18960,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[363], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -18585,7 +18976,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[363], (UInt32)texture, (OpenTK.Graphics.ES11.All)target, (Int32)levels, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -18620,7 +19011,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* eqn_ptr = eqn)
{
- Delegates.glClipPlanefIMG((OpenTK.Graphics.ES11.All)p, (Single*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -18653,7 +19044,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* eqn_ptr = &eqn)
{
- Delegates.glClipPlanefIMG((OpenTK.Graphics.ES11.All)p, (Single*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -18683,7 +19074,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanefIMG((OpenTK.Graphics.ES11.All)p, (Single*)eqn);
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn);
#if DEBUG
}
#endif
@@ -18702,7 +19093,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* eqn_ptr = eqn)
{
- Delegates.glClipPlanexIMG((OpenTK.Graphics.ES11.All)p, (int*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -18723,7 +19114,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* eqn_ptr = &eqn)
{
- Delegates.glClipPlanexIMG((OpenTK.Graphics.ES11.All)p, (int*)eqn_ptr);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn_ptr);
}
}
#if DEBUG
@@ -18741,7 +19132,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanexIMG((OpenTK.Graphics.ES11.All)p, (int*)eqn);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES11.All)p, (IntPtr)eqn);
#if DEBUG
}
#endif
@@ -18756,7 +19147,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -18772,7 +19163,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -18814,7 +19205,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleIMG((OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[296], (OpenTK.Graphics.ES11.All)target, (Int32)samples, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -18837,7 +19228,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -18858,7 +19249,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -18878,7 +19269,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -18899,7 +19290,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -18917,7 +19308,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -18937,7 +19328,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -18959,7 +19350,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -18977,7 +19368,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -18992,7 +19383,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[108], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19008,7 +19399,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[108], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19028,7 +19419,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* fences_ptr = &retval;
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences_ptr);
return retval;
}
#if DEBUG
@@ -19049,7 +19440,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -19070,7 +19461,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -19089,7 +19480,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -19109,7 +19500,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -19131,7 +19522,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -19150,7 +19541,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[128], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -19169,7 +19560,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19190,7 +19581,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19209,7 +19600,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19229,7 +19620,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19251,7 +19642,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19270,7 +19661,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[144], (UInt32)fence, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19285,7 +19676,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[186], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19301,7 +19692,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[186], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19316,7 +19707,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES11.All)condition);
+ InteropHelper.Call(EntryPoints[310], (UInt32)fence, (OpenTK.Graphics.ES11.All)condition);
#if DEBUG
}
#endif
@@ -19332,7 +19723,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES11.All)condition);
+ InteropHelper.Call(EntryPoints[310], (UInt32)fence, (OpenTK.Graphics.ES11.All)condition);
#if DEBUG
}
#endif
@@ -19347,7 +19738,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[316], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19363,7 +19754,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[316], (UInt32)fence);
#if DEBUG
}
#endif
@@ -19382,7 +19773,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAccumxOES((OpenTK.Graphics.ES11.All)op, (int)value);
+ InteropHelper.Call(EntryPoints[0], (OpenTK.Graphics.ES11.All)op, (int)value);
#if DEBUG
}
#endif
@@ -19397,7 +19788,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFuncxOES((OpenTK.Graphics.ES11.All)func, (int)@ref);
+ InteropHelper.Call(EntryPoints[4], (OpenTK.Graphics.ES11.All)func, (int)@ref);
#if DEBUG
}
#endif
@@ -19424,7 +19815,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebufferOES((OpenTK.Graphics.ES11.All)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES11.All)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -19452,7 +19843,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebufferOES((OpenTK.Graphics.ES11.All)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES11.All)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -19479,7 +19870,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbufferOES((OpenTK.Graphics.ES11.All)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES11.All)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -19507,7 +19898,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbufferOES((OpenTK.Graphics.ES11.All)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES11.All)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -19529,7 +19920,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[9], (UInt32)array);
#if DEBUG
}
#endif
@@ -19552,7 +19943,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[9], (UInt32)array);
#if DEBUG
}
#endif
@@ -19571,7 +19962,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* bitmap_ptr = bitmap)
{
- Delegates.glBitmapxOES((Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (Byte*)bitmap_ptr);
+ InteropHelper.Call(EntryPoints[10], (Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (IntPtr)bitmap_ptr);
}
}
#if DEBUG
@@ -19592,7 +19983,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* bitmap_ptr = &bitmap)
{
- Delegates.glBitmapxOES((Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (Byte*)bitmap_ptr);
+ InteropHelper.Call(EntryPoints[10], (Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (IntPtr)bitmap_ptr);
}
}
#if DEBUG
@@ -19610,7 +20001,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBitmapxOES((Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (Byte*)bitmap);
+ InteropHelper.Call(EntryPoints[10], (Int32)width, (Int32)height, (int)xorig, (int)yorig, (int)xmove, (int)ymove, (IntPtr)bitmap);
#if DEBUG
}
#endif
@@ -19625,7 +20016,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendColorxOES((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[11], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -19652,7 +20043,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationOES((OpenTK.Graphics.ES11.All)mode);
+ InteropHelper.Call(EntryPoints[13], (OpenTK.Graphics.ES11.All)mode);
#if DEBUG
}
#endif
@@ -19684,7 +20075,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparateOES((OpenTK.Graphics.ES11.All)modeRGB, (OpenTK.Graphics.ES11.All)modeAlpha);
+ InteropHelper.Call(EntryPoints[14], (OpenTK.Graphics.ES11.All)modeRGB, (OpenTK.Graphics.ES11.All)modeAlpha);
#if DEBUG
}
#endif
@@ -19726,7 +20117,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparateOES((OpenTK.Graphics.ES11.All)srcRGB, (OpenTK.Graphics.ES11.All)dstRGB, (OpenTK.Graphics.ES11.All)srcAlpha, (OpenTK.Graphics.ES11.All)dstAlpha);
+ InteropHelper.Call(EntryPoints[16], (OpenTK.Graphics.ES11.All)srcRGB, (OpenTK.Graphics.ES11.All)dstRGB, (OpenTK.Graphics.ES11.All)srcAlpha, (OpenTK.Graphics.ES11.All)dstAlpha);
#if DEBUG
}
#endif
@@ -19748,7 +20139,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCheckFramebufferStatusOES((OpenTK.Graphics.ES11.All)target);
+ return InteropHelper.CallReturn(EntryPoints[19], (OpenTK.Graphics.ES11.All)target);
#if DEBUG
}
#endif
@@ -19763,7 +20154,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearAccumxOES((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[21], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -19778,7 +20169,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColorxOES((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[24], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -19800,7 +20191,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthfOES((Single)depth);
+ InteropHelper.Call(EntryPoints[26], (Single)depth);
#if DEBUG
}
#endif
@@ -19815,7 +20206,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthxOES((int)depth);
+ InteropHelper.Call(EntryPoints[28], (int)depth);
#if DEBUG
}
#endif
@@ -19846,7 +20237,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = equation)
{
- Delegates.glClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -19879,7 +20270,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = &equation)
{
- Delegates.glClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -19909,7 +20300,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -19928,7 +20319,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = equation)
{
- Delegates.glClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -19949,7 +20340,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = &equation)
{
- Delegates.glClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -19967,7 +20358,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -19982,7 +20373,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor3xOES((int)red, (int)green, (int)blue);
+ InteropHelper.Call(EntryPoints[38], (int)red, (int)green, (int)blue);
#if DEBUG
}
#endif
@@ -20001,7 +20392,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* components_ptr = components)
{
- Delegates.glColor3xvOES((int*)components_ptr);
+ InteropHelper.Call(EntryPoints[39], (IntPtr)components_ptr);
}
}
#if DEBUG
@@ -20022,7 +20413,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* components_ptr = &components)
{
- Delegates.glColor3xvOES((int*)components_ptr);
+ InteropHelper.Call(EntryPoints[39], (IntPtr)components_ptr);
}
}
#if DEBUG
@@ -20040,7 +20431,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor3xvOES((int*)components);
+ InteropHelper.Call(EntryPoints[39], (IntPtr)components);
#if DEBUG
}
#endif
@@ -20055,7 +20446,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4xOES((int)red, (int)green, (int)blue, (int)alpha);
+ InteropHelper.Call(EntryPoints[43], (int)red, (int)green, (int)blue, (int)alpha);
#if DEBUG
}
#endif
@@ -20074,7 +20465,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* components_ptr = components)
{
- Delegates.glColor4xvOES((int*)components_ptr);
+ InteropHelper.Call(EntryPoints[44], (IntPtr)components_ptr);
}
}
#if DEBUG
@@ -20095,7 +20486,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* components_ptr = &components)
{
- Delegates.glColor4xvOES((int*)components_ptr);
+ InteropHelper.Call(EntryPoints[44], (IntPtr)components_ptr);
}
}
#if DEBUG
@@ -20113,7 +20504,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColor4xvOES((int*)components);
+ InteropHelper.Call(EntryPoints[44], (IntPtr)components);
#if DEBUG
}
#endif
@@ -20128,7 +20519,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glConvolutionParameterxOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -20147,7 +20538,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glConvolutionParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20165,7 +20556,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glConvolutionParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20180,7 +20571,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCurrentPaletteMatrixOES((UInt32)matrixpaletteindex);
+ InteropHelper.Call(EntryPoints[55], (UInt32)matrixpaletteindex);
#if DEBUG
}
#endif
@@ -20196,7 +20587,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCurrentPaletteMatrixOES((UInt32)matrixpaletteindex);
+ InteropHelper.Call(EntryPoints[55], (UInt32)matrixpaletteindex);
#if DEBUG
}
#endif
@@ -20215,7 +20606,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -20236,7 +20627,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -20268,7 +20659,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -20301,7 +20692,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -20331,7 +20722,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -20363,7 +20754,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -20397,7 +20788,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -20427,7 +20818,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffersOES((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -20446,7 +20837,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -20467,7 +20858,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -20499,7 +20890,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -20532,7 +20923,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -20562,7 +20953,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -20594,7 +20985,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -20628,7 +21019,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -20658,7 +21049,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffersOES((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -20677,7 +21068,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -20698,7 +21089,7 @@ namespace OpenTK.Graphics.ES11
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -20730,7 +21121,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -20763,7 +21154,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -20793,7 +21184,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -20825,7 +21216,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -20859,7 +21250,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -20889,7 +21280,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -20916,7 +21307,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangefOES((Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[66], (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -20931,7 +21322,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangexOES((int)n, (int)f);
+ InteropHelper.Call(EntryPoints[68], (int)n, (int)f);
#if DEBUG
}
#endif
@@ -20946,7 +21337,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexfOES((Single)x, (Single)y, (Single)z, (Single)width, (Single)height);
+ InteropHelper.Call(EntryPoints[75], (Single)x, (Single)y, (Single)z, (Single)width, (Single)height);
#if DEBUG
}
#endif
@@ -20965,7 +21356,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* coords_ptr = coords)
{
- Delegates.glDrawTexfvOES((Single*)coords_ptr);
+ InteropHelper.Call(EntryPoints[76], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -20986,7 +21377,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* coords_ptr = &coords)
{
- Delegates.glDrawTexfvOES((Single*)coords_ptr);
+ InteropHelper.Call(EntryPoints[76], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21004,7 +21395,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexfvOES((Single*)coords);
+ InteropHelper.Call(EntryPoints[76], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21019,7 +21410,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexiOES((Int32)x, (Int32)y, (Int32)z, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[77], (Int32)x, (Int32)y, (Int32)z, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -21038,7 +21429,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* coords_ptr = coords)
{
- Delegates.glDrawTexivOES((Int32*)coords_ptr);
+ InteropHelper.Call(EntryPoints[78], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21059,7 +21450,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* coords_ptr = &coords)
{
- Delegates.glDrawTexivOES((Int32*)coords_ptr);
+ InteropHelper.Call(EntryPoints[78], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21077,7 +21468,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexivOES((Int32*)coords);
+ InteropHelper.Call(EntryPoints[78], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21092,7 +21483,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexsOES((Int16)x, (Int16)y, (Int16)z, (Int16)width, (Int16)height);
+ InteropHelper.Call(EntryPoints[79], (Int16)x, (Int16)y, (Int16)z, (Int16)width, (Int16)height);
#if DEBUG
}
#endif
@@ -21111,7 +21502,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int16* coords_ptr = coords)
{
- Delegates.glDrawTexsvOES((Int16*)coords_ptr);
+ InteropHelper.Call(EntryPoints[80], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21132,7 +21523,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int16* coords_ptr = &coords)
{
- Delegates.glDrawTexsvOES((Int16*)coords_ptr);
+ InteropHelper.Call(EntryPoints[80], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21150,7 +21541,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexsvOES((Int16*)coords);
+ InteropHelper.Call(EntryPoints[80], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21165,7 +21556,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexxOES((int)x, (int)y, (int)z, (int)width, (int)height);
+ InteropHelper.Call(EntryPoints[81], (int)x, (int)y, (int)z, (int)width, (int)height);
#if DEBUG
}
#endif
@@ -21184,7 +21575,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glDrawTexxvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[82], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21205,7 +21596,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glDrawTexxvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[82], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21223,7 +21614,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawTexxvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[82], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21238,7 +21629,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetRenderbufferStorageOES((OpenTK.Graphics.ES11.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES11.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -21253,7 +21644,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetTexture2DOES((OpenTK.Graphics.ES11.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES11.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -21268,7 +21659,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEvalCoord1xOES((int)u);
+ InteropHelper.Call(EntryPoints[89], (int)u);
#if DEBUG
}
#endif
@@ -21284,7 +21675,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEvalCoord1xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[90], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21299,7 +21690,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEvalCoord2xOES((int)u, (int)v);
+ InteropHelper.Call(EntryPoints[91], (int)u, (int)v);
#if DEBUG
}
#endif
@@ -21318,7 +21709,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glEvalCoord2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[92], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21339,7 +21730,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glEvalCoord2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[92], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -21357,7 +21748,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEvalCoord2xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[92], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -21376,7 +21767,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* buffer_ptr = buffer)
{
- Delegates.glFeedbackBufferxOES((Int32)n, (OpenTK.Graphics.ES11.All)type, (int*)buffer_ptr);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (OpenTK.Graphics.ES11.All)type, (IntPtr)buffer_ptr);
}
}
#if DEBUG
@@ -21397,7 +21788,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* buffer_ptr = &buffer)
{
- Delegates.glFeedbackBufferxOES((Int32)n, (OpenTK.Graphics.ES11.All)type, (int*)buffer_ptr);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (OpenTK.Graphics.ES11.All)type, (IntPtr)buffer_ptr);
}
}
#if DEBUG
@@ -21415,7 +21806,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFeedbackBufferxOES((Int32)n, (OpenTK.Graphics.ES11.All)type, (int*)buffer);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (OpenTK.Graphics.ES11.All)type, (IntPtr)buffer);
#if DEBUG
}
#endif
@@ -21430,7 +21821,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogxOES((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[114], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -21449,7 +21840,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glFogxvOES((OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[116], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -21467,7 +21858,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFogxvOES((OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[116], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -21504,7 +21895,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbufferOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[117], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -21542,7 +21933,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbufferOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[117], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -21557,7 +21948,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[120], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -21573,7 +21964,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[120], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -21605,7 +21996,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumfOES((Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[123], (Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -21620,7 +22011,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrustumxOES((int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
+ InteropHelper.Call(EntryPoints[125], (int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
#if DEBUG
}
#endif
@@ -21642,7 +22033,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenerateMipmapOES((OpenTK.Graphics.ES11.All)target);
+ InteropHelper.Call(EntryPoints[127], (OpenTK.Graphics.ES11.All)target);
#if DEBUG
}
#endif
@@ -21662,7 +22053,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* framebuffers_ptr = &retval;
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers_ptr);
return retval;
}
#if DEBUG
@@ -21695,7 +22086,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -21728,7 +22119,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -21759,7 +22150,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -21791,7 +22182,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -21825,7 +22216,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -21856,7 +22247,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffersOES((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[129], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -21876,7 +22267,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* renderbuffers_ptr = &retval;
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers_ptr);
return retval;
}
#if DEBUG
@@ -21909,7 +22300,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -21942,7 +22333,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -21973,7 +22364,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -22005,7 +22396,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -22039,7 +22430,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -22070,7 +22461,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffersOES((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[130], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -22090,7 +22481,7 @@ namespace OpenTK.Graphics.ES11
const Int32 n = 1;
Int32 retval;
Int32* arrays_ptr = &retval;
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays_ptr);
return retval;
}
#if DEBUG
@@ -22123,7 +22514,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -22156,7 +22547,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -22187,7 +22578,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -22219,7 +22610,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -22253,7 +22644,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -22284,7 +22675,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[132], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -22299,7 +22690,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[135], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22318,7 +22709,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[135], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22342,7 +22733,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[135], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22366,7 +22757,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[135], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22390,7 +22781,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[135], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -22427,7 +22818,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = equation)
{
- Delegates.glGetClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[137], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -22460,7 +22851,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* equation_ptr = &equation)
{
- Delegates.glGetClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation_ptr);
+ InteropHelper.Call(EntryPoints[137], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
equation = *equation_ptr;
}
}
@@ -22491,7 +22882,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetClipPlanefOES((OpenTK.Graphics.ES11.All)plane, (Single*)equation);
+ InteropHelper.Call(EntryPoints[137], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -22510,7 +22901,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = equation)
{
- Delegates.glGetClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[139], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
}
}
#if DEBUG
@@ -22531,7 +22922,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* equation_ptr = &equation)
{
- Delegates.glGetClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation_ptr);
+ InteropHelper.Call(EntryPoints[139], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation_ptr);
equation = *equation_ptr;
}
}
@@ -22550,7 +22941,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetClipPlanexOES((OpenTK.Graphics.ES11.All)plane, (int*)equation);
+ InteropHelper.Call(EntryPoints[139], (OpenTK.Graphics.ES11.All)plane, (IntPtr)equation);
#if DEBUG
}
#endif
@@ -22569,7 +22960,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetConvolutionParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -22590,7 +22981,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetConvolutionParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -22609,7 +23000,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetConvolutionParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[140], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22628,7 +23019,7 @@ namespace OpenTK.Graphics.ES11
{
int retval;
int* @params_ptr = &retval;
- Delegates.glGetFixedvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -22649,7 +23040,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetFixedvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -22670,7 +23061,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetFixedvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -22689,7 +23080,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFixedvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22730,7 +23121,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -22773,7 +23164,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -22814,7 +23205,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[148], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)attachment, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22833,7 +23224,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetHistogramParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -22854,7 +23245,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetHistogramParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -22873,7 +23264,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetHistogramParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22892,7 +23283,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetLightxOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[154], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -22913,7 +23304,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetLightxOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[154], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -22932,7 +23323,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetLightxOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[154], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22951,7 +23342,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* v_ptr = v)
{
- Delegates.glGetMapxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (int*)v_ptr);
+ InteropHelper.Call(EntryPoints[157], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -22972,7 +23363,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* v_ptr = &v)
{
- Delegates.glGetMapxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (int*)v_ptr);
+ InteropHelper.Call(EntryPoints[157], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (IntPtr)v_ptr);
v = *v_ptr;
}
}
@@ -22991,7 +23382,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMapxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (int*)v);
+ InteropHelper.Call(EntryPoints[157], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)query, (IntPtr)v);
#if DEBUG
}
#endif
@@ -23006,7 +23397,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMaterialxOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[159], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -23025,7 +23416,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetMaterialxvOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23043,7 +23434,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetMaterialxvOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23079,7 +23470,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetRenderbufferParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23117,7 +23508,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetRenderbufferParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23153,7 +23544,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetRenderbufferParameterivOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[166], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23172,7 +23563,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexEnvxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23193,7 +23584,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexEnvxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23212,7 +23603,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexEnvxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23248,7 +23639,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexGenfvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23286,7 +23677,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexGenfvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23322,7 +23713,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexGenfvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23358,7 +23749,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexGenivOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23396,7 +23787,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexGenivOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23432,7 +23823,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexGenivOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23451,7 +23842,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexGenxvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23472,7 +23863,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexGenxvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23491,7 +23882,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexGenxvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23510,7 +23901,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexLevelParameterxvOES((OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[176], (OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23531,7 +23922,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexLevelParameterxvOES((OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[176], (OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23550,7 +23941,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexLevelParameterxvOES((OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[176], (OpenTK.Graphics.ES11.All)target, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23569,7 +23960,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glGetTexParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23590,7 +23981,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = &@params)
{
- Delegates.glGetTexParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23609,7 +24000,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23624,7 +24015,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glIndexxOES((int)component);
+ InteropHelper.Call(EntryPoints[182], (int)component);
#if DEBUG
}
#endif
@@ -23640,7 +24031,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glIndexxvOES((int*)component);
+ InteropHelper.Call(EntryPoints[183], (IntPtr)component);
#if DEBUG
}
#endif
@@ -23662,7 +24053,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebufferOES((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[187], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -23685,7 +24076,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebufferOES((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[187], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -23707,7 +24098,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbufferOES((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[188], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -23730,7 +24121,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbufferOES((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[188], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -23752,7 +24143,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[191], (UInt32)array);
#if DEBUG
}
#endif
@@ -23775,7 +24166,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[191], (UInt32)array);
#if DEBUG
}
#endif
@@ -23790,7 +24181,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelxOES((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[197], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -23809,7 +24200,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glLightModelxvOES((OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[199], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -23827,7 +24218,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightModelxvOES((OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[199], (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -23842,7 +24233,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightxOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[201], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -23861,7 +24252,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glLightxvOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[203], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23879,7 +24270,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLightxvOES((OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[203], (OpenTK.Graphics.ES11.All)light, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23894,7 +24285,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidthxOES((int)width);
+ InteropHelper.Call(EntryPoints[206], (int)width);
#if DEBUG
}
#endif
@@ -23913,7 +24304,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glLoadMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[210], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -23934,7 +24325,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glLoadMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[210], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -23952,7 +24343,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadMatrixxOES((int*)m);
+ InteropHelper.Call(EntryPoints[210], (IntPtr)m);
#if DEBUG
}
#endif
@@ -23967,7 +24358,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadPaletteFromModelViewMatrixOES();
+ InteropHelper.Call(EntryPoints[211]);
#if DEBUG
}
#endif
@@ -23986,7 +24377,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glLoadTransposeMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -24007,7 +24398,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glLoadTransposeMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -24025,7 +24416,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLoadTransposeMatrixxOES((int*)m);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)m);
#if DEBUG
}
#endif
@@ -24040,7 +24431,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMap1xOES((OpenTK.Graphics.ES11.All)target, (int)u1, (int)u2, (Int32)stride, (Int32)order, (int)points);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES11.All)target, (int)u1, (int)u2, (Int32)stride, (Int32)order, (int)points);
#if DEBUG
}
#endif
@@ -24055,7 +24446,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMap2xOES((OpenTK.Graphics.ES11.All)target, (int)u1, (int)u2, (Int32)ustride, (Int32)uorder, (int)v1, (int)v2, (Int32)vstride, (Int32)vorder, (int)points);
+ InteropHelper.Call(EntryPoints[215], (OpenTK.Graphics.ES11.All)target, (int)u1, (int)u2, (Int32)ustride, (Int32)uorder, (int)v1, (int)v2, (Int32)vstride, (Int32)vorder, (int)points);
#if DEBUG
}
#endif
@@ -24082,7 +24473,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)access);
+ return InteropHelper.CallReturn(EntryPoints[216], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)access);
#if DEBUG
}
#endif
@@ -24097,7 +24488,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapGrid1xOES((Int32)n, (int)u1, (int)u2);
+ InteropHelper.Call(EntryPoints[218], (Int32)n, (int)u1, (int)u2);
#if DEBUG
}
#endif
@@ -24112,7 +24503,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapGrid2xOES((Int32)n, (int)u1, (int)u2, (int)v1, (int)v2);
+ InteropHelper.Call(EntryPoints[219], (Int32)n, (int)u1, (int)u2, (int)v1, (int)v2);
#if DEBUG
}
#endif
@@ -24127,7 +24518,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialxOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[223], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -24146,7 +24537,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* param_ptr = param)
{
- Delegates.glMaterialxvOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)param_ptr);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -24164,7 +24555,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMaterialxvOES((OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (int*)param);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES11.All)face, (OpenTK.Graphics.ES11.All)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -24179,7 +24570,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMatrixIndexPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[226], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -24198,7 +24589,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glMatrixIndexPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[226], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -24222,7 +24613,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glMatrixIndexPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[226], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -24246,7 +24637,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glMatrixIndexPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[226], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -24270,7 +24661,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glMatrixIndexPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[226], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -24303,7 +24694,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s);
+ InteropHelper.Call(EntryPoints[230], (OpenTK.Graphics.ES11.All)texture, (SByte)s);
#if DEBUG
}
#endif
@@ -24331,7 +24722,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s);
+ InteropHelper.Call(EntryPoints[230], (OpenTK.Graphics.ES11.All)texture, (SByte)s);
#if DEBUG
}
#endif
@@ -24359,7 +24750,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24387,7 +24778,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24402,7 +24793,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1xOES((OpenTK.Graphics.ES11.All)texture, (int)s);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES11.All)texture, (int)s);
#if DEBUG
}
#endif
@@ -24418,7 +24809,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord1xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords);
+ InteropHelper.Call(EntryPoints[233], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24445,7 +24836,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t);
+ InteropHelper.Call(EntryPoints[234], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t);
#if DEBUG
}
#endif
@@ -24473,7 +24864,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t);
+ InteropHelper.Call(EntryPoints[234], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t);
#if DEBUG
}
#endif
@@ -24504,7 +24895,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24537,7 +24928,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24567,7 +24958,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24599,7 +24990,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24633,7 +25024,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24663,7 +25054,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[235], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24678,7 +25069,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2xOES((OpenTK.Graphics.ES11.All)texture, (int)s, (int)t);
+ InteropHelper.Call(EntryPoints[236], (OpenTK.Graphics.ES11.All)texture, (int)s, (int)t);
#if DEBUG
}
#endif
@@ -24697,7 +25088,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glMultiTexCoord2xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[237], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24718,7 +25109,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord2xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[237], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24736,7 +25127,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord2xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords);
+ InteropHelper.Call(EntryPoints[237], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24763,7 +25154,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r);
+ InteropHelper.Call(EntryPoints[238], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r);
#if DEBUG
}
#endif
@@ -24791,7 +25182,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r);
+ InteropHelper.Call(EntryPoints[238], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r);
#if DEBUG
}
#endif
@@ -24822,7 +25213,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24855,7 +25246,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24885,7 +25276,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24917,7 +25308,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24951,7 +25342,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -24981,7 +25372,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[239], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -24996,7 +25387,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3xOES((OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r);
+ InteropHelper.Call(EntryPoints[240], (OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r);
#if DEBUG
}
#endif
@@ -25015,7 +25406,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glMultiTexCoord3xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[241], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25036,7 +25427,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord3xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[241], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25054,7 +25445,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord3xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords);
+ InteropHelper.Call(EntryPoints[241], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -25081,7 +25472,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r, (SByte)q);
+ InteropHelper.Call(EntryPoints[242], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r, (SByte)q);
#if DEBUG
}
#endif
@@ -25109,7 +25500,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4bOES((OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r, (SByte)q);
+ InteropHelper.Call(EntryPoints[242], (OpenTK.Graphics.ES11.All)texture, (SByte)s, (SByte)t, (SByte)r, (SByte)q);
#if DEBUG
}
#endif
@@ -25140,7 +25531,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25173,7 +25564,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25203,7 +25594,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -25235,7 +25626,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25269,7 +25660,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25299,7 +25690,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4bvOES((OpenTK.Graphics.ES11.All)texture, (SByte*)coords);
+ InteropHelper.Call(EntryPoints[243], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -25314,7 +25705,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4xOES((OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r, (int)q);
+ InteropHelper.Call(EntryPoints[246], (OpenTK.Graphics.ES11.All)texture, (int)s, (int)t, (int)r, (int)q);
#if DEBUG
}
#endif
@@ -25333,7 +25724,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glMultiTexCoord4xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[247], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25354,7 +25745,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glMultiTexCoord4xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[247], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25372,7 +25763,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiTexCoord4xvOES((OpenTK.Graphics.ES11.All)texture, (int*)coords);
+ InteropHelper.Call(EntryPoints[247], (OpenTK.Graphics.ES11.All)texture, (IntPtr)coords);
#if DEBUG
}
#endif
@@ -25391,7 +25782,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glMultMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[250], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -25412,7 +25803,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glMultMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[250], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -25430,7 +25821,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultMatrixxOES((int*)m);
+ InteropHelper.Call(EntryPoints[250], (IntPtr)m);
#if DEBUG
}
#endif
@@ -25449,7 +25840,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = m)
{
- Delegates.glMultTransposeMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[251], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -25470,7 +25861,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* m_ptr = &m)
{
- Delegates.glMultTransposeMatrixxOES((int*)m_ptr);
+ InteropHelper.Call(EntryPoints[251], (IntPtr)m_ptr);
}
}
#if DEBUG
@@ -25488,7 +25879,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultTransposeMatrixxOES((int*)m);
+ InteropHelper.Call(EntryPoints[251], (IntPtr)m);
#if DEBUG
}
#endif
@@ -25503,7 +25894,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3xOES((int)nx, (int)ny, (int)nz);
+ InteropHelper.Call(EntryPoints[254], (int)nx, (int)ny, (int)nz);
#if DEBUG
}
#endif
@@ -25522,7 +25913,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glNormal3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[255], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25543,7 +25934,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glNormal3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[255], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -25561,7 +25952,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glNormal3xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[255], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -25593,7 +25984,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthofOES((Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[258], (Single)l, (Single)r, (Single)b, (Single)t, (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -25608,7 +25999,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glOrthoxOES((int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
+ InteropHelper.Call(EntryPoints[260], (int)l, (int)r, (int)b, (int)t, (int)n, (int)f);
#if DEBUG
}
#endif
@@ -25623,7 +26014,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPassThroughxOES((int)token);
+ InteropHelper.Call(EntryPoints[261], (int)token);
#if DEBUG
}
#endif
@@ -25638,7 +26029,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelTransferxOES((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[265], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -25653,7 +26044,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelZoomxOES((int)xfactor, (int)yfactor);
+ InteropHelper.Call(EntryPoints[266], (int)xfactor, (int)yfactor);
#if DEBUG
}
#endif
@@ -25668,7 +26059,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterxOES((OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -25687,7 +26078,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glPointParameterxvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -25705,7 +26096,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointParameterxvOES((OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -25720,7 +26111,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSizePointerOES((OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -25739,7 +26130,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glPointSizePointerOES((OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25763,7 +26154,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glPointSizePointerOES((OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25787,7 +26178,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glPointSizePointerOES((OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25811,7 +26202,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glPointSizePointerOES((OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -25832,7 +26223,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPointSizexOES((int)size);
+ InteropHelper.Call(EntryPoints[276], (int)size);
#if DEBUG
}
#endif
@@ -25847,7 +26238,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffsetxOES((int)factor, (int)units);
+ InteropHelper.Call(EntryPoints[279], (int)factor, (int)units);
#if DEBUG
}
#endif
@@ -25867,7 +26258,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* textures_ptr = textures)
fixed (int* priorities_ptr = priorities)
{
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures_ptr, (int*)priorities_ptr);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures_ptr, (IntPtr)priorities_ptr);
}
}
#if DEBUG
@@ -25889,7 +26280,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* textures_ptr = &textures)
fixed (int* priorities_ptr = &priorities)
{
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures_ptr, (int*)priorities_ptr);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures_ptr, (IntPtr)priorities_ptr);
}
}
#if DEBUG
@@ -25907,7 +26298,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures, (int*)priorities);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures, (IntPtr)priorities);
#if DEBUG
}
#endif
@@ -25928,7 +26319,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* textures_ptr = textures)
fixed (int* priorities_ptr = priorities)
{
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures_ptr, (int*)priorities_ptr);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures_ptr, (IntPtr)priorities_ptr);
}
}
#if DEBUG
@@ -25951,7 +26342,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* textures_ptr = &textures)
fixed (int* priorities_ptr = &priorities)
{
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures_ptr, (int*)priorities_ptr);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures_ptr, (IntPtr)priorities_ptr);
}
}
#if DEBUG
@@ -25969,7 +26360,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPrioritizeTexturesxOES((Int32)n, (UInt32*)textures, (int*)priorities);
+ InteropHelper.Call(EntryPoints[281], (Int32)n, (IntPtr)textures, (IntPtr)priorities);
#if DEBUG
}
#endif
@@ -25989,7 +26380,7 @@ namespace OpenTK.Graphics.ES11
fixed (int* mantissa_ptr = mantissa)
fixed (Int32* exponent_ptr = exponent)
{
- return Delegates.glQueryMatrixxOES((int*)mantissa_ptr, (Int32*)exponent_ptr);
+ return InteropHelper.CallReturn(EntryPoints[283], (IntPtr)mantissa_ptr, (IntPtr)exponent_ptr);
}
}
#if DEBUG
@@ -26011,7 +26402,7 @@ namespace OpenTK.Graphics.ES11
fixed (int* mantissa_ptr = &mantissa)
fixed (Int32* exponent_ptr = &exponent)
{
- Int32 retval = Delegates.glQueryMatrixxOES((int*)mantissa_ptr, (Int32*)exponent_ptr);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[283], (IntPtr)mantissa_ptr, (IntPtr)exponent_ptr);
mantissa = *mantissa_ptr;
exponent = *exponent_ptr;
return retval;
@@ -26032,7 +26423,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glQueryMatrixxOES((int*)mantissa, (Int32*)exponent);
+ return InteropHelper.CallReturn(EntryPoints[283], (IntPtr)mantissa, (IntPtr)exponent);
#if DEBUG
}
#endif
@@ -26047,7 +26438,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos2xOES((int)x, (int)y);
+ InteropHelper.Call(EntryPoints[284], (int)x, (int)y);
#if DEBUG
}
#endif
@@ -26066,7 +26457,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glRasterPos2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[285], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26087,7 +26478,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glRasterPos2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[285], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26105,7 +26496,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos2xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[285], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26120,7 +26511,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos3xOES((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[286], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -26139,7 +26530,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glRasterPos3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[287], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26160,7 +26551,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glRasterPos3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[287], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26178,7 +26569,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos3xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[287], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26193,7 +26584,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos4xOES((int)x, (int)y, (int)z, (int)w);
+ InteropHelper.Call(EntryPoints[288], (int)x, (int)y, (int)z, (int)w);
#if DEBUG
}
#endif
@@ -26212,7 +26603,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glRasterPos4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[289], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26233,7 +26624,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glRasterPos4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[289], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26251,7 +26642,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRasterPos4xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[289], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26266,7 +26657,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRectxOES((int)x1, (int)y1, (int)x2, (int)y2);
+ InteropHelper.Call(EntryPoints[292], (int)x1, (int)y1, (int)x2, (int)y2);
#if DEBUG
}
#endif
@@ -26286,7 +26677,7 @@ namespace OpenTK.Graphics.ES11
fixed (int* v1_ptr = v1)
fixed (int* v2_ptr = v2)
{
- Delegates.glRectxvOES((int*)v1_ptr, (int*)v2_ptr);
+ InteropHelper.Call(EntryPoints[293], (IntPtr)v1_ptr, (IntPtr)v2_ptr);
}
}
#if DEBUG
@@ -26308,7 +26699,7 @@ namespace OpenTK.Graphics.ES11
fixed (int* v1_ptr = &v1)
fixed (int* v2_ptr = &v2)
{
- Delegates.glRectxvOES((int*)v1_ptr, (int*)v2_ptr);
+ InteropHelper.Call(EntryPoints[293], (IntPtr)v1_ptr, (IntPtr)v2_ptr);
}
}
#if DEBUG
@@ -26326,7 +26717,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRectxvOES((int*)v1, (int*)v2);
+ InteropHelper.Call(EntryPoints[293], (IntPtr)v1, (IntPtr)v2);
#if DEBUG
}
#endif
@@ -26363,7 +26754,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[297], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -26378,7 +26769,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRotatexOES((int)angle, (int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[301], (int)angle, (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -26405,7 +26796,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoverageOES((int)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[303], (int)value, (bool)invert);
#if DEBUG
}
#endif
@@ -26420,7 +26811,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoveragexOES((int)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[305], (int)value, (bool)invert);
#if DEBUG
}
#endif
@@ -26435,7 +26826,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScalexOES((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[308], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -26457,7 +26848,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1bOES((SByte)s);
+ InteropHelper.Call(EntryPoints[317], (SByte)s);
#if DEBUG
}
#endif
@@ -26480,7 +26871,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1bOES((SByte)s);
+ InteropHelper.Call(EntryPoints[317], (SByte)s);
#if DEBUG
}
#endif
@@ -26503,7 +26894,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[318], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26526,7 +26917,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[318], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26541,7 +26932,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1xOES((int)s);
+ InteropHelper.Call(EntryPoints[319], (int)s);
#if DEBUG
}
#endif
@@ -26557,7 +26948,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord1xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[320], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26579,7 +26970,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2bOES((SByte)s, (SByte)t);
+ InteropHelper.Call(EntryPoints[321], (SByte)s, (SByte)t);
#if DEBUG
}
#endif
@@ -26602,7 +26993,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2bOES((SByte)s, (SByte)t);
+ InteropHelper.Call(EntryPoints[321], (SByte)s, (SByte)t);
#if DEBUG
}
#endif
@@ -26628,7 +27019,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glTexCoord2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26656,7 +27047,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glTexCoord2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26681,7 +27072,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26708,7 +27099,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glTexCoord2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26737,7 +27128,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glTexCoord2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26762,7 +27153,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[322], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26777,7 +27168,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2xOES((int)s, (int)t);
+ InteropHelper.Call(EntryPoints[323], (int)s, (int)t);
#if DEBUG
}
#endif
@@ -26796,7 +27187,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glTexCoord2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[324], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26817,7 +27208,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glTexCoord2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[324], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26835,7 +27226,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord2xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[324], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26857,7 +27248,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3bOES((SByte)s, (SByte)t, (SByte)r);
+ InteropHelper.Call(EntryPoints[325], (SByte)s, (SByte)t, (SByte)r);
#if DEBUG
}
#endif
@@ -26880,7 +27271,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3bOES((SByte)s, (SByte)t, (SByte)r);
+ InteropHelper.Call(EntryPoints[325], (SByte)s, (SByte)t, (SByte)r);
#if DEBUG
}
#endif
@@ -26906,7 +27297,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glTexCoord3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26934,7 +27325,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glTexCoord3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -26959,7 +27350,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -26986,7 +27377,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glTexCoord3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27015,7 +27406,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glTexCoord3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27040,7 +27431,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[326], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27055,7 +27446,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3xOES((int)s, (int)t, (int)r);
+ InteropHelper.Call(EntryPoints[327], (int)s, (int)t, (int)r);
#if DEBUG
}
#endif
@@ -27074,7 +27465,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glTexCoord3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[328], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27095,7 +27486,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glTexCoord3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[328], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27113,7 +27504,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord3xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[328], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27135,7 +27526,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4bOES((SByte)s, (SByte)t, (SByte)r, (SByte)q);
+ InteropHelper.Call(EntryPoints[329], (SByte)s, (SByte)t, (SByte)r, (SByte)q);
#if DEBUG
}
#endif
@@ -27158,7 +27549,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4bOES((SByte)s, (SByte)t, (SByte)r, (SByte)q);
+ InteropHelper.Call(EntryPoints[329], (SByte)s, (SByte)t, (SByte)r, (SByte)q);
#if DEBUG
}
#endif
@@ -27184,7 +27575,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glTexCoord4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27212,7 +27603,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glTexCoord4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27237,7 +27628,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27264,7 +27655,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glTexCoord4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27293,7 +27684,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glTexCoord4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27318,7 +27709,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[330], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27333,7 +27724,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4xOES((int)s, (int)t, (int)r, (int)q);
+ InteropHelper.Call(EntryPoints[331], (int)s, (int)t, (int)r, (int)q);
#if DEBUG
}
#endif
@@ -27352,7 +27743,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glTexCoord4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[332], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27373,7 +27764,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glTexCoord4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[332], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27391,7 +27782,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexCoord4xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[332], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27406,7 +27797,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvxOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[339], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -27425,7 +27816,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexEnvxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[341], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27443,7 +27834,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexEnvxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[341], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27475,7 +27866,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGenfOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[342], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single)param);
#if DEBUG
}
#endif
@@ -27511,7 +27902,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexGenfvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[343], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27546,7 +27937,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGenfvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[343], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27578,7 +27969,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGeniOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[344], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -27614,7 +28005,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexGenivOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[345], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27649,7 +28040,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGenivOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[345], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27664,7 +28055,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGenxOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[346], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -27683,7 +28074,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexGenxvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[347], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27701,7 +28092,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexGenxvOES((OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[347], (OpenTK.Graphics.ES11.All)coord, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27716,7 +28107,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterxOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
+ InteropHelper.Call(EntryPoints[354], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int)param);
#if DEBUG
}
#endif
@@ -27735,7 +28126,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* @params_ptr = @params)
{
- Delegates.glTexParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params_ptr);
+ InteropHelper.Call(EntryPoints[356], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27753,7 +28144,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterxvOES((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (int*)@params);
+ InteropHelper.Call(EntryPoints[356], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27768,7 +28159,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTranslatexOES((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[366], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -27783,7 +28174,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBufferOES((OpenTK.Graphics.ES11.All)target);
+ return InteropHelper.CallReturn(EntryPoints[367], (OpenTK.Graphics.ES11.All)target);
#if DEBUG
}
#endif
@@ -27805,7 +28196,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2bOES((SByte)x);
+ InteropHelper.Call(EntryPoints[368], (SByte)x);
#if DEBUG
}
#endif
@@ -27828,7 +28219,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2bOES((SByte)x);
+ InteropHelper.Call(EntryPoints[368], (SByte)x);
#if DEBUG
}
#endif
@@ -27854,7 +28245,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glVertex2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[369], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27879,7 +28270,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[369], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27906,7 +28297,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glVertex2bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[369], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27931,7 +28322,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[369], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -27946,7 +28337,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2xOES((int)x);
+ InteropHelper.Call(EntryPoints[370], (int)x);
#if DEBUG
}
#endif
@@ -27965,7 +28356,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glVertex2xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[371], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -27983,7 +28374,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex2xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[371], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28005,7 +28396,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3bOES((SByte)x, (SByte)y);
+ InteropHelper.Call(EntryPoints[372], (SByte)x, (SByte)y);
#if DEBUG
}
#endif
@@ -28028,7 +28419,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3bOES((SByte)x, (SByte)y);
+ InteropHelper.Call(EntryPoints[372], (SByte)x, (SByte)y);
#if DEBUG
}
#endif
@@ -28054,7 +28445,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glVertex3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28082,7 +28473,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glVertex3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28107,7 +28498,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28134,7 +28525,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glVertex3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28163,7 +28554,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glVertex3bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28188,7 +28579,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[373], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28203,7 +28594,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3xOES((int)x, (int)y);
+ InteropHelper.Call(EntryPoints[374], (int)x, (int)y);
#if DEBUG
}
#endif
@@ -28222,7 +28613,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glVertex3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[375], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28243,7 +28634,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glVertex3xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[375], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28261,7 +28652,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex3xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[375], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28283,7 +28674,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4bOES((SByte)x, (SByte)y, (SByte)z);
+ InteropHelper.Call(EntryPoints[376], (SByte)x, (SByte)y, (SByte)z);
#if DEBUG
}
#endif
@@ -28306,7 +28697,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4bOES((SByte)x, (SByte)y, (SByte)z);
+ InteropHelper.Call(EntryPoints[376], (SByte)x, (SByte)y, (SByte)z);
#if DEBUG
}
#endif
@@ -28332,7 +28723,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = coords)
{
- Delegates.glVertex4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28360,7 +28751,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Byte* coords_ptr = &coords)
{
- Delegates.glVertex4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28385,7 +28776,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28412,7 +28803,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = coords)
{
- Delegates.glVertex4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28441,7 +28832,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (SByte* coords_ptr = &coords)
{
- Delegates.glVertex4bvOES((SByte*)coords_ptr);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28466,7 +28857,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4bvOES((SByte*)coords);
+ InteropHelper.Call(EntryPoints[377], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28481,7 +28872,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4xOES((int)x, (int)y, (int)z);
+ InteropHelper.Call(EntryPoints[378], (int)x, (int)y, (int)z);
#if DEBUG
}
#endif
@@ -28500,7 +28891,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = coords)
{
- Delegates.glVertex4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[379], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28521,7 +28912,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (int* coords_ptr = &coords)
{
- Delegates.glVertex4xvOES((int*)coords_ptr);
+ InteropHelper.Call(EntryPoints[379], (IntPtr)coords_ptr);
}
}
#if DEBUG
@@ -28539,7 +28930,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertex4xvOES((int*)coords);
+ InteropHelper.Call(EntryPoints[379], (IntPtr)coords);
#if DEBUG
}
#endif
@@ -28554,7 +28945,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWeightPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[383], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -28573,7 +28964,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glWeightPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[383], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28597,7 +28988,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glWeightPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[383], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28621,7 +29012,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glWeightPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[383], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28645,7 +29036,7 @@ namespace OpenTK.Graphics.ES11
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glWeightPointerOES((Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[383], (Int32)size, (OpenTK.Graphics.ES11.All)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T3)pointer_ptr.Target;
}
finally
@@ -28670,7 +29061,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[71], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -28686,7 +29077,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[71], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -28701,7 +29092,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[87], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -28717,7 +29108,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[87], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -28732,7 +29123,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[88], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -28748,7 +29139,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[88], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -28763,7 +29154,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES11.All)target, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES11.All)target, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28782,7 +29173,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28806,7 +29197,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28830,7 +29221,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28854,7 +29245,7 @@ namespace OpenTK.Graphics.ES11
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES11.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -28880,7 +29271,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -28902,7 +29293,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -28922,7 +29313,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -28943,7 +29334,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -28966,7 +29357,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -28986,7 +29377,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[94], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -29006,7 +29397,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -29028,7 +29419,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -29048,7 +29439,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -29069,7 +29460,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -29092,7 +29483,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -29112,7 +29503,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[95], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -29131,7 +29522,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -29152,7 +29543,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -29171,7 +29562,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -29191,7 +29582,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -29213,7 +29604,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -29232,7 +29623,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[96], (UInt32)program, (OpenTK.Graphics.ES11.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -29252,7 +29643,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -29274,7 +29665,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -29294,7 +29685,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -29315,7 +29706,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -29338,7 +29729,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -29358,7 +29749,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -29378,7 +29769,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -29400,7 +29791,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -29420,7 +29811,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -29441,7 +29832,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -29464,7 +29855,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -29484,7 +29875,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[98], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -29504,7 +29895,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -29526,7 +29917,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -29546,7 +29937,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -29567,7 +29958,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -29590,7 +29981,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -29610,7 +30001,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -29629,7 +30020,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29650,7 +30041,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29669,7 +30060,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29689,7 +30080,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29711,7 +30102,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29730,7 +30121,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[100], (UInt32)texture, (OpenTK.Graphics.ES11.All)face, (Int32)level, (OpenTK.Graphics.ES11.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29745,7 +30136,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels);
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels);
#if DEBUG
}
#endif
@@ -29764,7 +30155,7 @@ namespace OpenTK.Graphics.ES11
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29788,7 +30179,7 @@ namespace OpenTK.Graphics.ES11
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29812,7 +30203,7 @@ namespace OpenTK.Graphics.ES11
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29836,7 +30227,7 @@ namespace OpenTK.Graphics.ES11
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES11.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES11.All)format, (OpenTK.Graphics.ES11.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
texels = (T10)texels_ptr.Target;
}
finally
@@ -29862,7 +30253,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -29884,7 +30275,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -29904,7 +30295,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -29925,7 +30316,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -29948,7 +30339,7 @@ namespace OpenTK.Graphics.ES11
fixed (UInt32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -29968,7 +30359,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[102], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -29983,7 +30374,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[103], (UInt32)program);
#if DEBUG
}
#endif
@@ -29999,7 +30390,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[103], (UInt32)program);
#if DEBUG
}
#endif
@@ -30014,7 +30405,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtTexObjectStateOverrideiQCOM((OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[104], (OpenTK.Graphics.ES11.All)target, (OpenTK.Graphics.ES11.All)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -30034,7 +30425,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* num_ptr = num)
fixed (Int32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -30057,7 +30448,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* num_ptr = num)
fixed (UInt32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -30079,7 +30470,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* num_ptr = &num)
fixed (Int32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -30104,7 +30495,7 @@ namespace OpenTK.Graphics.ES11
fixed (Int32* num_ptr = &num)
fixed (UInt32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -30124,7 +30515,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -30140,7 +30531,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[141], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -30159,7 +30550,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -30180,7 +30571,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -30199,7 +30590,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -30219,7 +30610,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -30241,7 +30632,7 @@ namespace OpenTK.Graphics.ES11
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -30260,7 +30651,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[142], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -30275,7 +30666,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[312], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -30291,7 +30682,7 @@ namespace OpenTK.Graphics.ES11
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[312], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
diff --git a/Source/OpenTK/Graphics/ES20/ES20.cs b/Source/OpenTK/Graphics/ES20/ES20.cs
index 5812b3ed..80b1b6c1 100644
--- a/Source/OpenTK/Graphics/ES20/ES20.cs
+++ b/Source/OpenTK/Graphics/ES20/ES20.cs
@@ -37,6 +37,355 @@ namespace OpenTK.Graphics.ES20
partial class GL
{
+ static GL()
+ {
+ EntryPointNames = new string[]
+ {
+ "glActiveProgramEXT",
+ "glActiveShaderProgramEXT",
+ "glActiveTexture",
+ "glAlphaFuncQCOM",
+ "glAttachShader",
+ "glBeginPerfMonitorAMD",
+ "glBeginQueryEXT",
+ "glBindAttribLocation",
+ "glBindBuffer",
+ "glBindFramebuffer",
+ "glBindProgramPipelineEXT",
+ "glBindRenderbuffer",
+ "glBindTexture",
+ "glBindVertexArrayOES",
+ "glBlendBarrierNV",
+ "glBlendColor",
+ "glBlendEquation",
+ "glBlendEquationEXT",
+ "glBlendEquationSeparate",
+ "glBlendFunc",
+ "glBlendFuncSeparate",
+ "glBlendParameteriNV",
+ "glBlitFramebufferANGLE",
+ "glBlitFramebufferNV",
+ "glBufferData",
+ "glBufferSubData",
+ "glCheckFramebufferStatus",
+ "glClear",
+ "glClearColor",
+ "glClearDepthf",
+ "glClearStencil",
+ "glClientWaitSyncAPPLE",
+ "glColorMask",
+ "glCompileShader",
+ "glCompressedTexImage2D",
+ "glCompressedTexImage3DOES",
+ "glCompressedTexSubImage2D",
+ "glCompressedTexSubImage3DOES",
+ "glCopyBufferSubDataNV",
+ "glCopyTexImage2D",
+ "glCopyTexSubImage2D",
+ "glCopyTexSubImage3DOES",
+ "glCopyTextureLevelsAPPLE",
+ "glCoverageMaskNV",
+ "glCoverageOperationNV",
+ "glCreateProgram",
+ "glCreateShader",
+ "glCreateShaderProgramEXT",
+ "glCreateShaderProgramvEXT",
+ "glCullFace",
+ "glDebugMessageCallback",
+ "glDebugMessageCallbackKHR",
+ "glDebugMessageControl",
+ "glDebugMessageControlKHR",
+ "glDebugMessageInsert",
+ "glDebugMessageInsertKHR",
+ "glDeleteBuffers",
+ "glDeleteFencesNV",
+ "glDeleteFramebuffers",
+ "glDeletePerfMonitorsAMD",
+ "glDeleteProgram",
+ "glDeleteProgramPipelinesEXT",
+ "glDeleteQueriesEXT",
+ "glDeleteRenderbuffers",
+ "glDeleteShader",
+ "glDeleteSyncAPPLE",
+ "glDeleteTextures",
+ "glDeleteVertexArraysOES",
+ "glDepthFunc",
+ "glDepthMask",
+ "glDepthRangef",
+ "glDetachShader",
+ "glDisable",
+ "glDisableDriverControlQCOM",
+ "glDisableVertexAttribArray",
+ "glDiscardFramebufferEXT",
+ "glDrawArrays",
+ "glDrawArraysInstancedANGLE",
+ "glDrawArraysInstancedEXT",
+ "glDrawArraysInstancedNV",
+ "glDrawBuffersEXT",
+ "glDrawBuffersIndexedEXT",
+ "glDrawBuffersNV",
+ "glDrawElements",
+ "glDrawElementsInstancedANGLE",
+ "glDrawElementsInstancedEXT",
+ "glDrawElementsInstancedNV",
+ "glEGLImageTargetRenderbufferStorageOES",
+ "glEGLImageTargetTexture2DOES",
+ "glEnable",
+ "glEnableDriverControlQCOM",
+ "glEnableVertexAttribArray",
+ "glEndPerfMonitorAMD",
+ "glEndQueryEXT",
+ "glEndTilingQCOM",
+ "glExtGetBufferPointervQCOM",
+ "glExtGetBuffersQCOM",
+ "glExtGetFramebuffersQCOM",
+ "glExtGetProgramBinarySourceQCOM",
+ "glExtGetProgramsQCOM",
+ "glExtGetRenderbuffersQCOM",
+ "glExtGetShadersQCOM",
+ "glExtGetTexLevelParameterivQCOM",
+ "glExtGetTexSubImageQCOM",
+ "glExtGetTexturesQCOM",
+ "glExtIsProgramBinaryQCOM",
+ "glExtTexObjectStateOverrideiQCOM",
+ "glFenceSyncAPPLE",
+ "glFinish",
+ "glFinishFenceNV",
+ "glFlush",
+ "glFlushMappedBufferRangeEXT",
+ "glFramebufferRenderbuffer",
+ "glFramebufferTexture2D",
+ "glFramebufferTexture2DMultisampleEXT",
+ "glFramebufferTexture2DMultisampleIMG",
+ "glFramebufferTexture3DOES",
+ "glFrontFace",
+ "glGenBuffers",
+ "glGenerateMipmap",
+ "glGenFencesNV",
+ "glGenFramebuffers",
+ "glGenPerfMonitorsAMD",
+ "glGenProgramPipelinesEXT",
+ "glGenQueriesEXT",
+ "glGenRenderbuffers",
+ "glGenTextures",
+ "glGenVertexArraysOES",
+ "glGetActiveAttrib",
+ "glGetActiveUniform",
+ "glGetAttachedShaders",
+ "glGetAttribLocation",
+ "glGetBooleanv",
+ "glGetBufferParameteriv",
+ "glGetBufferPointervOES",
+ "glGetDebugMessageLog",
+ "glGetDebugMessageLogKHR",
+ "glGetDriverControlsQCOM",
+ "glGetDriverControlStringQCOM",
+ "glGetError",
+ "glGetFenceivNV",
+ "glGetFloatv",
+ "glGetFramebufferAttachmentParameteriv",
+ "glGetGraphicsResetStatusEXT",
+ "glGetInteger64vAPPLE",
+ "glGetIntegeri_vEXT",
+ "glGetIntegerv",
+ "glGetnUniformfvEXT",
+ "glGetnUniformivEXT",
+ "glGetObjectLabel",
+ "glGetObjectLabelEXT",
+ "glGetObjectLabelKHR",
+ "glGetObjectPtrLabel",
+ "glGetObjectPtrLabelKHR",
+ "glGetPerfMonitorCounterDataAMD",
+ "glGetPerfMonitorCounterInfoAMD",
+ "glGetPerfMonitorCountersAMD",
+ "glGetPerfMonitorCounterStringAMD",
+ "glGetPerfMonitorGroupsAMD",
+ "glGetPerfMonitorGroupStringAMD",
+ "glGetPointerv",
+ "glGetPointervKHR",
+ "glGetProgramBinaryOES",
+ "glGetProgramInfoLog",
+ "glGetProgramiv",
+ "glGetProgramPipelineInfoLogEXT",
+ "glGetProgramPipelineivEXT",
+ "glGetQueryivEXT",
+ "glGetQueryObjecti64vEXT",
+ "glGetQueryObjectivEXT",
+ "glGetQueryObjectui64vEXT",
+ "glGetQueryObjectuivEXT",
+ "glGetRenderbufferParameteriv",
+ "glGetShaderInfoLog",
+ "glGetShaderiv",
+ "glGetShaderPrecisionFormat",
+ "glGetShaderSource",
+ "glGetString",
+ "glGetSyncivAPPLE",
+ "glGetTexParameterfv",
+ "glGetTexParameteriv",
+ "glGetTranslatedShaderSourceANGLE",
+ "glGetUniformfv",
+ "glGetUniformiv",
+ "glGetUniformLocation",
+ "glGetVertexAttribfv",
+ "glGetVertexAttribiv",
+ "glGetVertexAttribPointerv",
+ "glHint",
+ "glInsertEventMarkerEXT",
+ "glIsBuffer",
+ "glIsEnabled",
+ "glIsFenceNV",
+ "glIsFramebuffer",
+ "glIsProgram",
+ "glIsProgramPipelineEXT",
+ "glIsQueryEXT",
+ "glIsRenderbuffer",
+ "glIsShader",
+ "glIsSyncAPPLE",
+ "glIsTexture",
+ "glIsVertexArrayOES",
+ "glLabelObjectEXT",
+ "glLineWidth",
+ "glLinkProgram",
+ "glMapBufferOES",
+ "glMapBufferRangeEXT",
+ "glMultiDrawArraysEXT",
+ "glMultiDrawElementsEXT",
+ "glObjectLabel",
+ "glObjectLabelKHR",
+ "glObjectPtrLabel",
+ "glObjectPtrLabelKHR",
+ "glPixelStorei",
+ "glPolygonOffset",
+ "glPopDebugGroup",
+ "glPopDebugGroupKHR",
+ "glPopGroupMarkerEXT",
+ "glProgramBinaryOES",
+ "glProgramParameteriEXT",
+ "glProgramUniform1fEXT",
+ "glProgramUniform1fvEXT",
+ "glProgramUniform1iEXT",
+ "glProgramUniform1ivEXT",
+ "glProgramUniform1uiEXT",
+ "glProgramUniform1uivEXT",
+ "glProgramUniform2fEXT",
+ "glProgramUniform2fvEXT",
+ "glProgramUniform2iEXT",
+ "glProgramUniform2ivEXT",
+ "glProgramUniform2uiEXT",
+ "glProgramUniform2uivEXT",
+ "glProgramUniform3fEXT",
+ "glProgramUniform3fvEXT",
+ "glProgramUniform3iEXT",
+ "glProgramUniform3ivEXT",
+ "glProgramUniform3uiEXT",
+ "glProgramUniform3uivEXT",
+ "glProgramUniform4fEXT",
+ "glProgramUniform4fvEXT",
+ "glProgramUniform4iEXT",
+ "glProgramUniform4ivEXT",
+ "glProgramUniform4uiEXT",
+ "glProgramUniform4uivEXT",
+ "glProgramUniformMatrix2fvEXT",
+ "glProgramUniformMatrix2x3fvEXT",
+ "glProgramUniformMatrix2x4fvEXT",
+ "glProgramUniformMatrix3fvEXT",
+ "glProgramUniformMatrix3x2fvEXT",
+ "glProgramUniformMatrix3x4fvEXT",
+ "glProgramUniformMatrix4fvEXT",
+ "glProgramUniformMatrix4x2fvEXT",
+ "glProgramUniformMatrix4x3fvEXT",
+ "glPushDebugGroup",
+ "glPushDebugGroupKHR",
+ "glPushGroupMarkerEXT",
+ "glQueryCounterEXT",
+ "glReadBufferIndexedEXT",
+ "glReadBufferNV",
+ "glReadnPixelsEXT",
+ "glReadPixels",
+ "glReleaseShaderCompiler",
+ "glRenderbufferStorage",
+ "glRenderbufferStorageMultisampleANGLE",
+ "glRenderbufferStorageMultisampleAPPLE",
+ "glRenderbufferStorageMultisampleEXT",
+ "glRenderbufferStorageMultisampleIMG",
+ "glRenderbufferStorageMultisampleNV",
+ "glResolveMultisampleFramebufferAPPLE",
+ "glSampleCoverage",
+ "glScissor",
+ "glSelectPerfMonitorCountersAMD",
+ "glSetFenceNV",
+ "glShaderBinary",
+ "glShaderSource",
+ "glStartTilingQCOM",
+ "glStencilFunc",
+ "glStencilFuncSeparate",
+ "glStencilMask",
+ "glStencilMaskSeparate",
+ "glStencilOp",
+ "glStencilOpSeparate",
+ "glTestFenceNV",
+ "glTexImage2D",
+ "glTexImage3DOES",
+ "glTexParameterf",
+ "glTexParameterfv",
+ "glTexParameteri",
+ "glTexParameteriv",
+ "glTexStorage1DEXT",
+ "glTexStorage2DEXT",
+ "glTexStorage3DEXT",
+ "glTexSubImage2D",
+ "glTexSubImage3DOES",
+ "glTextureStorage1DEXT",
+ "glTextureStorage2DEXT",
+ "glTextureStorage3DEXT",
+ "glUniform1f",
+ "glUniform1fv",
+ "glUniform1i",
+ "glUniform1iv",
+ "glUniform2f",
+ "glUniform2fv",
+ "glUniform2i",
+ "glUniform2iv",
+ "glUniform3f",
+ "glUniform3fv",
+ "glUniform3i",
+ "glUniform3iv",
+ "glUniform4f",
+ "glUniform4fv",
+ "glUniform4i",
+ "glUniform4iv",
+ "glUniformMatrix2fv",
+ "glUniformMatrix2x3fvNV",
+ "glUniformMatrix2x4fvNV",
+ "glUniformMatrix3fv",
+ "glUniformMatrix3x2fvNV",
+ "glUniformMatrix3x4fvNV",
+ "glUniformMatrix4fv",
+ "glUniformMatrix4x2fvNV",
+ "glUniformMatrix4x3fvNV",
+ "glUnmapBufferOES",
+ "glUseProgram",
+ "glUseProgramStagesEXT",
+ "glUseShaderProgramEXT",
+ "glValidateProgram",
+ "glValidateProgramPipelineEXT",
+ "glVertexAttrib1f",
+ "glVertexAttrib1fv",
+ "glVertexAttrib2f",
+ "glVertexAttrib2fv",
+ "glVertexAttrib3f",
+ "glVertexAttrib3fv",
+ "glVertexAttrib4f",
+ "glVertexAttrib4fv",
+ "glVertexAttribDivisorANGLE",
+ "glVertexAttribDivisorEXT",
+ "glVertexAttribDivisorNV",
+ "glVertexAttribPointer",
+ "glViewport",
+ "glWaitSyncAPPLE",
+ };
+ EntryPoints = new IntPtr[EntryPointNames.Length];
+ }
public static partial class Amd
{
@@ -49,7 +398,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[5], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -65,7 +414,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[5], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -84,7 +433,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -105,7 +454,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -125,7 +474,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -146,7 +495,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -164,7 +513,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -184,7 +533,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -206,7 +555,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -224,7 +573,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[59], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -239,7 +588,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[92], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -255,7 +604,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[92], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -275,7 +624,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* monitors_ptr = &retval;
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors_ptr);
return retval;
}
#if DEBUG
@@ -296,7 +645,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -317,7 +666,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -336,7 +685,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -356,7 +705,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -378,7 +727,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -397,7 +746,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[122], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -417,7 +766,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -440,7 +789,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -460,7 +809,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -481,7 +830,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -505,7 +854,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -525,7 +874,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[154], (UInt32)monitor, (OpenTK.Graphics.ES20.All)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -540,7 +889,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -559,7 +908,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -583,7 +932,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -607,7 +956,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -631,7 +980,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -653,7 +1002,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -673,7 +1022,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -698,7 +1047,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -723,7 +1072,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -748,7 +1097,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[155], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES20.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -775,7 +1124,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -800,7 +1149,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -821,7 +1170,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -843,7 +1192,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -869,7 +1218,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -890,7 +1239,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[156], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -909,7 +1258,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[157], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -928,7 +1277,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[157], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -948,7 +1297,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[157], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -967,7 +1316,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[157], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -987,7 +1336,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -1010,7 +1359,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -1035,7 +1384,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -1059,7 +1408,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -1079,7 +1428,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -1095,7 +1444,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[158], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -1114,7 +1463,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[159], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -1133,7 +1482,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[159], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -1153,7 +1502,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[159], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -1172,7 +1521,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[159], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -1191,7 +1540,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -1212,7 +1561,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -1231,7 +1580,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -1251,7 +1600,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -1273,7 +1622,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -1292,7 +1641,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[271], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -1334,7 +1683,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferANGLE((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[22], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -1371,7 +1720,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferANGLE((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[22], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -1409,7 +1758,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[77], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1446,7 +1795,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[77], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1489,7 +1838,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1536,7 +1885,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1588,7 +1937,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1640,7 +1989,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1692,7 +2041,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -1740,7 +2089,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1786,7 +2135,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1837,7 +2186,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1888,7 +2237,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1939,7 +2288,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[84], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -1964,7 +2313,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
}
}
#if DEBUG
@@ -1985,7 +2334,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -2004,7 +2353,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -2024,7 +2373,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
}
}
#if DEBUG
@@ -2046,7 +2395,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -2065,7 +2414,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[181], (UInt32)shader, (Int32)bufsize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -2108,7 +2457,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleANGLE((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[263], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -2150,7 +2499,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleANGLE((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[263], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -2177,7 +2526,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorANGLE((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[336], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -2205,7 +2554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorANGLE((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[336], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -2241,7 +2590,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2275,7 +2624,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2307,7 +2656,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2340,7 +2689,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[31], (IntPtr)sync, (OpenTK.Graphics.ES20.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2355,7 +2704,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[42], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -2371,7 +2720,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[42], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -2393,7 +2742,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSyncAPPLE((IntPtr)sync);
+ InteropHelper.Call(EntryPoints[65], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -2421,7 +2770,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES20.SyncCondition)condition, (OpenTK.Graphics.ES20.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[107], (OpenTK.Graphics.ES20.SyncCondition)condition, (OpenTK.Graphics.ES20.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -2448,7 +2797,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES20.SyncCondition)condition, (OpenTK.Graphics.ES20.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[107], (OpenTK.Graphics.ES20.SyncCondition)condition, (OpenTK.Graphics.ES20.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -2468,7 +2817,7 @@ namespace OpenTK.Graphics.ES20
{
Int64 retval;
Int64* @params_ptr = &retval;
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -2489,7 +2838,7 @@ namespace OpenTK.Graphics.ES20
{
Int64 retval;
Int64* @params_ptr = &retval;
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -2511,7 +2860,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -2533,7 +2882,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -2553,7 +2902,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -2572,7 +2921,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -2593,7 +2942,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -2612,7 +2961,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES20.GetPName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -2660,7 +3009,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -2710,7 +3059,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -2758,7 +3107,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -2805,7 +3154,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -2854,7 +3203,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -2901,7 +3250,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[178], (IntPtr)sync, (OpenTK.Graphics.ES20.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -2923,7 +3272,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSyncAPPLE((IntPtr)sync);
+ return InteropHelper.CallReturn(EntryPoints[199], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -2966,7 +3315,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleAPPLE((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3008,7 +3357,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleAPPLE((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3023,7 +3372,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glResolveMultisampleFramebufferAPPLE();
+ InteropHelper.Call(EntryPoints[268]);
#if DEBUG
}
#endif
@@ -3055,7 +3404,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[341], (IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3089,7 +3438,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[341], (IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3121,7 +3470,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[341], (IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3154,7 +3503,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[341], (IntPtr)sync, (OpenTK.Graphics.ES20.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3179,7 +3528,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES20.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES20.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -3201,7 +3550,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES20.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES20.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -3228,7 +3577,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[4], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -3256,7 +3605,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[4], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -3288,7 +3637,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocation((UInt32)program, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[7], (UInt32)program, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -3321,7 +3670,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocation((UInt32)program, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[7], (UInt32)program, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -3348,7 +3697,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3377,7 +3726,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3404,7 +3753,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3432,7 +3781,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES20.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3459,7 +3808,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[9], (OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3488,7 +3837,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[9], (OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3515,7 +3864,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[9], (OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3543,7 +3892,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[9], (OpenTK.Graphics.ES20.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3570,7 +3919,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -3599,7 +3948,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -3626,7 +3975,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -3654,7 +4003,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -3681,7 +4030,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -3710,7 +4059,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -3737,7 +4086,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -3765,7 +4114,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES20.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -3787,7 +4136,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[15], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -3815,7 +4164,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquation((OpenTK.Graphics.ES20.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[16], (OpenTK.Graphics.ES20.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -3842,7 +4191,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquation((OpenTK.Graphics.ES20.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[16], (OpenTK.Graphics.ES20.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -3875,7 +4224,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparate((OpenTK.Graphics.ES20.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES20.BlendEquationMode)modeAlpha);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES20.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES20.BlendEquationMode)modeAlpha);
#if DEBUG
}
#endif
@@ -3907,7 +4256,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparate((OpenTK.Graphics.ES20.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES20.BlendEquationMode)modeAlpha);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES20.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES20.BlendEquationMode)modeAlpha);
#if DEBUG
}
#endif
@@ -3940,7 +4289,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES20.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[19], (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -3972,7 +4321,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES20.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[19], (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -4015,7 +4364,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparate((OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorAlpha);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorAlpha);
#if DEBUG
}
#endif
@@ -4057,7 +4406,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparate((OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorAlpha);
+ InteropHelper.Call(EntryPoints[20], (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES20.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES20.BlendingFactorDest)dfactorAlpha);
#if DEBUG
}
#endif
@@ -4095,7 +4444,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
#if DEBUG
}
#endif
@@ -4137,7 +4486,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4184,7 +4533,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4231,7 +4580,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4278,7 +4627,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -4322,7 +4671,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
#if DEBUG
}
#endif
@@ -4359,7 +4708,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES20.BufferUsageHint)usage);
#if DEBUG
}
#endif
@@ -4401,7 +4750,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4447,7 +4796,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4494,7 +4843,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4540,7 +4889,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4587,7 +4936,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4633,7 +4982,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
}
finally
{
@@ -4680,7 +5029,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -4727,7 +5076,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES20.BufferUsageHint)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -4771,7 +5120,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -4813,7 +5162,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4860,7 +5209,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4907,7 +5256,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4954,7 +5303,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -4997,7 +5346,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -5038,7 +5387,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5084,7 +5433,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5130,7 +5479,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5176,7 +5525,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -5205,7 +5554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCheckFramebufferStatus((OpenTK.Graphics.ES20.FramebufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[26], (OpenTK.Graphics.ES20.FramebufferTarget)target);
#if DEBUG
}
#endif
@@ -5227,7 +5576,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCheckFramebufferStatus((OpenTK.Graphics.ES20.FramebufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[26], (OpenTK.Graphics.ES20.FramebufferTarget)target);
#if DEBUG
}
#endif
@@ -5250,7 +5599,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES20.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[27], (OpenTK.Graphics.ES20.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -5272,7 +5621,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES20.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[27], (OpenTK.Graphics.ES20.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -5294,7 +5643,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[28], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -5316,7 +5665,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthf((Single)d);
+ InteropHelper.Call(EntryPoints[29], (Single)d);
#if DEBUG
}
#endif
@@ -5338,7 +5687,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearStencil((Int32)s);
+ InteropHelper.Call(EntryPoints[30], (Int32)s);
#if DEBUG
}
#endif
@@ -5365,7 +5714,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorMask((bool)red, (bool)green, (bool)blue, (bool)alpha);
+ InteropHelper.Call(EntryPoints[32], (bool)red, (bool)green, (bool)blue, (bool)alpha);
#if DEBUG
}
#endif
@@ -5387,7 +5736,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[33], (UInt32)shader);
#if DEBUG
}
#endif
@@ -5410,7 +5759,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[33], (UInt32)shader);
#if DEBUG
}
#endif
@@ -5468,7 +5817,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -5530,7 +5879,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5597,7 +5946,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5664,7 +6013,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5731,7 +6080,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -5795,7 +6144,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -5857,7 +6206,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5924,7 +6273,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5991,7 +6340,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6058,7 +6407,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -6121,7 +6470,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6182,7 +6531,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6248,7 +6597,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6314,7 +6663,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6380,7 +6729,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[34], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -6449,7 +6798,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6516,7 +6865,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6588,7 +6937,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6660,7 +7009,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6732,7 +7081,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -6801,7 +7150,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6868,7 +7217,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6940,7 +7289,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7012,7 +7361,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7084,7 +7433,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -7152,7 +7501,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7218,7 +7567,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7289,7 +7638,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7360,7 +7709,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7431,7 +7780,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -7490,7 +7839,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -7543,7 +7892,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -7595,7 +7944,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -7648,7 +7997,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[40], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -7701,7 +8050,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[40], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -7753,7 +8102,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[40], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -7770,7 +8119,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateProgram();
+ return InteropHelper.CallReturn(EntryPoints[45]);
#if DEBUG
}
#endif
@@ -7793,7 +8142,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShader((OpenTK.Graphics.ES20.ShaderType)type);
+ return InteropHelper.CallReturn(EntryPoints[46], (OpenTK.Graphics.ES20.ShaderType)type);
#if DEBUG
}
#endif
@@ -7815,7 +8164,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShader((OpenTK.Graphics.ES20.ShaderType)type);
+ return InteropHelper.CallReturn(EntryPoints[46], (OpenTK.Graphics.ES20.ShaderType)type);
#if DEBUG
}
#endif
@@ -7838,7 +8187,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES20.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES20.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -7860,7 +8209,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES20.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES20.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -7887,7 +8236,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[50], (DebugProc)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -7918,7 +8267,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7954,7 +8303,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7990,7 +8339,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8026,7 +8375,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -8083,7 +8432,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8136,7 +8485,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8186,7 +8535,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -8239,7 +8588,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8294,7 +8643,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8345,7 +8694,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -8396,7 +8745,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8449,7 +8798,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8499,7 +8848,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -8551,7 +8900,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8605,7 +8954,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -8655,7 +9004,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -8702,7 +9051,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -8751,7 +9100,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -8798,7 +9147,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -8846,7 +9195,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -8877,7 +9226,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -8910,7 +9259,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -8942,7 +9291,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -8975,7 +9324,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -9005,7 +9354,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -9037,7 +9386,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -9071,7 +9420,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -9101,7 +9450,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[56], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -9132,7 +9481,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -9165,7 +9514,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -9197,7 +9546,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -9230,7 +9579,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -9260,7 +9609,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -9292,7 +9641,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -9326,7 +9675,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -9356,7 +9705,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[58], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -9378,7 +9727,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[60], (UInt32)program);
#if DEBUG
}
#endif
@@ -9401,7 +9750,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[60], (UInt32)program);
#if DEBUG
}
#endif
@@ -9432,7 +9781,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -9465,7 +9814,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -9497,7 +9846,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -9530,7 +9879,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -9560,7 +9909,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -9592,7 +9941,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -9626,7 +9975,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -9656,7 +10005,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[63], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -9678,7 +10027,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[64], (UInt32)shader);
#if DEBUG
}
#endif
@@ -9701,7 +10050,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[64], (UInt32)shader);
#if DEBUG
}
#endif
@@ -9732,7 +10081,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -9765,7 +10114,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -9797,7 +10146,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -9830,7 +10179,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -9860,7 +10209,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -9892,7 +10241,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -9926,7 +10275,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -9956,7 +10305,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[66], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -9979,7 +10328,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES20.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[68], (OpenTK.Graphics.ES20.DepthFunction)func);
#if DEBUG
}
#endif
@@ -10001,7 +10350,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES20.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[68], (OpenTK.Graphics.ES20.DepthFunction)func);
#if DEBUG
}
#endif
@@ -10023,7 +10372,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthMask((bool)flag);
+ InteropHelper.Call(EntryPoints[69], (bool)flag);
#if DEBUG
}
#endif
@@ -10050,7 +10399,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangef((Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[70], (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -10077,7 +10426,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[71], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -10105,7 +10454,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[71], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -10121,7 +10470,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES20.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -10136,7 +10485,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES20.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -10151,7 +10500,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[74], (UInt32)index);
#if DEBUG
}
#endif
@@ -10167,7 +10516,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[74], (UInt32)index);
#if DEBUG
}
#endif
@@ -10200,7 +10549,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[76], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -10233,7 +10582,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[76], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -10265,7 +10614,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[76], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -10303,7 +10652,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -10345,7 +10694,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10392,7 +10741,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10439,7 +10788,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10486,7 +10835,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -10530,7 +10879,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -10572,7 +10921,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10619,7 +10968,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10666,7 +11015,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10713,7 +11062,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -10756,7 +11105,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -10797,7 +11146,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10843,7 +11192,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10889,7 +11238,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10935,7 +11284,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[83], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -10969,7 +11318,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES20.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[89], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -10996,7 +11345,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES20.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[89], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -11018,7 +11367,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[91], (UInt32)index);
#if DEBUG
}
#endif
@@ -11041,7 +11390,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[91], (UInt32)index);
#if DEBUG
}
#endif
@@ -11058,7 +11407,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinish();
+ InteropHelper.Call(EntryPoints[108]);
#if DEBUG
}
#endif
@@ -11075,7 +11424,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlush();
+ InteropHelper.Call(EntryPoints[110]);
#if DEBUG
}
#endif
@@ -11112,7 +11461,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11151,7 +11500,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11188,7 +11537,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11226,7 +11575,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11264,7 +11613,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11303,7 +11652,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -11318,7 +11667,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11335,7 +11684,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11351,7 +11700,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11368,7 +11717,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11383,7 +11732,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11399,7 +11748,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11415,7 +11764,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11432,7 +11781,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11455,7 +11804,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES20.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[117], (OpenTK.Graphics.ES20.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -11477,7 +11826,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES20.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[117], (OpenTK.Graphics.ES20.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -11509,7 +11858,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* buffers_ptr = &retval;
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers_ptr);
return retval;
}
#if DEBUG
@@ -11542,7 +11891,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11575,7 +11924,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -11606,7 +11955,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -11638,7 +11987,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11672,7 +12021,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -11703,7 +12052,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[118], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -11726,7 +12075,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenerateMipmap((OpenTK.Graphics.ES20.TextureTarget)target);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES20.TextureTarget)target);
#if DEBUG
}
#endif
@@ -11748,7 +12097,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenerateMipmap((OpenTK.Graphics.ES20.TextureTarget)target);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES20.TextureTarget)target);
#if DEBUG
}
#endif
@@ -11780,7 +12129,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* framebuffers_ptr = &retval;
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers_ptr);
return retval;
}
#if DEBUG
@@ -11813,7 +12162,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11846,7 +12195,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -11877,7 +12226,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -11909,7 +12258,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11943,7 +12292,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -11974,7 +12323,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[121], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -12006,7 +12355,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* renderbuffers_ptr = &retval;
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers_ptr);
return retval;
}
#if DEBUG
@@ -12039,7 +12388,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12072,7 +12421,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -12103,7 +12452,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -12135,7 +12484,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12169,7 +12518,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -12200,7 +12549,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[125], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -12232,7 +12581,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* textures_ptr = &retval;
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures_ptr);
return retval;
}
#if DEBUG
@@ -12265,7 +12614,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12298,7 +12647,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -12329,7 +12678,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -12361,7 +12710,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12395,7 +12744,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -12426,7 +12775,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[126], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -12484,7 +12833,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.ActiveAttribType* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12547,7 +12896,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.All* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12605,7 +12954,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12658,7 +13007,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12717,7 +13066,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.ActiveAttribType* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12782,7 +13131,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.All* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12840,7 +13189,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12894,7 +13243,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[128], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12952,7 +13301,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.ActiveUniformType* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -13015,7 +13364,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.All* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -13073,7 +13422,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -13126,7 +13475,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -13185,7 +13534,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.ActiveUniformType* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -13250,7 +13599,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES20.All* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES20.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -13308,7 +13657,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -13362,7 +13711,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES20.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[129], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -13404,7 +13753,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* count_ptr = &count)
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
}
}
@@ -13449,7 +13798,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* count_ptr = &count)
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
shaders = *shaders_ptr;
}
@@ -13491,7 +13840,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count, (UInt32*)shaders);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count, (IntPtr)shaders);
#if DEBUG
}
#endif
@@ -13534,7 +13883,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* count_ptr = &count)
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
}
}
@@ -13580,7 +13929,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* count_ptr = &count)
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
shaders = *shaders_ptr;
}
@@ -13622,7 +13971,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count, (UInt32*)shaders);
+ InteropHelper.Call(EntryPoints[130], (UInt32)program, (Int32)maxCount, (IntPtr)count, (IntPtr)shaders);
#if DEBUG
}
#endif
@@ -13649,7 +13998,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[131], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -13677,7 +14026,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[131], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -13697,7 +14046,7 @@ namespace OpenTK.Graphics.ES20
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -13718,7 +14067,7 @@ namespace OpenTK.Graphics.ES20
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -13740,7 +14089,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -13762,7 +14111,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -13782,7 +14131,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -13801,7 +14150,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -13822,7 +14171,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -13841,7 +14190,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES20.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[132], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -13878,7 +14227,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13917,7 +14266,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -13954,7 +14303,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13990,7 +14339,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -14028,7 +14377,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -14064,7 +14413,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[133], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -14129,7 +14478,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -14196,7 +14545,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -14262,7 +14611,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -14327,7 +14676,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -14394,7 +14743,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -14460,7 +14809,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -14527,7 +14876,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -14596,7 +14945,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -14663,7 +15012,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -14729,7 +15078,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -14797,7 +15146,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -14863,7 +15212,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[135], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -14876,7 +15225,7 @@ namespace OpenTK.Graphics.ES20
public static
OpenTK.Graphics.ES20.ErrorCode GetError()
{
- return Delegates.glGetError();
+ return InteropHelper.CallReturn(EntryPoints[139]);
}
/// [requires: v2.0 and ES_VERSION_2_0]
@@ -14893,7 +15242,7 @@ namespace OpenTK.Graphics.ES20
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -14914,7 +15263,7 @@ namespace OpenTK.Graphics.ES20
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -14936,7 +15285,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -14958,7 +15307,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -14978,7 +15327,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -14997,7 +15346,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -15018,7 +15367,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -15037,7 +15386,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES20.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -15079,7 +15428,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -15123,7 +15472,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -15165,7 +15514,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -15206,7 +15555,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -15249,7 +15598,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -15290,7 +15639,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -15332,7 +15681,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -15376,7 +15725,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -15418,7 +15767,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES20.FramebufferTarget)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.FramebufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -15438,7 +15787,7 @@ namespace OpenTK.Graphics.ES20
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -15459,7 +15808,7 @@ namespace OpenTK.Graphics.ES20
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -15481,7 +15830,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -15503,7 +15852,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -15523,7 +15872,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -15542,7 +15891,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -15563,7 +15912,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -15582,7 +15931,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES20.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES20.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -15628,7 +15977,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -15676,7 +16025,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -15722,7 +16071,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -15770,7 +16119,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -15820,7 +16169,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -15867,7 +16216,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -15913,7 +16262,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -15961,7 +16310,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -16007,7 +16356,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -16054,7 +16403,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -16103,7 +16452,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -16149,7 +16498,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[149], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -16190,7 +16539,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -16233,7 +16582,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -16274,7 +16623,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -16319,7 +16668,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -16371,7 +16720,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -16421,7 +16770,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -16471,7 +16820,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -16523,7 +16872,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -16573,7 +16922,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -16623,7 +16972,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -16675,7 +17024,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -16725,7 +17074,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -16775,7 +17124,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -16828,7 +17177,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
length = *length_ptr;
}
@@ -16879,7 +17228,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[152], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -16913,7 +17262,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -16945,7 +17294,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -16982,7 +17331,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -17019,7 +17368,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -17056,7 +17405,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -17089,7 +17438,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17120,7 +17469,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -17156,7 +17505,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -17192,7 +17541,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -17228,7 +17577,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[160], (OpenTK.Graphics.ES20.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -17275,7 +17624,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -17316,7 +17665,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -17358,7 +17707,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -17399,7 +17748,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -17435,7 +17784,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -17473,7 +17822,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -17509,7 +17858,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17545,7 +17894,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -17583,7 +17932,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -17619,7 +17968,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17656,7 +18005,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -17695,7 +18044,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -17732,7 +18081,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17770,7 +18119,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -17810,7 +18159,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -17847,7 +18196,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17884,7 +18233,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -17923,7 +18272,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -17959,7 +18308,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -17997,7 +18346,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18037,7 +18386,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18074,7 +18423,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (OpenTK.Graphics.ES20.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18111,7 +18460,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18150,7 +18499,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18187,7 +18536,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18223,7 +18572,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18261,7 +18610,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18297,7 +18646,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18338,7 +18687,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[173], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -18379,7 +18728,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[173], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -18421,7 +18770,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[173], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -18462,7 +18811,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[173], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -18498,7 +18847,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18536,7 +18885,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18572,7 +18921,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18608,7 +18957,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18646,7 +18995,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18682,7 +19031,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18720,7 +19069,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18760,7 +19109,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18797,7 +19146,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18834,7 +19183,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -18873,7 +19222,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -18909,7 +19258,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[174], (UInt32)shader, (OpenTK.Graphics.ES20.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -18952,7 +19301,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* range_ptr = range)
fixed (Int32* precision_ptr = precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
}
}
#if DEBUG
@@ -18997,7 +19346,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* range_ptr = &range)
fixed (Int32* precision_ptr = &precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
range = *range_ptr;
precision = *precision_ptr;
}
@@ -19040,7 +19389,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range, (Int32*)precision);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range, (IntPtr)precision);
#if DEBUG
}
#endif
@@ -19082,7 +19431,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* range_ptr = range)
fixed (Int32* precision_ptr = precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
}
}
#if DEBUG
@@ -19126,7 +19475,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* range_ptr = &range)
fixed (Int32* precision_ptr = &precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
range = *range_ptr;
precision = *precision_ptr;
}
@@ -19168,7 +19517,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (Int32*)range, (Int32*)precision);
+ InteropHelper.Call(EntryPoints[175], (OpenTK.Graphics.ES20.ShaderType)shadertype, (OpenTK.Graphics.ES20.ShaderPrecision)precisiontype, (IntPtr)range, (IntPtr)precision);
#if DEBUG
}
#endif
@@ -19209,7 +19558,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[176], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -19250,7 +19599,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[176], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -19292,7 +19641,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[176], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -19333,7 +19682,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[176], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -19361,7 +19710,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES20.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[177], (OpenTK.Graphics.ES20.StringName)name)); }
#if DEBUG
}
#endif
@@ -19388,7 +19737,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES20.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[177], (OpenTK.Graphics.ES20.StringName)name)); }
#if DEBUG
}
#endif
@@ -19425,7 +19774,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19464,7 +19813,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19501,7 +19850,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19538,7 +19887,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19577,7 +19926,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19614,7 +19963,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19650,7 +19999,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19688,7 +20037,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19724,7 +20073,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[179], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19761,7 +20110,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19800,7 +20149,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19837,7 +20186,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19874,7 +20223,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19913,7 +20262,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19950,7 +20299,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19986,7 +20335,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20024,7 +20373,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20060,7 +20409,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[180], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20096,7 +20445,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20134,7 +20483,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20170,7 +20519,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20207,7 +20556,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20246,7 +20595,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20282,7 +20631,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params);
+ InteropHelper.Call(EntryPoints[182], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20318,7 +20667,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20356,7 +20705,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20392,7 +20741,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20429,7 +20778,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20468,7 +20817,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20504,7 +20853,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[183], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20531,7 +20880,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[184], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -20559,7 +20908,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[184], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -20595,7 +20944,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20633,7 +20982,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20669,7 +21018,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20705,7 +21054,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20743,7 +21092,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20779,7 +21128,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20817,7 +21166,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20857,7 +21206,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20894,7 +21243,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20931,7 +21280,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20970,7 +21319,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21006,7 +21355,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[185], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21042,7 +21391,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21080,7 +21429,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21116,7 +21465,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21152,7 +21501,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21190,7 +21539,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21226,7 +21575,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21264,7 +21613,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21304,7 +21653,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21341,7 +21690,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21378,7 +21727,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21417,7 +21766,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21453,7 +21802,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[186], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21485,7 +21834,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -21521,7 +21870,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21562,7 +21911,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21603,7 +21952,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21644,7 +21993,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -21682,7 +22031,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -21718,7 +22067,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21759,7 +22108,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21800,7 +22149,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21841,7 +22190,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -21881,7 +22230,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -21919,7 +22268,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21962,7 +22311,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22005,7 +22354,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22048,7 +22397,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -22087,7 +22436,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -22124,7 +22473,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22166,7 +22515,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22208,7 +22557,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22250,7 +22599,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[187], (UInt32)index, (OpenTK.Graphics.ES20.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -22284,7 +22633,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES20.HintTarget)target, (OpenTK.Graphics.ES20.HintMode)mode);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES20.HintTarget)target, (OpenTK.Graphics.ES20.HintMode)mode);
#if DEBUG
}
#endif
@@ -22311,7 +22660,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES20.HintTarget)target, (OpenTK.Graphics.ES20.HintMode)mode);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES20.HintTarget)target, (OpenTK.Graphics.ES20.HintMode)mode);
#if DEBUG
}
#endif
@@ -22333,7 +22682,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[190], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -22356,7 +22705,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[190], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -22384,7 +22733,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES20.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[191], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -22411,7 +22760,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES20.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[191], (OpenTK.Graphics.ES20.EnableCap)cap);
#if DEBUG
}
#endif
@@ -22433,7 +22782,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebuffer((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[193], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -22456,7 +22805,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebuffer((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[193], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -22478,7 +22827,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgram((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[194], (UInt32)program);
#if DEBUG
}
#endif
@@ -22501,7 +22850,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgram((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[194], (UInt32)program);
#if DEBUG
}
#endif
@@ -22523,7 +22872,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbuffer((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[197], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -22546,7 +22895,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbuffer((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[197], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -22568,7 +22917,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsShader((UInt32)shader);
+ return InteropHelper.CallReturn(EntryPoints[198], (UInt32)shader);
#if DEBUG
}
#endif
@@ -22591,7 +22940,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsShader((UInt32)shader);
+ return InteropHelper.CallReturn(EntryPoints[198], (UInt32)shader);
#if DEBUG
}
#endif
@@ -22613,7 +22962,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[200], (UInt32)texture);
#if DEBUG
}
#endif
@@ -22636,7 +22985,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[200], (UInt32)texture);
#if DEBUG
}
#endif
@@ -22658,7 +23007,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidth((Single)width);
+ InteropHelper.Call(EntryPoints[203], (Single)width);
#if DEBUG
}
#endif
@@ -22680,7 +23029,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLinkProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[204], (UInt32)program);
#if DEBUG
}
#endif
@@ -22703,7 +23052,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLinkProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[204], (UInt32)program);
#if DEBUG
}
#endif
@@ -22740,7 +23089,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[209], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -22779,7 +23128,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[209], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -22816,7 +23165,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[209], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -22854,7 +23203,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[209], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -22886,7 +23235,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectPtrLabel((IntPtr)ptr, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[211], (IntPtr)ptr, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -22922,7 +23271,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[211], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -22963,7 +23312,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[211], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -23004,7 +23353,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[211], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -23045,7 +23394,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[211], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -23079,7 +23428,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES20.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES20.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -23106,7 +23455,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES20.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES20.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -23133,7 +23482,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffset((Single)factor, (Single)units);
+ InteropHelper.Call(EntryPoints[214], (Single)factor, (Single)units);
#if DEBUG
}
#endif
@@ -23150,7 +23499,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopDebugGroup();
+ InteropHelper.Call(EntryPoints[215]);
#if DEBUG
}
#endif
@@ -23187,7 +23536,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroup((OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[253], (OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -23225,7 +23574,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroup((OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[253], (OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -23268,7 +23617,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -23315,7 +23664,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23367,7 +23716,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23419,7 +23768,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23471,7 +23820,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -23519,7 +23868,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -23565,7 +23914,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23616,7 +23965,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23667,7 +24016,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -23718,7 +24067,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[260], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -23741,7 +24090,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReleaseShaderCompiler();
+ InteropHelper.Call(EntryPoints[261]);
#if DEBUG
}
#endif
@@ -23779,7 +24128,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorage((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[262], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -23816,7 +24165,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorage((OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[262], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -23843,7 +24192,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoverage((Single)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[269], (Single)value, (bool)invert);
#if DEBUG
}
#endif
@@ -23870,7 +24219,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScissor((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[270], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -23916,7 +24265,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -23968,7 +24317,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24025,7 +24374,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24082,7 +24431,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24139,7 +24488,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -24193,7 +24542,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -24245,7 +24594,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24302,7 +24651,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24359,7 +24708,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24416,7 +24765,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -24470,7 +24819,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -24522,7 +24871,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24579,7 +24928,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24636,7 +24985,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24693,7 +25042,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -24747,7 +25096,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -24799,7 +25148,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24856,7 +25205,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24913,7 +25262,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -24970,7 +25319,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -25021,7 +25370,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -25068,7 +25417,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25120,7 +25469,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25172,7 +25521,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25224,7 +25573,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -25273,7 +25622,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -25320,7 +25669,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25372,7 +25721,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25424,7 +25773,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25476,7 +25825,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -25530,7 +25879,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -25584,7 +25933,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25643,7 +25992,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25702,7 +26051,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25761,7 +26110,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -25816,7 +26165,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -25869,7 +26218,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25927,7 +26276,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -25985,7 +26334,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26043,7 +26392,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -26099,7 +26448,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -26153,7 +26502,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26212,7 +26561,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26271,7 +26620,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26330,7 +26679,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -26385,7 +26734,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -26438,7 +26787,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26496,7 +26845,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26554,7 +26903,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26612,7 +26961,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -26664,7 +27013,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -26712,7 +27061,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26765,7 +27114,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26818,7 +27167,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -26871,7 +27220,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -26920,7 +27269,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -26967,7 +27316,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -27019,7 +27368,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -27071,7 +27420,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -27123,7 +27472,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[273], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES20.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -27170,7 +27519,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -27213,7 +27562,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -27253,7 +27602,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length);
#if DEBUG
}
#endif
@@ -27295,7 +27644,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -27339,7 +27688,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -27379,7 +27728,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length);
+ InteropHelper.Call(EntryPoints[274], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length);
#if DEBUG
}
#endif
@@ -27411,7 +27760,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27445,7 +27794,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27477,7 +27826,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27510,7 +27859,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27547,7 +27896,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27586,7 +27935,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27624,7 +27973,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27663,7 +28012,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27700,7 +28049,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27738,7 +28087,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[277], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27760,7 +28109,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[278], (UInt32)mask);
#if DEBUG
}
#endif
@@ -27783,7 +28132,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[278], (UInt32)mask);
#if DEBUG
}
#endif
@@ -27810,7 +28159,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27839,7 +28188,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27867,7 +28216,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27896,7 +28245,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27923,7 +28272,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27951,7 +28300,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[279], (OpenTK.Graphics.ES20.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -27984,7 +28333,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES20.StencilOp)fail, (OpenTK.Graphics.ES20.StencilOp)zfail, (OpenTK.Graphics.ES20.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[280], (OpenTK.Graphics.ES20.StencilOp)fail, (OpenTK.Graphics.ES20.StencilOp)zfail, (OpenTK.Graphics.ES20.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -28016,7 +28365,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES20.StencilOp)fail, (OpenTK.Graphics.ES20.StencilOp)zfail, (OpenTK.Graphics.ES20.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[280], (OpenTK.Graphics.ES20.StencilOp)fail, (OpenTK.Graphics.ES20.StencilOp)zfail, (OpenTK.Graphics.ES20.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -28054,7 +28403,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
+ InteropHelper.Call(EntryPoints[281], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
#if DEBUG
}
#endif
@@ -28092,7 +28441,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
+ InteropHelper.Call(EntryPoints[281], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
#if DEBUG
}
#endif
@@ -28129,7 +28478,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpSeparate((OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
+ InteropHelper.Call(EntryPoints[281], (OpenTK.Graphics.ES20.StencilFace)face, (OpenTK.Graphics.ES20.StencilOp)sfail, (OpenTK.Graphics.ES20.StencilOp)dpfail, (OpenTK.Graphics.ES20.StencilOp)dppass);
#if DEBUG
}
#endif
@@ -28192,7 +28541,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -28259,7 +28608,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28331,7 +28680,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28403,7 +28752,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28475,7 +28824,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -28544,7 +28893,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -28611,7 +28960,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28683,7 +29032,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28755,7 +29104,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -28827,7 +29176,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -28895,7 +29244,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -28961,7 +29310,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29032,7 +29381,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29103,7 +29452,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29174,7 +29523,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[283], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -29221,7 +29570,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[285], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -29261,7 +29610,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[285], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -29306,7 +29655,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[286], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29350,7 +29699,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[286], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29394,7 +29743,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[286], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29437,7 +29786,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[286], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29478,7 +29827,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[287], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -29518,7 +29867,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[287], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -29563,7 +29912,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[288], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29607,7 +29956,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[288], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29651,7 +30000,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[288], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29694,7 +30043,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[288], (OpenTK.Graphics.ES20.TextureTarget)target, (OpenTK.Graphics.ES20.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29757,7 +30106,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -29824,7 +30173,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29896,7 +30245,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -29968,7 +30317,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30040,7 +30389,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -30109,7 +30458,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -30176,7 +30525,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30248,7 +30597,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30320,7 +30669,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30392,7 +30741,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -30460,7 +30809,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -30526,7 +30875,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30597,7 +30946,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30668,7 +31017,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -30739,7 +31088,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[292], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -30790,7 +31139,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1f((Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[297], (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -30839,7 +31188,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[298], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -30890,7 +31239,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[298], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -30938,7 +31287,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[298], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -30983,7 +31332,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1i((Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[299], (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -31032,7 +31381,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[300], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31083,7 +31432,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[300], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31131,7 +31480,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[300], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -31176,7 +31525,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2f((Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[301], (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -31225,7 +31574,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31276,7 +31625,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31324,7 +31673,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[302], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -31369,7 +31718,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2i((Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[303], (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -31418,7 +31767,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform2iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[304], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31466,7 +31815,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[304], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -31511,7 +31860,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3f((Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[305], (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -31560,7 +31909,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[306], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31611,7 +31960,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[306], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31659,7 +32008,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[306], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -31704,7 +32053,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3i((Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[307], (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -31753,7 +32102,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31804,7 +32153,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31852,7 +32201,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[308], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -31897,7 +32246,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4f((Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[309], (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -31946,7 +32295,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -31997,7 +32346,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32045,7 +32394,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[310], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -32090,7 +32439,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4i((Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[311], (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -32139,7 +32488,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[312], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32190,7 +32539,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[312], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32238,7 +32587,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[312], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -32257,7 +32606,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32278,7 +32627,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32296,7 +32645,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[313], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -32315,7 +32664,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32336,7 +32685,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32354,7 +32703,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[316], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -32373,7 +32722,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32394,7 +32743,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -32412,7 +32761,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[319], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -32434,7 +32783,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[323], (UInt32)program);
#if DEBUG
}
#endif
@@ -32457,7 +32806,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[323], (UInt32)program);
#if DEBUG
}
#endif
@@ -32479,7 +32828,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[326], (UInt32)program);
#if DEBUG
}
#endif
@@ -32502,7 +32851,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[326], (UInt32)program);
#if DEBUG
}
#endif
@@ -32549,7 +32898,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1f((UInt32)index, (Single)x);
+ InteropHelper.Call(EntryPoints[328], (UInt32)index, (Single)x);
#if DEBUG
}
#endif
@@ -32597,7 +32946,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1f((UInt32)index, (Single)x);
+ InteropHelper.Call(EntryPoints[328], (UInt32)index, (Single)x);
#if DEBUG
}
#endif
@@ -32648,7 +32997,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[329], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -32698,7 +33047,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[329], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -32750,7 +33099,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[329], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -32800,7 +33149,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[329], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -32847,7 +33196,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2f((UInt32)index, (Single)x, (Single)y);
+ InteropHelper.Call(EntryPoints[330], (UInt32)index, (Single)x, (Single)y);
#if DEBUG
}
#endif
@@ -32895,7 +33244,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2f((UInt32)index, (Single)x, (Single)y);
+ InteropHelper.Call(EntryPoints[330], (UInt32)index, (Single)x, (Single)y);
#if DEBUG
}
#endif
@@ -32946,7 +33295,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -32999,7 +33348,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33049,7 +33398,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -33101,7 +33450,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33155,7 +33504,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33205,7 +33554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[331], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -33252,7 +33601,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3f((UInt32)index, (Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[332], (UInt32)index, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -33300,7 +33649,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3f((UInt32)index, (Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[332], (UInt32)index, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -33351,7 +33700,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33404,7 +33753,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33454,7 +33803,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -33506,7 +33855,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33560,7 +33909,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33610,7 +33959,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[333], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -33657,7 +34006,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4f((UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
+ InteropHelper.Call(EntryPoints[334], (UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
#if DEBUG
}
#endif
@@ -33705,7 +34054,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4f((UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
+ InteropHelper.Call(EntryPoints[334], (UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
#if DEBUG
}
#endif
@@ -33756,7 +34105,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33809,7 +34158,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33859,7 +34208,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -33911,7 +34260,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -33965,7 +34314,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -34015,7 +34364,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[335], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -34062,7 +34411,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34113,7 +34462,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34169,7 +34518,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34225,7 +34574,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34281,7 +34630,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -34334,7 +34683,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34385,7 +34734,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34441,7 +34790,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34497,7 +34846,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34553,7 +34902,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -34608,7 +34957,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34661,7 +35010,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34719,7 +35068,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34777,7 +35126,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34835,7 +35184,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -34889,7 +35238,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34941,7 +35290,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34998,7 +35347,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -35055,7 +35404,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -35112,7 +35461,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[339], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES20.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -35145,7 +35494,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glViewport((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[340], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -35162,7 +35511,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveProgramEXT((UInt32)program);
+ InteropHelper.Call(EntryPoints[0], (UInt32)program);
#if DEBUG
}
#endif
@@ -35178,7 +35527,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveProgramEXT((UInt32)program);
+ InteropHelper.Call(EntryPoints[0], (UInt32)program);
#if DEBUG
}
#endif
@@ -35205,7 +35554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveShaderProgramEXT((UInt32)pipeline, (UInt32)program);
+ InteropHelper.Call(EntryPoints[1], (UInt32)pipeline, (UInt32)program);
#if DEBUG
}
#endif
@@ -35233,7 +35582,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveShaderProgramEXT((UInt32)pipeline, (UInt32)program);
+ InteropHelper.Call(EntryPoints[1], (UInt32)pipeline, (UInt32)program);
#if DEBUG
}
#endif
@@ -35260,7 +35609,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -35289,7 +35638,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -35316,7 +35665,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -35344,7 +35693,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES20.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -35366,7 +35715,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[10], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -35389,7 +35738,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[10], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -35417,7 +35766,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationEXT((OpenTK.Graphics.ES20.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES20.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -35444,7 +35793,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationEXT((OpenTK.Graphics.ES20.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES20.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -35476,7 +35825,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShaderProgramEXT((OpenTK.Graphics.ES20.All)type, (String)@string);
+ return InteropHelper.CallReturn(EntryPoints[47], (OpenTK.Graphics.ES20.All)type, (String)@string);
#if DEBUG
}
#endif
@@ -35508,7 +35857,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShaderProgramvEXT((OpenTK.Graphics.ES20.All)type, (Int32)count, (String[])strings);
+ return InteropHelper.CallReturn(EntryPoints[48], (OpenTK.Graphics.ES20.All)type, (Int32)count, (String[])strings);
#if DEBUG
}
#endif
@@ -35527,7 +35876,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* pipelines_ptr = (UInt32*)&pipelines;
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
#if DEBUG
}
@@ -35548,7 +35897,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* pipelines_ptr = (UInt32*)&pipelines;
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
#if DEBUG
}
@@ -35580,7 +35929,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* pipelines_ptr = pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -35613,7 +35962,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* pipelines_ptr = &pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -35643,7 +35992,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -35675,7 +36024,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* pipelines_ptr = pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -35709,7 +36058,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* pipelines_ptr = &pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -35739,7 +36088,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[61], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -35758,7 +36107,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -35779,7 +36128,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -35811,7 +36160,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -35844,7 +36193,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -35874,7 +36223,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -35906,7 +36255,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -35940,7 +36289,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -35970,7 +36319,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[62], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -35989,7 +36338,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* attachments_ptr = attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES20.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[75], (OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -36010,7 +36359,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* attachments_ptr = &attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES20.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[75], (OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -36028,7 +36377,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES20.All*)attachments);
+ InteropHelper.Call(EntryPoints[75], (OpenTK.Graphics.ES20.All)target, (Int32)numAttachments, (IntPtr)attachments);
#if DEBUG
}
#endif
@@ -36066,7 +36415,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[78], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -36103,7 +36452,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[78], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -36135,7 +36484,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -36169,7 +36518,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -36200,7 +36549,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -36231,7 +36580,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.DrawBufferMode* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -36264,7 +36613,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.DrawBufferMode* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -36294,7 +36643,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -36314,7 +36663,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* location_ptr = location)
fixed (Int32* indices_ptr = indices)
{
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES20.All*)location_ptr, (Int32*)indices_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)location_ptr, (IntPtr)indices_ptr);
}
}
#if DEBUG
@@ -36336,7 +36685,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* location_ptr = &location)
fixed (Int32* indices_ptr = &indices)
{
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES20.All*)location_ptr, (Int32*)indices_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)location_ptr, (IntPtr)indices_ptr);
}
}
#if DEBUG
@@ -36354,7 +36703,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES20.All*)location, (Int32*)indices);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)location, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -36397,7 +36746,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -36444,7 +36793,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36496,7 +36845,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36548,7 +36897,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36600,7 +36949,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -36648,7 +36997,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -36694,7 +37043,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36745,7 +37094,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36796,7 +37145,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -36847,7 +37196,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[85], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -36869,7 +37218,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES20.QueryTarget)target);
#if DEBUG
}
#endif
@@ -36884,7 +37233,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQueryEXT((OpenTK.Graphics.ES20.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[93], (OpenTK.Graphics.ES20.QueryTarget)target);
#if DEBUG
}
#endif
@@ -36917,7 +37266,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -36949,7 +37298,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -36964,7 +37313,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[114], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -36980,7 +37329,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[114], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -37000,7 +37349,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* pipelines_ptr = &retval;
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines_ptr);
return retval;
}
#if DEBUG
@@ -37033,7 +37382,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* pipelines_ptr = pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -37066,7 +37415,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* pipelines_ptr = &pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines_ptr);
pipelines = *pipelines_ptr;
}
}
@@ -37097,7 +37446,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -37129,7 +37478,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* pipelines_ptr = pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -37163,7 +37512,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* pipelines_ptr = &pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines_ptr);
pipelines = *pipelines_ptr;
}
}
@@ -37194,7 +37543,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[123], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -37214,7 +37563,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* ids_ptr = &retval;
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids_ptr);
return retval;
}
#if DEBUG
@@ -37247,7 +37596,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -37280,7 +37629,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -37311,7 +37660,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -37343,7 +37692,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -37377,7 +37726,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -37408,7 +37757,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[124], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -37423,7 +37772,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetGraphicsResetStatusEXT();
+ return InteropHelper.CallReturn(EntryPoints[143]);
#if DEBUG
}
#endif
@@ -37442,7 +37791,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -37463,7 +37812,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -37482,7 +37831,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -37503,7 +37852,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -37526,7 +37875,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -37546,7 +37895,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -37565,7 +37914,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -37586,7 +37935,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -37605,7 +37954,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -37625,7 +37974,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -37647,7 +37996,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -37666,7 +38015,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES20.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -37685,7 +38034,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -37706,7 +38055,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -37725,7 +38074,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -37745,7 +38094,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -37767,7 +38116,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -37786,7 +38135,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[147], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -37805,7 +38154,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -37826,7 +38175,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -37845,7 +38194,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -37865,7 +38214,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -37887,7 +38236,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -37906,7 +38255,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[148], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -37952,7 +38301,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -38000,7 +38349,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -38046,7 +38395,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -38093,7 +38442,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -38142,7 +38491,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -38188,7 +38537,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -38229,7 +38578,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
}
}
#if DEBUG
@@ -38272,7 +38621,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -38313,7 +38662,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -38355,7 +38704,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
}
}
#if DEBUG
@@ -38399,7 +38748,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -38440,7 +38789,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[165], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -38476,7 +38825,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38514,7 +38863,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -38550,7 +38899,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -38587,7 +38936,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38626,7 +38975,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -38662,7 +39011,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[166], (UInt32)pipeline, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -38682,7 +39031,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38704,7 +39053,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -38724,7 +39073,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -38743,7 +39092,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38764,7 +39113,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -38783,7 +39132,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.ES20.QueryTarget)target, (OpenTK.Graphics.ES20.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -38819,7 +39168,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38857,7 +39206,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -38893,7 +39242,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -38929,7 +39278,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -38967,7 +39316,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39003,7 +39352,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39041,7 +39390,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39081,7 +39430,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39118,7 +39467,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39155,7 +39504,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39194,7 +39543,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39230,7 +39579,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[168], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39266,7 +39615,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39304,7 +39653,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39340,7 +39689,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39376,7 +39725,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39414,7 +39763,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39450,7 +39799,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39488,7 +39837,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39528,7 +39877,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39565,7 +39914,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39602,7 +39951,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39641,7 +39990,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39677,7 +40026,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[169], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39715,7 +40064,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt64* @params_ptr = @params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39755,7 +40104,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39792,7 +40141,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39829,7 +40178,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt64* @params_ptr = @params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39868,7 +40217,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -39904,7 +40253,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt64*)@params);
+ InteropHelper.Call(EntryPoints[170], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -39942,7 +40291,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -39982,7 +40331,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -40019,7 +40368,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -40056,7 +40405,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -40095,7 +40444,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -40131,7 +40480,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[171], (UInt32)id, (OpenTK.Graphics.ES20.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -40146,7 +40495,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInsertEventMarkerEXT((Int32)length, (String)marker);
+ InteropHelper.Call(EntryPoints[189], (Int32)length, (String)marker);
#if DEBUG
}
#endif
@@ -40168,7 +40517,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgramPipelineEXT((UInt32)pipeline);
+ return InteropHelper.CallReturn(EntryPoints[195], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -40191,7 +40540,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgramPipelineEXT((UInt32)pipeline);
+ return InteropHelper.CallReturn(EntryPoints[195], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -40213,7 +40562,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQueryEXT((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[196], (UInt32)id);
#if DEBUG
}
#endif
@@ -40236,7 +40585,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQueryEXT((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[196], (UInt32)id);
#if DEBUG
}
#endif
@@ -40251,7 +40600,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLabelObjectEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[202], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -40267,7 +40616,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLabelObjectEXT((OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[202], (OpenTK.Graphics.ES20.All)type, (UInt32)@object, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -40304,7 +40653,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[206], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -40343,7 +40692,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[206], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -40380,7 +40729,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[206], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -40418,7 +40767,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[206], (OpenTK.Graphics.ES20.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -40461,7 +40810,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -40506,7 +40855,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -40547,7 +40896,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -40589,7 +40938,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -40633,7 +40982,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -40673,7 +41022,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[207], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -40720,7 +41069,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -40773,7 +41122,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -40831,7 +41180,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -40889,7 +41238,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -40947,7 +41296,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -41002,7 +41351,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -41055,7 +41404,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41113,7 +41462,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41171,7 +41520,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41229,7 +41578,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -41281,7 +41630,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -41329,7 +41678,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41382,7 +41731,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41435,7 +41784,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41488,7 +41837,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -41540,7 +41889,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -41592,7 +41941,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41649,7 +41998,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41706,7 +42055,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41763,7 +42112,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -41817,7 +42166,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -41869,7 +42218,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41926,7 +42275,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -41983,7 +42332,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -42040,7 +42389,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -42091,7 +42440,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -42138,7 +42487,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -42190,7 +42539,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -42242,7 +42591,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -42294,7 +42643,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[208], (OpenTK.Graphics.ES20.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -42315,7 +42664,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopGroupMarkerEXT();
+ InteropHelper.Call(EntryPoints[217]);
#if DEBUG
}
#endif
@@ -42347,7 +42696,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[219], (UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -42379,7 +42728,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[219], (UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -42413,7 +42762,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[219], (UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -42446,7 +42795,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[219], (UInt32)program, (OpenTK.Graphics.ES20.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -42496,7 +42845,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fEXT((UInt32)program, (Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[220], (UInt32)program, (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -42547,7 +42896,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fEXT((UInt32)program, (Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[220], (UInt32)program, (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -42601,7 +42950,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -42657,7 +43006,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -42710,7 +43059,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -42765,7 +43114,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -42822,7 +43171,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -42875,7 +43224,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[221], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -42925,7 +43274,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1iEXT((UInt32)program, (Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[222], (UInt32)program, (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -42976,7 +43325,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1iEXT((UInt32)program, (Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[222], (UInt32)program, (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -43030,7 +43379,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43086,7 +43435,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43139,7 +43488,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -43194,7 +43543,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43251,7 +43600,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43304,7 +43653,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[223], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -43355,7 +43704,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1uiEXT((UInt32)program, (Int32)location, (UInt32)v0);
+ InteropHelper.Call(EntryPoints[224], (UInt32)program, (Int32)location, (UInt32)v0);
#if DEBUG
}
#endif
@@ -43410,7 +43759,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[225], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43467,7 +43816,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[225], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43520,7 +43869,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[225], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -43570,7 +43919,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[226], (UInt32)program, (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -43621,7 +43970,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[226], (UInt32)program, (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -43675,7 +44024,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43731,7 +44080,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43784,7 +44133,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -43839,7 +44188,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43896,7 +44245,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -43949,7 +44298,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[227], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -43999,7 +44348,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[228], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -44050,7 +44399,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[228], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -44104,7 +44453,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[229], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44157,7 +44506,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[229], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -44212,7 +44561,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[229], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44265,7 +44614,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[229], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -44316,7 +44665,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1);
+ InteropHelper.Call(EntryPoints[230], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1);
#if DEBUG
}
#endif
@@ -44371,7 +44720,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[231], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44428,7 +44777,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[231], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44481,7 +44830,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[231], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -44531,7 +44880,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[232], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -44582,7 +44931,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[232], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -44636,7 +44985,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44692,7 +45041,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44745,7 +45094,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -44800,7 +45149,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44857,7 +45206,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -44910,7 +45259,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -44960,7 +45309,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[234], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -45011,7 +45360,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[234], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -45065,7 +45414,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45121,7 +45470,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45174,7 +45523,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -45229,7 +45578,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45286,7 +45635,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45339,7 +45688,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[235], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -45390,7 +45739,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
#if DEBUG
}
#endif
@@ -45445,7 +45794,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45502,7 +45851,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45555,7 +45904,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -45605,7 +45954,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -45656,7 +46005,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -45710,7 +46059,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45766,7 +46115,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45819,7 +46168,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -45874,7 +46223,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45931,7 +46280,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -45984,7 +46333,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[239], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46034,7 +46383,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[240], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -46085,7 +46434,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[240], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -46139,7 +46488,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46195,7 +46544,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46248,7 +46597,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46303,7 +46652,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46360,7 +46709,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46413,7 +46762,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[241], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46464,7 +46813,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
+ InteropHelper.Call(EntryPoints[242], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
#if DEBUG
}
#endif
@@ -46519,7 +46868,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[243], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46576,7 +46925,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[243], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46629,7 +46978,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[243], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46648,7 +46997,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46669,7 +47018,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46687,7 +47036,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46707,7 +47056,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46729,7 +47078,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46747,7 +47096,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[244], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46766,7 +47115,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46787,7 +47136,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46805,7 +47154,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46825,7 +47174,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46847,7 +47196,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46865,7 +47214,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[245], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46884,7 +47233,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46905,7 +47254,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46923,7 +47272,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -46943,7 +47292,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46965,7 +47314,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46983,7 +47332,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[246], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47002,7 +47351,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47023,7 +47372,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47041,7 +47390,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47061,7 +47410,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47083,7 +47432,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47101,7 +47450,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[247], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47120,7 +47469,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47141,7 +47490,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47159,7 +47508,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47179,7 +47528,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47201,7 +47550,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47219,7 +47568,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[248], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47238,7 +47587,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47259,7 +47608,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47277,7 +47626,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47297,7 +47646,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47319,7 +47668,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47337,7 +47686,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[249], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47356,7 +47705,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47377,7 +47726,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47395,7 +47744,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47415,7 +47764,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47437,7 +47786,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47455,7 +47804,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[250], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47474,7 +47823,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47495,7 +47844,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47513,7 +47862,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47533,7 +47882,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47555,7 +47904,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47573,7 +47922,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[251], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47592,7 +47941,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47613,7 +47962,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47631,7 +47980,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47651,7 +48000,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47673,7 +48022,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47691,7 +48040,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[252], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47706,7 +48055,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushGroupMarkerEXT((Int32)length, (String)marker);
+ InteropHelper.Call(EntryPoints[255], (Int32)length, (String)marker);
#if DEBUG
}
#endif
@@ -47733,7 +48082,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glQueryCounterEXT((UInt32)id, (OpenTK.Graphics.ES20.All)target);
+ InteropHelper.Call(EntryPoints[256], (UInt32)id, (OpenTK.Graphics.ES20.All)target);
#if DEBUG
}
#endif
@@ -47761,7 +48110,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glQueryCounterEXT((UInt32)id, (OpenTK.Graphics.ES20.All)target);
+ InteropHelper.Call(EntryPoints[256], (UInt32)id, (OpenTK.Graphics.ES20.All)target);
#if DEBUG
}
#endif
@@ -47776,7 +48125,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBufferIndexedEXT((OpenTK.Graphics.ES20.All)src, (Int32)index);
+ InteropHelper.Call(EntryPoints[257], (OpenTK.Graphics.ES20.All)src, (Int32)index);
#if DEBUG
}
#endif
@@ -47791,7 +48140,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[259], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -47810,7 +48159,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[259], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -47834,7 +48183,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[259], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -47858,7 +48207,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[259], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -47882,7 +48231,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[259], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -47931,7 +48280,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleEXT((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[265], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -47973,7 +48322,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleEXT((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[265], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48010,7 +48359,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage1DEXT((OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[289], (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -48053,7 +48402,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2DEXT((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[290], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48095,7 +48444,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2DEXT((OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[290], (OpenTK.Graphics.ES20.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48143,7 +48492,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3DEXT((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[291], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -48190,7 +48539,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3DEXT((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[291], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES20.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -48205,7 +48554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[294], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -48221,7 +48570,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[294], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -48236,7 +48585,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[295], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48252,7 +48601,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[295], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48267,7 +48616,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[296], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -48283,7 +48632,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[296], (UInt32)texture, (OpenTK.Graphics.ES20.All)target, (Int32)levels, (OpenTK.Graphics.ES20.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -48315,7 +48664,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgramStagesEXT((UInt32)pipeline, (UInt32)stages, (UInt32)program);
+ InteropHelper.Call(EntryPoints[324], (UInt32)pipeline, (UInt32)stages, (UInt32)program);
#if DEBUG
}
#endif
@@ -48348,7 +48697,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgramStagesEXT((UInt32)pipeline, (UInt32)stages, (UInt32)program);
+ InteropHelper.Call(EntryPoints[324], (UInt32)pipeline, (UInt32)stages, (UInt32)program);
#if DEBUG
}
#endif
@@ -48363,7 +48712,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseShaderProgramEXT((OpenTK.Graphics.ES20.All)type, (UInt32)program);
+ InteropHelper.Call(EntryPoints[325], (OpenTK.Graphics.ES20.All)type, (UInt32)program);
#if DEBUG
}
#endif
@@ -48379,7 +48728,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseShaderProgramEXT((OpenTK.Graphics.ES20.All)type, (UInt32)program);
+ InteropHelper.Call(EntryPoints[325], (OpenTK.Graphics.ES20.All)type, (UInt32)program);
#if DEBUG
}
#endif
@@ -48401,7 +48750,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[327], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -48424,7 +48773,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[327], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -48451,7 +48800,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorEXT((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[337], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -48479,7 +48828,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorEXT((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[337], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -48498,7 +48847,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -48514,7 +48863,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -48557,7 +48906,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleIMG((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48599,7 +48948,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleIMG((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -48630,7 +48979,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[51], (DebugProcKhr)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -48661,7 +49010,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -48697,7 +49046,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -48733,7 +49082,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -48769,7 +49118,7 @@ namespace OpenTK.Graphics.ES20
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -48826,7 +49175,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -48879,7 +49228,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -48929,7 +49278,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -48982,7 +49331,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49037,7 +49386,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49088,7 +49437,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -49139,7 +49488,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49192,7 +49541,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49242,7 +49591,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -49294,7 +49643,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49348,7 +49697,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -49398,7 +49747,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES20.DebugSourceControl)source, (OpenTK.Graphics.ES20.DebugTypeControl)type, (OpenTK.Graphics.ES20.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -49445,7 +49794,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -49494,7 +49843,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -49541,7 +49890,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -49589,7 +49938,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES20.DebugSourceExternal)source, (OpenTK.Graphics.ES20.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES20.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -49654,7 +50003,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -49721,7 +50070,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -49787,7 +50136,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -49852,7 +50201,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -49919,7 +50268,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -49985,7 +50334,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -50052,7 +50401,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -50121,7 +50470,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -50188,7 +50537,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -50254,7 +50603,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -50322,7 +50671,7 @@ namespace OpenTK.Graphics.ES20
fixed (OpenTK.Graphics.ES20.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES20.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES20.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -50388,7 +50737,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES20.DebugSourceExternal*)sources, (OpenTK.Graphics.ES20.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES20.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[136], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -50434,7 +50783,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -50482,7 +50831,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -50528,7 +50877,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -50576,7 +50925,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -50626,7 +50975,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -50673,7 +51022,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -50719,7 +51068,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -50767,7 +51116,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -50813,7 +51162,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -50860,7 +51209,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -50909,7 +51258,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -50955,7 +51304,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[151], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -50996,7 +51345,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -51039,7 +51388,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -51080,7 +51429,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -51125,7 +51474,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -51177,7 +51526,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -51227,7 +51576,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -51277,7 +51626,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -51329,7 +51678,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -51379,7 +51728,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -51429,7 +51778,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -51481,7 +51830,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -51531,7 +51880,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -51581,7 +51930,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -51634,7 +51983,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
length = *length_ptr;
}
@@ -51685,7 +52034,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[153], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -51706,7 +52055,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -51725,7 +52074,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51749,7 +52098,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51773,7 +52122,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51797,7 +52146,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[161], (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -51840,7 +52189,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[210], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -51879,7 +52228,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[210], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -51916,7 +52265,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[210], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -51954,7 +52303,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[210], (OpenTK.Graphics.ES20.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -51986,7 +52335,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)ptr, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -52022,7 +52371,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -52063,7 +52412,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -52104,7 +52453,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -52145,7 +52494,7 @@ namespace OpenTK.Graphics.ES20
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[212], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -52168,7 +52517,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopDebugGroupKHR();
+ InteropHelper.Call(EntryPoints[216]);
#if DEBUG
}
#endif
@@ -52205,7 +52554,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroupKHR((OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[254], (OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -52243,7 +52592,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroupKHR((OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[254], (OpenTK.Graphics.ES20.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -52262,7 +52611,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendBarrierNV();
+ InteropHelper.Call(EntryPoints[14]);
#if DEBUG
}
#endif
@@ -52277,7 +52626,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendParameteriNV((OpenTK.Graphics.ES20.All)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[21], (OpenTK.Graphics.ES20.All)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -52315,7 +52664,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferNV((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[23], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -52352,7 +52701,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferNV((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[23], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES20.ClearBufferMask)mask, (OpenTK.Graphics.ES20.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -52395,7 +52744,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubDataNV((OpenTK.Graphics.ES20.BufferTarget)readTarget, (OpenTK.Graphics.ES20.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES20.BufferTarget)readTarget, (OpenTK.Graphics.ES20.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -52437,7 +52786,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubDataNV((OpenTK.Graphics.ES20.BufferTarget)readTarget, (OpenTK.Graphics.ES20.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES20.BufferTarget)readTarget, (OpenTK.Graphics.ES20.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -52452,7 +52801,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCoverageMaskNV((bool)mask);
+ InteropHelper.Call(EntryPoints[43], (bool)mask);
#if DEBUG
}
#endif
@@ -52467,7 +52816,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCoverageOperationNV((OpenTK.Graphics.ES20.All)operation);
+ InteropHelper.Call(EntryPoints[44], (OpenTK.Graphics.ES20.All)operation);
#if DEBUG
}
#endif
@@ -52486,7 +52835,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -52507,7 +52856,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -52527,7 +52876,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -52548,7 +52897,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -52566,7 +52915,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -52586,7 +52935,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -52608,7 +52957,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -52626,7 +52975,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[57], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -52664,7 +53013,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[79], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -52701,7 +53050,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[79], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -52733,7 +53082,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -52767,7 +53116,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.All* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -52798,7 +53147,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -52829,7 +53178,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.DrawBufferMode* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -52862,7 +53211,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (OpenTK.Graphics.ES20.DrawBufferMode* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -52892,7 +53241,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES20.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[82], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -52935,7 +53284,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -52982,7 +53331,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53034,7 +53383,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53086,7 +53435,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53138,7 +53487,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -53186,7 +53535,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -53232,7 +53581,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53283,7 +53632,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53334,7 +53683,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -53385,7 +53734,7 @@ namespace OpenTK.Graphics.ES20
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[86], (OpenTK.Graphics.ES20.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES20.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -53406,7 +53755,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[109], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53422,7 +53771,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[109], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53442,7 +53791,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* fences_ptr = &retval;
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences_ptr);
return retval;
}
#if DEBUG
@@ -53463,7 +53812,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -53484,7 +53833,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -53503,7 +53852,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -53523,7 +53872,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -53545,7 +53894,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -53564,7 +53913,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[120], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -53583,7 +53932,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -53604,7 +53953,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -53623,7 +53972,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -53643,7 +53992,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -53665,7 +54014,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -53684,7 +54033,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[140], (UInt32)fence, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -53699,7 +54048,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[192], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53715,7 +54064,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[192], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53737,7 +54086,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBufferNV((OpenTK.Graphics.ES20.All)mode);
+ InteropHelper.Call(EntryPoints[258], (OpenTK.Graphics.ES20.All)mode);
#if DEBUG
}
#endif
@@ -53780,7 +54129,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleNV((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[267], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -53822,7 +54171,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleNV((OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[267], (OpenTK.Graphics.ES20.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES20.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -53837,7 +54186,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES20.All)condition);
+ InteropHelper.Call(EntryPoints[272], (UInt32)fence, (OpenTK.Graphics.ES20.All)condition);
#if DEBUG
}
#endif
@@ -53853,7 +54202,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES20.All)condition);
+ InteropHelper.Call(EntryPoints[272], (UInt32)fence, (OpenTK.Graphics.ES20.All)condition);
#if DEBUG
}
#endif
@@ -53868,7 +54217,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[282], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53884,7 +54233,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[282], (UInt32)fence);
#if DEBUG
}
#endif
@@ -53903,7 +54252,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -53924,7 +54273,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -53942,7 +54291,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[314], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -53961,7 +54310,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -53982,7 +54331,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54000,7 +54349,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[315], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -54019,7 +54368,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54040,7 +54389,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54058,7 +54407,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[317], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -54077,7 +54426,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54098,7 +54447,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54116,7 +54465,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[318], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -54135,7 +54484,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54156,7 +54505,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54174,7 +54523,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[320], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -54193,7 +54542,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54214,7 +54563,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -54232,7 +54581,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[321], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -54259,7 +54608,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorNV((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[338], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -54287,7 +54636,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorNV((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[338], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -54313,7 +54662,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[13], (UInt32)array);
#if DEBUG
}
#endif
@@ -54336,7 +54685,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[13], (UInt32)array);
#if DEBUG
}
#endif
@@ -54399,7 +54748,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -54466,7 +54815,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -54538,7 +54887,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -54610,7 +54959,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -54682,7 +55031,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -54750,7 +55099,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -54816,7 +55165,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -54887,7 +55236,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -54958,7 +55307,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55029,7 +55378,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -55103,7 +55452,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55175,7 +55524,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55252,7 +55601,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55329,7 +55678,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55406,7 +55755,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -55479,7 +55828,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55550,7 +55899,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55626,7 +55975,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55702,7 +56051,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -55778,7 +56127,7 @@ namespace OpenTK.Graphics.ES20
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -55842,7 +56191,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[41], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -55899,7 +56248,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[41], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -55918,7 +56267,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -55939,7 +56288,7 @@ namespace OpenTK.Graphics.ES20
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -55971,7 +56320,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56004,7 +56353,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56034,7 +56383,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -56066,7 +56415,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56100,7 +56449,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56130,7 +56479,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[67], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -56145,7 +56494,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetRenderbufferStorageOES((OpenTK.Graphics.ES20.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[87], (OpenTK.Graphics.ES20.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -56160,7 +56509,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetTexture2DOES((OpenTK.Graphics.ES20.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[88], (OpenTK.Graphics.ES20.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -56175,7 +56524,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture3DOES((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
+ InteropHelper.Call(EntryPoints[116], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
#if DEBUG
}
#endif
@@ -56191,7 +56540,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture3DOES((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
+ InteropHelper.Call(EntryPoints[116], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)attachment, (OpenTK.Graphics.ES20.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
#if DEBUG
}
#endif
@@ -56211,7 +56560,7 @@ namespace OpenTK.Graphics.ES20
const Int32 n = 1;
Int32 retval;
Int32* arrays_ptr = &retval;
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays_ptr);
return retval;
}
#if DEBUG
@@ -56244,7 +56593,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56277,7 +56626,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -56308,7 +56657,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -56340,7 +56689,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -56374,7 +56723,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -56405,7 +56754,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[127], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -56421,7 +56770,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56441,7 +56790,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56466,7 +56815,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56491,7 +56840,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56516,7 +56865,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -56537,7 +56886,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56556,7 +56905,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56580,7 +56929,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56604,7 +56953,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56628,7 +56977,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES20.BufferTarget)target, (OpenTK.Graphics.ES20.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -56681,7 +57030,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = length)
fixed (OpenTK.Graphics.ES20.All* binaryFormat_ptr = binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
}
}
#if DEBUG
@@ -56734,7 +57083,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56792,7 +57141,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56850,7 +57199,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -56908,7 +57257,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -56963,7 +57312,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES20.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57018,7 +57367,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57078,7 +57427,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57138,7 +57487,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57198,7 +57547,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -57251,7 +57600,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -57298,7 +57647,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57350,7 +57699,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57402,7 +57751,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57454,7 +57803,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -57508,7 +57857,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = length)
fixed (OpenTK.Graphics.ES20.All* binaryFormat_ptr = binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
}
}
#if DEBUG
@@ -57562,7 +57911,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57621,7 +57970,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57680,7 +58029,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -57739,7 +58088,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -57795,7 +58144,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES20.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57851,7 +58200,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57912,7 +58261,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -57973,7 +58322,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -58034,7 +58383,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES20.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -58087,7 +58436,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -58134,7 +58483,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -58186,7 +58535,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -58238,7 +58587,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -58290,7 +58639,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES20.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[162], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -58318,7 +58667,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[201], (UInt32)array);
#if DEBUG
}
#endif
@@ -58341,7 +58690,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[201], (UInt32)array);
#if DEBUG
}
#endif
@@ -58368,7 +58717,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferOES((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)access);
+ return InteropHelper.CallReturn(EntryPoints[205], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)access);
#if DEBUG
}
#endif
@@ -58405,7 +58754,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -58446,7 +58795,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58492,7 +58841,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58538,7 +58887,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58584,7 +58933,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -58628,7 +58977,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -58670,7 +59019,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58717,7 +59066,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58764,7 +59113,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -58811,7 +59160,7 @@ namespace OpenTK.Graphics.ES20
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[218], (UInt32)program, (OpenTK.Graphics.ES20.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -58885,7 +59234,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -58957,7 +59306,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59034,7 +59383,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59111,7 +59460,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59188,7 +59537,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -59262,7 +59611,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -59334,7 +59683,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59411,7 +59760,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59488,7 +59837,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59565,7 +59914,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -59639,7 +59988,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -59711,7 +60060,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59788,7 +60137,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59865,7 +60214,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -59942,7 +60291,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -60015,7 +60364,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -60086,7 +60435,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60162,7 +60511,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60238,7 +60587,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60314,7 +60663,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[284], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES20.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES20.PixelFormat)format, (OpenTK.Graphics.ES20.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -60393,7 +60742,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -60470,7 +60819,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60552,7 +60901,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60634,7 +60983,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60716,7 +61065,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -60794,7 +61143,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -60870,7 +61219,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -60951,7 +61300,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -61032,7 +61381,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -61113,7 +61462,7 @@ namespace OpenTK.Graphics.ES20
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[293], (OpenTK.Graphics.ES20.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -61135,7 +61484,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBufferOES((OpenTK.Graphics.ES20.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[322], (OpenTK.Graphics.ES20.BufferTarget)target);
#if DEBUG
}
#endif
@@ -61150,7 +61499,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBufferOES((OpenTK.Graphics.ES20.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[322], (OpenTK.Graphics.ES20.BufferTarget)target);
#if DEBUG
}
#endif
@@ -61181,7 +61530,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFuncQCOM((OpenTK.Graphics.ES20.All)func, (Single)@ref);
+ InteropHelper.Call(EntryPoints[3], (OpenTK.Graphics.ES20.All)func, (Single)@ref);
#if DEBUG
}
#endif
@@ -61196,7 +61545,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[73], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -61212,7 +61561,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[73], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -61227,7 +61576,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[90], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -61243,7 +61592,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[90], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -61258,7 +61607,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[94], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -61274,7 +61623,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[94], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -61289,7 +61638,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES20.All)target, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[95], (OpenTK.Graphics.ES20.All)target, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -61308,7 +61657,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[95], (OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -61332,7 +61681,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[95], (OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -61356,7 +61705,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[95], (OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -61380,7 +61729,7 @@ namespace OpenTK.Graphics.ES20
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[95], (OpenTK.Graphics.ES20.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -61406,7 +61755,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -61428,7 +61777,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -61448,7 +61797,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -61469,7 +61818,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -61492,7 +61841,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -61512,7 +61861,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[96], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -61532,7 +61881,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -61554,7 +61903,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -61574,7 +61923,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -61595,7 +61944,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -61618,7 +61967,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -61638,7 +61987,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[97], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -61657,7 +62006,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -61678,7 +62027,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -61697,7 +62046,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -61717,7 +62066,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -61739,7 +62088,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -61758,7 +62107,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[98], (UInt32)program, (OpenTK.Graphics.ES20.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -61778,7 +62127,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -61800,7 +62149,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -61820,7 +62169,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -61841,7 +62190,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -61864,7 +62213,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -61884,7 +62233,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[99], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -61904,7 +62253,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -61926,7 +62275,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -61946,7 +62295,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -61967,7 +62316,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -61990,7 +62339,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -62010,7 +62359,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[100], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -62030,7 +62379,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -62052,7 +62401,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -62072,7 +62421,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -62093,7 +62442,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -62116,7 +62465,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -62136,7 +62485,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[101], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -62155,7 +62504,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -62176,7 +62525,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -62195,7 +62544,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -62215,7 +62564,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -62237,7 +62586,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -62256,7 +62605,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[102], (UInt32)texture, (OpenTK.Graphics.ES20.All)face, (Int32)level, (OpenTK.Graphics.ES20.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -62271,7 +62620,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels);
+ InteropHelper.Call(EntryPoints[103], (OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels);
#if DEBUG
}
#endif
@@ -62290,7 +62639,7 @@ namespace OpenTK.Graphics.ES20
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[103], (OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -62314,7 +62663,7 @@ namespace OpenTK.Graphics.ES20
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[103], (OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -62338,7 +62687,7 @@ namespace OpenTK.Graphics.ES20
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[103], (OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -62362,7 +62711,7 @@ namespace OpenTK.Graphics.ES20
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[103], (OpenTK.Graphics.ES20.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES20.All)format, (OpenTK.Graphics.ES20.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
texels = (T10)texels_ptr.Target;
}
finally
@@ -62388,7 +62737,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -62410,7 +62759,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -62430,7 +62779,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -62451,7 +62800,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -62474,7 +62823,7 @@ namespace OpenTK.Graphics.ES20
fixed (UInt32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -62494,7 +62843,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[104], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -62509,7 +62858,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[105], (UInt32)program);
#if DEBUG
}
#endif
@@ -62525,7 +62874,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[105], (UInt32)program);
#if DEBUG
}
#endif
@@ -62540,7 +62889,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtTexObjectStateOverrideiQCOM((OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[106], (OpenTK.Graphics.ES20.All)target, (OpenTK.Graphics.ES20.All)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -62560,7 +62909,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* num_ptr = num)
fixed (Int32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -62583,7 +62932,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* num_ptr = num)
fixed (UInt32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -62605,7 +62954,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* num_ptr = &num)
fixed (Int32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -62630,7 +62979,7 @@ namespace OpenTK.Graphics.ES20
fixed (Int32* num_ptr = &num)
fixed (UInt32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -62650,7 +62999,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -62666,7 +63015,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[137], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -62685,7 +63034,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -62706,7 +63055,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -62725,7 +63074,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -62745,7 +63094,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -62767,7 +63116,7 @@ namespace OpenTK.Graphics.ES20
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -62786,7 +63135,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[138], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -62801,7 +63150,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[275], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -62817,7 +63166,7 @@ namespace OpenTK.Graphics.ES20
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[275], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
diff --git a/Source/OpenTK/Graphics/ES30/ES30.cs b/Source/OpenTK/Graphics/ES30/ES30.cs
index eee7b02d..24eaee10 100644
--- a/Source/OpenTK/Graphics/ES30/ES30.cs
+++ b/Source/OpenTK/Graphics/ES30/ES30.cs
@@ -37,6 +37,459 @@ namespace OpenTK.Graphics.ES30
partial class GL
{
+ static GL()
+ {
+ EntryPointNames = new string[]
+ {
+ "glActiveProgramEXT",
+ "glActiveShaderProgramEXT",
+ "glActiveTexture",
+ "glAlphaFuncQCOM",
+ "glAttachShader",
+ "glBeginPerfMonitorAMD",
+ "glBeginQuery",
+ "glBeginQueryEXT",
+ "glBeginTransformFeedback",
+ "glBindAttribLocation",
+ "glBindBuffer",
+ "glBindBufferBase",
+ "glBindBufferRange",
+ "glBindFramebuffer",
+ "glBindProgramPipelineEXT",
+ "glBindRenderbuffer",
+ "glBindSampler",
+ "glBindTexture",
+ "glBindTransformFeedback",
+ "glBindVertexArray",
+ "glBindVertexArrayOES",
+ "glBlendBarrierNV",
+ "glBlendColor",
+ "glBlendEquation",
+ "glBlendEquationEXT",
+ "glBlendEquationSeparate",
+ "glBlendFunc",
+ "glBlendFuncSeparate",
+ "glBlendParameteriNV",
+ "glBlitFramebuffer",
+ "glBlitFramebufferANGLE",
+ "glBlitFramebufferNV",
+ "glBufferData",
+ "glBufferSubData",
+ "glCheckFramebufferStatus",
+ "glClear",
+ "glClearBufferfi",
+ "glClearBufferfv",
+ "glClearBufferiv",
+ "glClearBufferuiv",
+ "glClearColor",
+ "glClearDepthf",
+ "glClearStencil",
+ "glClientWaitSync",
+ "glClientWaitSyncAPPLE",
+ "glColorMask",
+ "glCompileShader",
+ "glCompressedTexImage2D",
+ "glCompressedTexImage3D",
+ "glCompressedTexImage3DOES",
+ "glCompressedTexSubImage2D",
+ "glCompressedTexSubImage3D",
+ "glCompressedTexSubImage3DOES",
+ "glCopyBufferSubData",
+ "glCopyBufferSubDataNV",
+ "glCopyTexImage2D",
+ "glCopyTexSubImage2D",
+ "glCopyTexSubImage3D",
+ "glCopyTexSubImage3DOES",
+ "glCopyTextureLevelsAPPLE",
+ "glCoverageMaskNV",
+ "glCoverageOperationNV",
+ "glCreateProgram",
+ "glCreateShader",
+ "glCreateShaderProgramEXT",
+ "glCreateShaderProgramvEXT",
+ "glCullFace",
+ "glDebugMessageCallback",
+ "glDebugMessageCallbackKHR",
+ "glDebugMessageControl",
+ "glDebugMessageControlKHR",
+ "glDebugMessageInsert",
+ "glDebugMessageInsertKHR",
+ "glDeleteBuffers",
+ "glDeleteFencesNV",
+ "glDeleteFramebuffers",
+ "glDeletePerfMonitorsAMD",
+ "glDeleteProgram",
+ "glDeleteProgramPipelinesEXT",
+ "glDeleteQueries",
+ "glDeleteQueriesEXT",
+ "glDeleteRenderbuffers",
+ "glDeleteSamplers",
+ "glDeleteShader",
+ "glDeleteSync",
+ "glDeleteSyncAPPLE",
+ "glDeleteTextures",
+ "glDeleteTransformFeedbacks",
+ "glDeleteVertexArrays",
+ "glDeleteVertexArraysOES",
+ "glDepthFunc",
+ "glDepthMask",
+ "glDepthRangef",
+ "glDetachShader",
+ "glDisable",
+ "glDisableDriverControlQCOM",
+ "glDisableVertexAttribArray",
+ "glDiscardFramebufferEXT",
+ "glDrawArrays",
+ "glDrawArraysInstanced",
+ "glDrawArraysInstancedANGLE",
+ "glDrawArraysInstancedEXT",
+ "glDrawArraysInstancedNV",
+ "glDrawBuffers",
+ "glDrawBuffersEXT",
+ "glDrawBuffersIndexedEXT",
+ "glDrawBuffersNV",
+ "glDrawElements",
+ "glDrawElementsInstanced",
+ "glDrawElementsInstancedANGLE",
+ "glDrawElementsInstancedEXT",
+ "glDrawElementsInstancedNV",
+ "glDrawRangeElements",
+ "glEGLImageTargetRenderbufferStorageOES",
+ "glEGLImageTargetTexture2DOES",
+ "glEnable",
+ "glEnableDriverControlQCOM",
+ "glEnableVertexAttribArray",
+ "glEndPerfMonitorAMD",
+ "glEndQuery",
+ "glEndQueryEXT",
+ "glEndTilingQCOM",
+ "glEndTransformFeedback",
+ "glExtGetBufferPointervQCOM",
+ "glExtGetBuffersQCOM",
+ "glExtGetFramebuffersQCOM",
+ "glExtGetProgramBinarySourceQCOM",
+ "glExtGetProgramsQCOM",
+ "glExtGetRenderbuffersQCOM",
+ "glExtGetShadersQCOM",
+ "glExtGetTexLevelParameterivQCOM",
+ "glExtGetTexSubImageQCOM",
+ "glExtGetTexturesQCOM",
+ "glExtIsProgramBinaryQCOM",
+ "glExtTexObjectStateOverrideiQCOM",
+ "glFenceSync",
+ "glFenceSyncAPPLE",
+ "glFinish",
+ "glFinishFenceNV",
+ "glFlush",
+ "glFlushMappedBufferRange",
+ "glFlushMappedBufferRangeEXT",
+ "glFramebufferRenderbuffer",
+ "glFramebufferTexture2D",
+ "glFramebufferTexture2DMultisampleEXT",
+ "glFramebufferTexture2DMultisampleIMG",
+ "glFramebufferTexture3DOES",
+ "glFramebufferTextureLayer",
+ "glFrontFace",
+ "glGenBuffers",
+ "glGenerateMipmap",
+ "glGenFencesNV",
+ "glGenFramebuffers",
+ "glGenPerfMonitorsAMD",
+ "glGenProgramPipelinesEXT",
+ "glGenQueries",
+ "glGenQueriesEXT",
+ "glGenRenderbuffers",
+ "glGenSamplers",
+ "glGenTextures",
+ "glGenTransformFeedbacks",
+ "glGenVertexArrays",
+ "glGenVertexArraysOES",
+ "glGetActiveAttrib",
+ "glGetActiveUniform",
+ "glGetActiveUniformBlockiv",
+ "glGetActiveUniformBlockName",
+ "glGetActiveUniformsiv",
+ "glGetAttachedShaders",
+ "glGetAttribLocation",
+ "glGetBooleanv",
+ "glGetBufferParameteri64v",
+ "glGetBufferParameteriv",
+ "glGetBufferPointerv",
+ "glGetBufferPointervOES",
+ "glGetDebugMessageLog",
+ "glGetDebugMessageLogKHR",
+ "glGetDriverControlsQCOM",
+ "glGetDriverControlStringQCOM",
+ "glGetError",
+ "glGetFenceivNV",
+ "glGetFloatv",
+ "glGetFragDataLocation",
+ "glGetFramebufferAttachmentParameteriv",
+ "glGetGraphicsResetStatusEXT",
+ "glGetInteger64i_v",
+ "glGetInteger64v",
+ "glGetInteger64vAPPLE",
+ "glGetIntegeri_v",
+ "glGetIntegeri_vEXT",
+ "glGetIntegerv",
+ "glGetInternalformativ",
+ "glGetnUniformfvEXT",
+ "glGetnUniformivEXT",
+ "glGetObjectLabel",
+ "glGetObjectLabelEXT",
+ "glGetObjectLabelKHR",
+ "glGetObjectPtrLabel",
+ "glGetObjectPtrLabelKHR",
+ "glGetPerfMonitorCounterDataAMD",
+ "glGetPerfMonitorCounterInfoAMD",
+ "glGetPerfMonitorCountersAMD",
+ "glGetPerfMonitorCounterStringAMD",
+ "glGetPerfMonitorGroupsAMD",
+ "glGetPerfMonitorGroupStringAMD",
+ "glGetPointerv",
+ "glGetPointervKHR",
+ "glGetProgramBinary",
+ "glGetProgramBinaryOES",
+ "glGetProgramInfoLog",
+ "glGetProgramiv",
+ "glGetProgramPipelineInfoLogEXT",
+ "glGetProgramPipelineivEXT",
+ "glGetQueryiv",
+ "glGetQueryivEXT",
+ "glGetQueryObjecti64vEXT",
+ "glGetQueryObjectivEXT",
+ "glGetQueryObjectui64vEXT",
+ "glGetQueryObjectuiv",
+ "glGetQueryObjectuivEXT",
+ "glGetRenderbufferParameteriv",
+ "glGetSamplerParameterfv",
+ "glGetSamplerParameteriv",
+ "glGetShaderInfoLog",
+ "glGetShaderiv",
+ "glGetShaderPrecisionFormat",
+ "glGetShaderSource",
+ "glGetString",
+ "glGetStringi",
+ "glGetSynciv",
+ "glGetSyncivAPPLE",
+ "glGetTexParameterfv",
+ "glGetTexParameteriv",
+ "glGetTransformFeedbackVarying",
+ "glGetTranslatedShaderSourceANGLE",
+ "glGetUniformBlockIndex",
+ "glGetUniformfv",
+ "glGetUniformIndices",
+ "glGetUniformiv",
+ "glGetUniformLocation",
+ "glGetUniformuiv",
+ "glGetVertexAttribfv",
+ "glGetVertexAttribIiv",
+ "glGetVertexAttribIuiv",
+ "glGetVertexAttribiv",
+ "glGetVertexAttribPointerv",
+ "glHint",
+ "glInsertEventMarkerEXT",
+ "glInvalidateFramebuffer",
+ "glInvalidateSubFramebuffer",
+ "glIsBuffer",
+ "glIsEnabled",
+ "glIsFenceNV",
+ "glIsFramebuffer",
+ "glIsProgram",
+ "glIsProgramPipelineEXT",
+ "glIsQuery",
+ "glIsQueryEXT",
+ "glIsRenderbuffer",
+ "glIsSampler",
+ "glIsShader",
+ "glIsSync",
+ "glIsSyncAPPLE",
+ "glIsTexture",
+ "glIsTransformFeedback",
+ "glIsVertexArray",
+ "glIsVertexArrayOES",
+ "glLabelObjectEXT",
+ "glLineWidth",
+ "glLinkProgram",
+ "glMapBufferOES",
+ "glMapBufferRange",
+ "glMapBufferRangeEXT",
+ "glMultiDrawArraysEXT",
+ "glMultiDrawElementsEXT",
+ "glObjectLabel",
+ "glObjectLabelKHR",
+ "glObjectPtrLabel",
+ "glObjectPtrLabelKHR",
+ "glPauseTransformFeedback",
+ "glPixelStorei",
+ "glPolygonOffset",
+ "glPopDebugGroup",
+ "glPopDebugGroupKHR",
+ "glPopGroupMarkerEXT",
+ "glProgramBinary",
+ "glProgramBinaryOES",
+ "glProgramParameteri",
+ "glProgramParameteriEXT",
+ "glProgramUniform1fEXT",
+ "glProgramUniform1fvEXT",
+ "glProgramUniform1iEXT",
+ "glProgramUniform1ivEXT",
+ "glProgramUniform1uiEXT",
+ "glProgramUniform1uivEXT",
+ "glProgramUniform2fEXT",
+ "glProgramUniform2fvEXT",
+ "glProgramUniform2iEXT",
+ "glProgramUniform2ivEXT",
+ "glProgramUniform2uiEXT",
+ "glProgramUniform2uivEXT",
+ "glProgramUniform3fEXT",
+ "glProgramUniform3fvEXT",
+ "glProgramUniform3iEXT",
+ "glProgramUniform3ivEXT",
+ "glProgramUniform3uiEXT",
+ "glProgramUniform3uivEXT",
+ "glProgramUniform4fEXT",
+ "glProgramUniform4fvEXT",
+ "glProgramUniform4iEXT",
+ "glProgramUniform4ivEXT",
+ "glProgramUniform4uiEXT",
+ "glProgramUniform4uivEXT",
+ "glProgramUniformMatrix2fvEXT",
+ "glProgramUniformMatrix2x3fvEXT",
+ "glProgramUniformMatrix2x4fvEXT",
+ "glProgramUniformMatrix3fvEXT",
+ "glProgramUniformMatrix3x2fvEXT",
+ "glProgramUniformMatrix3x4fvEXT",
+ "glProgramUniformMatrix4fvEXT",
+ "glProgramUniformMatrix4x2fvEXT",
+ "glProgramUniformMatrix4x3fvEXT",
+ "glPushDebugGroup",
+ "glPushDebugGroupKHR",
+ "glPushGroupMarkerEXT",
+ "glQueryCounterEXT",
+ "glReadBuffer",
+ "glReadBufferIndexedEXT",
+ "glReadBufferNV",
+ "glReadnPixelsEXT",
+ "glReadPixels",
+ "glReleaseShaderCompiler",
+ "glRenderbufferStorage",
+ "glRenderbufferStorageMultisample",
+ "glRenderbufferStorageMultisampleANGLE",
+ "glRenderbufferStorageMultisampleAPPLE",
+ "glRenderbufferStorageMultisampleEXT",
+ "glRenderbufferStorageMultisampleIMG",
+ "glRenderbufferStorageMultisampleNV",
+ "glResolveMultisampleFramebufferAPPLE",
+ "glResumeTransformFeedback",
+ "glSampleCoverage",
+ "glSamplerParameterf",
+ "glSamplerParameterfv",
+ "glSamplerParameteri",
+ "glSamplerParameteriv",
+ "glScissor",
+ "glSelectPerfMonitorCountersAMD",
+ "glSetFenceNV",
+ "glShaderBinary",
+ "glShaderSource",
+ "glStartTilingQCOM",
+ "glStencilFunc",
+ "glStencilFuncSeparate",
+ "glStencilMask",
+ "glStencilMaskSeparate",
+ "glStencilOp",
+ "glStencilOpSeparate",
+ "glTestFenceNV",
+ "glTexImage2D",
+ "glTexImage3D",
+ "glTexImage3DOES",
+ "glTexParameterf",
+ "glTexParameterfv",
+ "glTexParameteri",
+ "glTexParameteriv",
+ "glTexStorage1DEXT",
+ "glTexStorage2D",
+ "glTexStorage2DEXT",
+ "glTexStorage3D",
+ "glTexStorage3DEXT",
+ "glTexSubImage2D",
+ "glTexSubImage3D",
+ "glTexSubImage3DOES",
+ "glTextureStorage1DEXT",
+ "glTextureStorage2DEXT",
+ "glTextureStorage3DEXT",
+ "glTransformFeedbackVaryings",
+ "glUniform1f",
+ "glUniform1fv",
+ "glUniform1i",
+ "glUniform1iv",
+ "glUniform1ui",
+ "glUniform1uiv",
+ "glUniform2f",
+ "glUniform2fv",
+ "glUniform2i",
+ "glUniform2iv",
+ "glUniform2ui",
+ "glUniform2uiv",
+ "glUniform3f",
+ "glUniform3fv",
+ "glUniform3i",
+ "glUniform3iv",
+ "glUniform3ui",
+ "glUniform3uiv",
+ "glUniform4f",
+ "glUniform4fv",
+ "glUniform4i",
+ "glUniform4iv",
+ "glUniform4ui",
+ "glUniform4uiv",
+ "glUniformBlockBinding",
+ "glUniformMatrix2fv",
+ "glUniformMatrix2x3fv",
+ "glUniformMatrix2x3fvNV",
+ "glUniformMatrix2x4fv",
+ "glUniformMatrix2x4fvNV",
+ "glUniformMatrix3fv",
+ "glUniformMatrix3x2fv",
+ "glUniformMatrix3x2fvNV",
+ "glUniformMatrix3x4fv",
+ "glUniformMatrix3x4fvNV",
+ "glUniformMatrix4fv",
+ "glUniformMatrix4x2fv",
+ "glUniformMatrix4x2fvNV",
+ "glUniformMatrix4x3fv",
+ "glUniformMatrix4x3fvNV",
+ "glUnmapBuffer",
+ "glUnmapBufferOES",
+ "glUseProgram",
+ "glUseProgramStagesEXT",
+ "glUseShaderProgramEXT",
+ "glValidateProgram",
+ "glValidateProgramPipelineEXT",
+ "glVertexAttrib1f",
+ "glVertexAttrib1fv",
+ "glVertexAttrib2f",
+ "glVertexAttrib2fv",
+ "glVertexAttrib3f",
+ "glVertexAttrib3fv",
+ "glVertexAttrib4f",
+ "glVertexAttrib4fv",
+ "glVertexAttribDivisor",
+ "glVertexAttribDivisorANGLE",
+ "glVertexAttribDivisorEXT",
+ "glVertexAttribDivisorNV",
+ "glVertexAttribI4i",
+ "glVertexAttribI4iv",
+ "glVertexAttribI4ui",
+ "glVertexAttribI4uiv",
+ "glVertexAttribIPointer",
+ "glVertexAttribPointer",
+ "glViewport",
+ "glWaitSync",
+ "glWaitSyncAPPLE",
+ };
+ EntryPoints = new IntPtr[EntryPointNames.Length];
+ }
public static partial class Amd
{
@@ -49,7 +502,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[5], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -65,7 +518,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[5], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -84,7 +537,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -105,7 +558,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -125,7 +578,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -146,7 +599,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -164,7 +617,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -184,7 +637,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -206,7 +659,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -224,7 +677,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[76], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -239,7 +692,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[118], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -255,7 +708,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[118], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -275,7 +728,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* monitors_ptr = &retval;
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors_ptr);
return retval;
}
#if DEBUG
@@ -296,7 +749,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -317,7 +770,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -336,7 +789,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -356,7 +809,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -378,7 +831,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -397,7 +850,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[153], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -417,7 +870,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -440,7 +893,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -460,7 +913,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -481,7 +934,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -505,7 +958,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -525,7 +978,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[199], (UInt32)monitor, (OpenTK.Graphics.ES30.All)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -540,7 +993,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -559,7 +1012,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -583,7 +1036,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -607,7 +1060,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -631,7 +1084,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -653,7 +1106,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -673,7 +1126,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -698,7 +1151,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -723,7 +1176,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -748,7 +1201,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[200], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.ES30.All)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -775,7 +1228,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -800,7 +1253,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -821,7 +1274,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -843,7 +1296,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -869,7 +1322,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -890,7 +1343,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[201], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -909,7 +1362,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[202], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -928,7 +1381,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[202], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -948,7 +1401,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[202], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -967,7 +1420,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[202], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -987,7 +1440,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -1010,7 +1463,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -1035,7 +1488,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -1059,7 +1512,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -1079,7 +1532,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -1095,7 +1548,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[203], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -1114,7 +1567,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[204], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -1133,7 +1586,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[204], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -1153,7 +1606,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[204], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -1172,7 +1625,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[204], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -1191,7 +1644,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -1212,7 +1665,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -1231,7 +1684,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -1251,7 +1704,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -1273,7 +1726,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -1292,7 +1745,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[347], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -1334,7 +1787,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferANGLE((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[30], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -1371,7 +1824,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferANGLE((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[30], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -1409,7 +1862,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[100], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1446,7 +1899,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[100], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1489,7 +1942,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1536,7 +1989,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1588,7 +2041,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1640,7 +2093,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1692,7 +2145,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -1740,7 +2193,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -1786,7 +2239,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1837,7 +2290,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1888,7 +2341,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -1939,7 +2392,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedANGLE((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[109], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -1964,7 +2417,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
}
}
#if DEBUG
@@ -1985,7 +2438,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -2004,7 +2457,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -2024,7 +2477,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
}
}
#if DEBUG
@@ -2046,7 +2499,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -2065,7 +2518,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTranslatedShaderSourceANGLE((UInt32)shader, (Int32)bufsize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[234], (UInt32)shader, (Int32)bufsize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -2108,7 +2561,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleANGLE((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[334], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -2150,7 +2603,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleANGLE((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[334], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -2177,7 +2630,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorANGLE((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[434], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -2205,7 +2658,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorANGLE((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[434], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -2241,7 +2694,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[44], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2275,7 +2728,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[44], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2307,7 +2760,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[44], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2340,7 +2793,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[44], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -2355,7 +2808,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[59], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -2371,7 +2824,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTextureLevelsAPPLE((UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
+ InteropHelper.Call(EntryPoints[59], (UInt32)destinationTexture, (UInt32)sourceTexture, (Int32)sourceBaseLevel, (Int32)sourceLevelCount);
#if DEBUG
}
#endif
@@ -2393,7 +2846,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSyncAPPLE((IntPtr)sync);
+ InteropHelper.Call(EntryPoints[85], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -2421,7 +2874,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[136], (OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -2448,7 +2901,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSyncAPPLE((OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[136], (OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -2468,7 +2921,7 @@ namespace OpenTK.Graphics.ES30
{
Int64 retval;
Int64* @params_ptr = &retval;
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -2489,7 +2942,7 @@ namespace OpenTK.Graphics.ES30
{
Int64 retval;
Int64* @params_ptr = &retval;
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
return retval;
}
#if DEBUG
@@ -2511,7 +2964,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -2533,7 +2986,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -2553,7 +3006,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -2572,7 +3025,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -2593,7 +3046,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -2612,7 +3065,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64vAPPLE((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[187], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -2660,7 +3113,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -2710,7 +3163,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -2758,7 +3211,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -2805,7 +3258,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
}
}
#if DEBUG
@@ -2854,7 +3307,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -2901,7 +3354,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSyncivAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[230], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -2923,7 +3376,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSyncAPPLE((IntPtr)sync);
+ return InteropHelper.CallReturn(EntryPoints[262], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -2966,7 +3419,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleAPPLE((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3008,7 +3461,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleAPPLE((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[335], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -3023,7 +3476,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glResolveMultisampleFramebufferAPPLE();
+ InteropHelper.Call(EntryPoints[339]);
#if DEBUG
}
#endif
@@ -3055,7 +3508,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[445], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3089,7 +3542,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[445], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3121,7 +3574,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[445], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3154,7 +3607,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSyncAPPLE((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[445], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -3179,7 +3632,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES30.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES30.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -3201,7 +3654,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTexture((OpenTK.Graphics.ES30.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[2], (OpenTK.Graphics.ES30.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -3228,7 +3681,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[4], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -3256,7 +3709,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[4], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -3283,7 +3736,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQuery((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -3312,7 +3765,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQuery((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -3339,7 +3792,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQuery((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -3367,7 +3820,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQuery((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[6], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -3390,7 +3843,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType)primitiveMode);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType)primitiveMode);
#if DEBUG
}
#endif
@@ -3412,7 +3865,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType)primitiveMode);
+ InteropHelper.Call(EntryPoints[8], (OpenTK.Graphics.ES30.TransformFeedbackPrimitiveType)primitiveMode);
#if DEBUG
}
#endif
@@ -3444,7 +3897,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocation((UInt32)program, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[9], (UInt32)program, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -3477,7 +3930,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocation((UInt32)program, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[9], (UInt32)program, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -3504,7 +3957,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[10], (OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3533,7 +3986,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[10], (OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3560,7 +4013,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[10], (OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3588,7 +4041,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBuffer((OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[10], (OpenTK.Graphics.ES30.BufferTarget)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3620,7 +4073,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferBase((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3654,7 +4107,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferBase((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3686,7 +4139,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferBase((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3719,7 +4172,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferBase((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[11], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -3761,7 +4214,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferRange((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -3805,7 +4258,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferRange((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -3847,7 +4300,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferRange((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -3890,7 +4343,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferRange((OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[12], (OpenTK.Graphics.ES30.BufferRangeTarget)target, (UInt32)index, (UInt32)buffer, (IntPtr)offset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -3917,7 +4370,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[13], (OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3946,7 +4399,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[13], (OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -3973,7 +4426,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[13], (OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -4001,7 +4454,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
+ InteropHelper.Call(EntryPoints[13], (OpenTK.Graphics.ES30.FramebufferTarget)target, (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -4028,7 +4481,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -4057,7 +4510,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -4084,7 +4537,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -4112,7 +4565,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindRenderbuffer((OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[15], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -4139,7 +4592,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindSampler((UInt32)unit, (UInt32)sampler);
+ InteropHelper.Call(EntryPoints[16], (UInt32)unit, (UInt32)sampler);
#if DEBUG
}
#endif
@@ -4167,7 +4620,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindSampler((UInt32)unit, (UInt32)sampler);
+ InteropHelper.Call(EntryPoints[16], (UInt32)unit, (UInt32)sampler);
#if DEBUG
}
#endif
@@ -4194,7 +4647,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -4223,7 +4676,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -4250,7 +4703,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -4278,7 +4731,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTexture((OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
+ InteropHelper.Call(EntryPoints[17], (OpenTK.Graphics.ES30.TextureTarget)target, (UInt32)texture);
#if DEBUG
}
#endif
@@ -4305,7 +4758,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -4334,7 +4787,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -4361,7 +4814,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -4389,7 +4842,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindTransformFeedback((OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[18], (OpenTK.Graphics.ES30.TransformFeedbackTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -4411,7 +4864,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArray((UInt32)array);
+ InteropHelper.Call(EntryPoints[19], (UInt32)array);
#if DEBUG
}
#endif
@@ -4434,7 +4887,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArray((UInt32)array);
+ InteropHelper.Call(EntryPoints[19], (UInt32)array);
#if DEBUG
}
#endif
@@ -4456,7 +4909,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[22], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -4484,7 +4937,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquation((OpenTK.Graphics.ES30.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[23], (OpenTK.Graphics.ES30.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -4511,7 +4964,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquation((OpenTK.Graphics.ES30.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[23], (OpenTK.Graphics.ES30.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -4544,7 +4997,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparate((OpenTK.Graphics.ES30.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES30.BlendEquationMode)modeAlpha);
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES30.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES30.BlendEquationMode)modeAlpha);
#if DEBUG
}
#endif
@@ -4576,7 +5029,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparate((OpenTK.Graphics.ES30.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES30.BlendEquationMode)modeAlpha);
+ InteropHelper.Call(EntryPoints[25], (OpenTK.Graphics.ES30.BlendEquationMode)modeRGB, (OpenTK.Graphics.ES30.BlendEquationMode)modeAlpha);
#if DEBUG
}
#endif
@@ -4609,7 +5062,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES30.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[26], (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -4641,7 +5094,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunc((OpenTK.Graphics.ES30.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactor);
+ InteropHelper.Call(EntryPoints[26], (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactor, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactor);
#if DEBUG
}
#endif
@@ -4684,7 +5137,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparate((OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorAlpha);
+ InteropHelper.Call(EntryPoints[27], (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorAlpha);
#if DEBUG
}
#endif
@@ -4726,7 +5179,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparate((OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorAlpha);
+ InteropHelper.Call(EntryPoints[27], (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorRGB, (OpenTK.Graphics.ES30.BlendingFactorSrc)sfactorAlpha, (OpenTK.Graphics.ES30.BlendingFactorDest)dfactorAlpha);
#if DEBUG
}
#endif
@@ -4764,7 +5217,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebuffer((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[29], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -4801,7 +5254,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebuffer((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[29], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -4839,7 +5292,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES30.BufferUsageHint)usage);
#if DEBUG
}
#endif
@@ -4881,7 +5334,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -4928,7 +5381,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -4975,7 +5428,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -5022,7 +5475,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -5065,7 +5518,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.ES30.BufferUsageHint)usage);
#if DEBUG
}
#endif
@@ -5106,7 +5559,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -5152,7 +5605,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -5198,7 +5651,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
}
finally
{
@@ -5244,7 +5697,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.ES30.BufferUsageHint)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -5288,7 +5741,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -5330,7 +5783,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5377,7 +5830,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5424,7 +5877,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5471,7 +5924,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -5514,7 +5967,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -5555,7 +6008,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5601,7 +6054,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5647,7 +6100,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5693,7 +6146,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubData((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[33], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -5722,7 +6175,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCheckFramebufferStatus((OpenTK.Graphics.ES30.FramebufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[34], (OpenTK.Graphics.ES30.FramebufferTarget)target);
#if DEBUG
}
#endif
@@ -5744,7 +6197,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCheckFramebufferStatus((OpenTK.Graphics.ES30.FramebufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[34], (OpenTK.Graphics.ES30.FramebufferTarget)target);
#if DEBUG
}
#endif
@@ -5767,7 +6220,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES30.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES30.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -5789,7 +6242,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClear((OpenTK.Graphics.ES30.ClearBufferMask)mask);
+ InteropHelper.Call(EntryPoints[35], (OpenTK.Graphics.ES30.ClearBufferMask)mask);
#if DEBUG
}
#endif
@@ -5832,7 +6285,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferfi((OpenTK.Graphics.ES30.ClearBufferCombined)buffer, (Int32)drawbuffer, (Single)depth, (Int32)stencil);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES30.ClearBufferCombined)buffer, (Int32)drawbuffer, (Single)depth, (Int32)stencil);
#if DEBUG
}
#endif
@@ -5874,7 +6327,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferfi((OpenTK.Graphics.ES30.ClearBufferCombined)buffer, (Int32)drawbuffer, (Single)depth, (Int32)stencil);
+ InteropHelper.Call(EntryPoints[36], (OpenTK.Graphics.ES30.ClearBufferCombined)buffer, (Int32)drawbuffer, (Single)depth, (Int32)stencil);
#if DEBUG
}
#endif
@@ -5921,7 +6374,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -5970,7 +6423,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6016,7 +6469,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6062,7 +6515,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6110,7 +6563,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6155,7 +6608,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferfv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Single*)value);
+ InteropHelper.Call(EntryPoints[37], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6202,7 +6655,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6251,7 +6704,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6297,7 +6750,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6343,7 +6796,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6391,7 +6844,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6436,7 +6889,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (Int32*)value);
+ InteropHelper.Call(EntryPoints[38], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6484,7 +6937,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6534,7 +6987,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6580,7 +7033,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6627,7 +7080,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6676,7 +7129,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -6721,7 +7174,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearBufferuiv((OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[39], (OpenTK.Graphics.ES30.ClearBuffer)buffer, (Int32)drawbuffer, (IntPtr)value);
#if DEBUG
}
#endif
@@ -6743,7 +7196,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearColor((Single)red, (Single)green, (Single)blue, (Single)alpha);
+ InteropHelper.Call(EntryPoints[40], (Single)red, (Single)green, (Single)blue, (Single)alpha);
#if DEBUG
}
#endif
@@ -6765,7 +7218,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearDepthf((Single)d);
+ InteropHelper.Call(EntryPoints[41], (Single)d);
#if DEBUG
}
#endif
@@ -6787,7 +7240,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClearStencil((Int32)s);
+ InteropHelper.Call(EntryPoints[42], (Int32)s);
#if DEBUG
}
#endif
@@ -6819,7 +7272,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[43], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -6853,7 +7306,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[43], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -6885,7 +7338,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[43], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -6918,7 +7371,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glClientWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
+ return InteropHelper.CallReturn(EntryPoints[43], (IntPtr)sync, (OpenTK.Graphics.ES30.ClientWaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -6945,7 +7398,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glColorMask((bool)red, (bool)green, (bool)blue, (bool)alpha);
+ InteropHelper.Call(EntryPoints[45], (bool)red, (bool)green, (bool)blue, (bool)alpha);
#if DEBUG
}
#endif
@@ -6967,7 +7420,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[46], (UInt32)shader);
#if DEBUG
}
#endif
@@ -6990,7 +7443,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[46], (UInt32)shader);
#if DEBUG
}
#endif
@@ -7048,7 +7501,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7110,7 +7563,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7177,7 +7630,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7244,7 +7697,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7311,7 +7764,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -7374,7 +7827,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7435,7 +7888,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7501,7 +7954,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7567,7 +8020,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7633,7 +8086,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[47], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -7702,7 +8155,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7769,7 +8222,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7841,7 +8294,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7913,7 +8366,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7985,7 +8438,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -8053,7 +8506,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8119,7 +8572,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8190,7 +8643,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8261,7 +8714,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8332,7 +8785,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[48], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -8401,7 +8854,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8468,7 +8921,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8540,7 +8993,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8612,7 +9065,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8684,7 +9137,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -8752,7 +9205,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8818,7 +9271,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8889,7 +9342,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8960,7 +9413,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9031,7 +9484,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[50], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -9105,7 +9558,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -9177,7 +9630,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9254,7 +9707,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9331,7 +9784,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9408,7 +9861,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -9481,7 +9934,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -9552,7 +10005,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9628,7 +10081,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9704,7 +10157,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9780,7 +10233,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[51], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -9829,7 +10282,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubData((OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -9871,7 +10324,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubData((OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[53], (OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -9924,7 +10377,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -9976,7 +10429,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
+ InteropHelper.Call(EntryPoints[55], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureCopyComponentCount)internalformat, (Int32)x, (Int32)y, (Int32)width, (Int32)height, (Int32)border);
#if DEBUG
}
#endif
@@ -10029,7 +10482,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[56], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -10081,7 +10534,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[56], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -10139,7 +10592,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[57], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -10196,7 +10649,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[57], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -10213,7 +10666,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateProgram();
+ return InteropHelper.CallReturn(EntryPoints[62]);
#if DEBUG
}
#endif
@@ -10236,7 +10689,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShader((OpenTK.Graphics.ES30.ShaderType)type);
+ return InteropHelper.CallReturn(EntryPoints[63], (OpenTK.Graphics.ES30.ShaderType)type);
#if DEBUG
}
#endif
@@ -10258,7 +10711,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShader((OpenTK.Graphics.ES30.ShaderType)type);
+ return InteropHelper.CallReturn(EntryPoints[63], (OpenTK.Graphics.ES30.ShaderType)type);
#if DEBUG
}
#endif
@@ -10281,7 +10734,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES30.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[66], (OpenTK.Graphics.ES30.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -10303,7 +10756,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCullFace((OpenTK.Graphics.ES30.CullFaceMode)mode);
+ InteropHelper.Call(EntryPoints[66], (OpenTK.Graphics.ES30.CullFaceMode)mode);
#if DEBUG
}
#endif
@@ -10330,7 +10783,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[67], (DebugProc)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -10361,7 +10814,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[67], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10397,7 +10850,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[67], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10433,7 +10886,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[67], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -10469,7 +10922,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallback((DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[67], (DebugProc)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -10526,7 +10979,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10579,7 +11032,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10629,7 +11082,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -10682,7 +11135,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10737,7 +11190,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10788,7 +11241,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -10839,7 +11292,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10892,7 +11345,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -10942,7 +11395,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -10994,7 +11447,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -11048,7 +11501,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -11098,7 +11551,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControl((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[69], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -11145,7 +11598,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[71], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -11194,7 +11647,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[71], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -11241,7 +11694,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[71], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -11289,7 +11742,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsert((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[71], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -11320,7 +11773,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -11353,7 +11806,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -11385,7 +11838,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11418,7 +11871,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11448,7 +11901,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -11480,7 +11933,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11514,7 +11967,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11544,7 +11997,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[73], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -11575,7 +12028,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -11608,7 +12061,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* framebuffers_ptr = (UInt32*)&framebuffers;
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
#if DEBUG
}
@@ -11640,7 +12093,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11673,7 +12126,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11703,7 +12156,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -11735,7 +12188,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11769,7 +12222,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -11799,7 +12252,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[75], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -11821,7 +12274,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[77], (UInt32)program);
#if DEBUG
}
#endif
@@ -11844,7 +12297,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[77], (UInt32)program);
#if DEBUG
}
#endif
@@ -11875,7 +12328,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -11908,7 +12361,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -11940,7 +12393,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -11973,7 +12426,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -12003,7 +12456,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -12035,7 +12488,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -12069,7 +12522,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -12099,7 +12552,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueries((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[79], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -12130,7 +12583,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -12163,7 +12616,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* renderbuffers_ptr = (UInt32*)&renderbuffers;
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
#if DEBUG
}
@@ -12195,7 +12648,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12228,7 +12681,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12258,7 +12711,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -12290,7 +12743,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12324,7 +12777,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -12354,7 +12807,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[81], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -12385,7 +12838,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 count = 1;
UInt32* samplers_ptr = (UInt32*)&samplers;
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
#if DEBUG
}
@@ -12418,7 +12871,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 count = 1;
UInt32* samplers_ptr = (UInt32*)&samplers;
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
#if DEBUG
}
@@ -12450,7 +12903,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* samplers_ptr = samplers)
{
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -12483,7 +12936,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* samplers_ptr = &samplers)
{
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -12513,7 +12966,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers);
#if DEBUG
}
#endif
@@ -12545,7 +12998,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* samplers_ptr = samplers)
{
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -12579,7 +13032,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* samplers_ptr = &samplers)
{
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -12609,7 +13062,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSamplers((Int32)count, (UInt32*)samplers);
+ InteropHelper.Call(EntryPoints[82], (Int32)count, (IntPtr)samplers);
#if DEBUG
}
#endif
@@ -12631,7 +13084,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[83], (UInt32)shader);
#if DEBUG
}
#endif
@@ -12654,7 +13107,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteShader((UInt32)shader);
+ InteropHelper.Call(EntryPoints[83], (UInt32)shader);
#if DEBUG
}
#endif
@@ -12676,7 +13129,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteSync((IntPtr)sync);
+ InteropHelper.Call(EntryPoints[84], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -12707,7 +13160,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -12740,7 +13193,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* textures_ptr = (UInt32*)&textures;
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
#if DEBUG
}
@@ -12772,7 +13225,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12805,7 +13258,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12835,7 +13288,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -12867,7 +13320,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12901,7 +13354,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -12931,7 +13384,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[86], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -12962,7 +13415,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -12995,7 +13448,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -13027,7 +13480,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -13060,7 +13513,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -13090,7 +13543,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -13122,7 +13575,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -13156,7 +13609,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -13186,7 +13639,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteTransformFeedbacks((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[87], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -13217,7 +13670,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -13250,7 +13703,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -13282,7 +13735,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -13315,7 +13768,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -13345,7 +13798,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -13377,7 +13830,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -13411,7 +13864,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -13441,7 +13894,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArrays((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[88], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -13464,7 +13917,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES30.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[90], (OpenTK.Graphics.ES30.DepthFunction)func);
#if DEBUG
}
#endif
@@ -13486,7 +13939,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthFunc((OpenTK.Graphics.ES30.DepthFunction)func);
+ InteropHelper.Call(EntryPoints[90], (OpenTK.Graphics.ES30.DepthFunction)func);
#if DEBUG
}
#endif
@@ -13508,7 +13961,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthMask((bool)flag);
+ InteropHelper.Call(EntryPoints[91], (bool)flag);
#if DEBUG
}
#endif
@@ -13535,7 +13988,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDepthRangef((Single)n, (Single)f);
+ InteropHelper.Call(EntryPoints[92], (Single)n, (Single)f);
#if DEBUG
}
#endif
@@ -13562,7 +14015,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[93], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -13590,7 +14043,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachShader((UInt32)program, (UInt32)shader);
+ InteropHelper.Call(EntryPoints[93], (UInt32)program, (UInt32)shader);
#if DEBUG
}
#endif
@@ -13606,7 +14059,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES30.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[94], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -13621,7 +14074,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisable((OpenTK.Graphics.ES30.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[94], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -13636,7 +14089,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[96], (UInt32)index);
#if DEBUG
}
#endif
@@ -13652,7 +14105,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[96], (UInt32)index);
#if DEBUG
}
#endif
@@ -13685,7 +14138,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[98], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -13717,7 +14170,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArrays((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[98], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -13755,7 +14208,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[99], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)instancecount);
#if DEBUG
}
#endif
@@ -13792,7 +14245,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[99], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)instancecount);
#if DEBUG
}
#endif
@@ -13824,7 +14277,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = bufs)
{
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -13858,7 +14311,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -13889,7 +14342,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -13920,7 +14373,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = bufs)
{
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -13953,7 +14406,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -13983,7 +14436,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffers((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[103], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -14021,7 +14474,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -14063,7 +14516,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14110,7 +14563,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14157,7 +14610,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14204,7 +14657,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -14247,7 +14700,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -14288,7 +14741,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14334,7 +14787,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14380,7 +14833,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -14426,7 +14879,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[107], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T3)indices_ptr.Target;
}
finally
@@ -14475,7 +14928,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)instancecount);
#if DEBUG
}
#endif
@@ -14522,7 +14975,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14574,7 +15027,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14626,7 +15079,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14678,7 +15131,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -14726,7 +15179,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)instancecount);
#if DEBUG
}
#endif
@@ -14772,7 +15225,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14823,7 +15276,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14874,7 +15327,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
}
finally
{
@@ -14925,7 +15378,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstanced((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
+ InteropHelper.Call(EntryPoints[108], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)instancecount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -14978,7 +15431,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -15029,7 +15482,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15085,7 +15538,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15141,7 +15594,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15197,7 +15650,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T5)indices_ptr.Target;
}
finally
@@ -15252,7 +15705,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -15305,7 +15758,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15363,7 +15816,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15421,7 +15874,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15479,7 +15932,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T5)indices_ptr.Target;
}
finally
@@ -15532,7 +15985,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -15583,7 +16036,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15639,7 +16092,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15695,7 +16148,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15751,7 +16204,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T5)indices_ptr.Target;
}
finally
@@ -15805,7 +16258,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -15857,7 +16310,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15914,7 +16367,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -15971,7 +16424,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
}
finally
{
@@ -16028,7 +16481,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawRangeElements((OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[112], (OpenTK.Graphics.ES30.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject());
indices = (T5)indices_ptr.Target;
}
finally
@@ -16062,7 +16515,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES30.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -16089,7 +16542,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnable((OpenTK.Graphics.ES30.EnableCap)cap);
+ InteropHelper.Call(EntryPoints[115], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -16111,7 +16564,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[117], (UInt32)index);
#if DEBUG
}
#endif
@@ -16134,7 +16587,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArray((UInt32)index);
+ InteropHelper.Call(EntryPoints[117], (UInt32)index);
#if DEBUG
}
#endif
@@ -16150,7 +16603,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQuery((OpenTK.Graphics.ES30.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES30.QueryTarget)target);
#if DEBUG
}
#endif
@@ -16165,7 +16618,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQuery((OpenTK.Graphics.ES30.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[119], (OpenTK.Graphics.ES30.QueryTarget)target);
#if DEBUG
}
#endif
@@ -16180,7 +16633,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTransformFeedback();
+ InteropHelper.Call(EntryPoints[122]);
#if DEBUG
}
#endif
@@ -16208,7 +16661,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSync((OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[135], (OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -16235,7 +16688,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glFenceSync((OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
+ return InteropHelper.CallReturn(EntryPoints[135], (OpenTK.Graphics.ES30.SyncCondition)condition, (OpenTK.Graphics.ES30.WaitSyncFlags)flags);
#if DEBUG
}
#endif
@@ -16252,7 +16705,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinish();
+ InteropHelper.Call(EntryPoints[137]);
#if DEBUG
}
#endif
@@ -16269,7 +16722,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlush();
+ InteropHelper.Call(EntryPoints[139]);
#if DEBUG
}
#endif
@@ -16302,7 +16755,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRange((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[140], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -16334,7 +16787,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRange((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[140], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -16371,7 +16824,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -16410,7 +16863,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -16447,7 +16900,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -16485,7 +16938,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferRenderbuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
+ InteropHelper.Call(EntryPoints[142], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.RenderbufferTarget)renderbuffertarget, (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -16500,7 +16953,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[143], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -16517,7 +16970,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[143], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -16532,7 +16985,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[143], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -16548,7 +17001,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2D((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[143], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.TextureTarget2d)textarget, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -16590,7 +17043,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -16634,7 +17087,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -16676,7 +17129,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -16719,7 +17172,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayer((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[147], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -16742,7 +17195,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES30.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[148], (OpenTK.Graphics.ES30.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -16764,7 +17217,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFrontFace((OpenTK.Graphics.ES30.FrontFaceDirection)mode);
+ InteropHelper.Call(EntryPoints[148], (OpenTK.Graphics.ES30.FrontFaceDirection)mode);
#if DEBUG
}
#endif
@@ -16796,7 +17249,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* buffers_ptr = &retval;
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers_ptr);
return retval;
}
#if DEBUG
@@ -16829,7 +17282,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -16862,7 +17315,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -16893,7 +17346,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -16925,7 +17378,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -16959,7 +17412,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -16990,7 +17443,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffers((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[149], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -17013,7 +17466,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenerateMipmap((OpenTK.Graphics.ES30.TextureTarget)target);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES30.TextureTarget)target);
#if DEBUG
}
#endif
@@ -17035,7 +17488,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenerateMipmap((OpenTK.Graphics.ES30.TextureTarget)target);
+ InteropHelper.Call(EntryPoints[150], (OpenTK.Graphics.ES30.TextureTarget)target);
#if DEBUG
}
#endif
@@ -17067,7 +17520,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* framebuffers_ptr = &retval;
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers_ptr);
return retval;
}
#if DEBUG
@@ -17100,7 +17553,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -17133,7 +17586,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -17164,7 +17617,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -17196,7 +17649,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* framebuffers_ptr = framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers_ptr);
}
}
#if DEBUG
@@ -17230,7 +17683,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* framebuffers_ptr = &framebuffers)
{
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers_ptr);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers_ptr);
framebuffers = *framebuffers_ptr;
}
}
@@ -17261,7 +17714,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFramebuffers((Int32)n, (UInt32*)framebuffers);
+ InteropHelper.Call(EntryPoints[152], (Int32)n, (IntPtr)framebuffers);
#if DEBUG
}
#endif
@@ -17293,7 +17746,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* ids_ptr = &retval;
- Delegates.glGenQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids_ptr);
return retval;
}
#if DEBUG
@@ -17326,7 +17779,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glGenQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -17359,7 +17812,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glGenQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -17390,7 +17843,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueries((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -17422,7 +17875,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glGenQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -17456,7 +17909,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glGenQueries((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -17487,7 +17940,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueries((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[155], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -17519,7 +17972,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* renderbuffers_ptr = &retval;
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers_ptr);
return retval;
}
#if DEBUG
@@ -17552,7 +18005,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -17585,7 +18038,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -17616,7 +18069,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -17648,7 +18101,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* renderbuffers_ptr = renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers_ptr);
}
}
#if DEBUG
@@ -17682,7 +18135,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
{
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
}
}
@@ -17713,7 +18166,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenRenderbuffers((Int32)n, (UInt32*)renderbuffers);
+ InteropHelper.Call(EntryPoints[157], (Int32)n, (IntPtr)renderbuffers);
#if DEBUG
}
#endif
@@ -17745,7 +18198,7 @@ namespace OpenTK.Graphics.ES30
const Int32 count = 1;
Int32 retval;
Int32* samplers_ptr = &retval;
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers_ptr);
return retval;
}
#if DEBUG
@@ -17778,7 +18231,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* samplers_ptr = samplers)
{
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -17811,7 +18264,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* samplers_ptr = &samplers)
{
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers_ptr);
samplers = *samplers_ptr;
}
}
@@ -17842,7 +18295,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers);
#if DEBUG
}
#endif
@@ -17874,7 +18327,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* samplers_ptr = samplers)
{
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers_ptr);
}
}
#if DEBUG
@@ -17908,7 +18361,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* samplers_ptr = &samplers)
{
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers_ptr);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers_ptr);
samplers = *samplers_ptr;
}
}
@@ -17939,7 +18392,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenSamplers((Int32)count, (UInt32*)samplers);
+ InteropHelper.Call(EntryPoints[158], (Int32)count, (IntPtr)samplers);
#if DEBUG
}
#endif
@@ -17971,7 +18424,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* textures_ptr = &retval;
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures_ptr);
return retval;
}
#if DEBUG
@@ -18004,7 +18457,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -18037,7 +18490,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -18068,7 +18521,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -18100,7 +18553,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* textures_ptr = textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures_ptr);
}
}
#if DEBUG
@@ -18134,7 +18587,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* textures_ptr = &textures)
{
- Delegates.glGenTextures((Int32)n, (UInt32*)textures_ptr);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures_ptr);
textures = *textures_ptr;
}
}
@@ -18165,7 +18618,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTextures((Int32)n, (UInt32*)textures);
+ InteropHelper.Call(EntryPoints[159], (Int32)n, (IntPtr)textures);
#if DEBUG
}
#endif
@@ -18197,7 +18650,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* ids_ptr = &retval;
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids_ptr);
return retval;
}
#if DEBUG
@@ -18230,7 +18683,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -18263,7 +18716,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -18294,7 +18747,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -18326,7 +18779,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -18360,7 +18813,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -18391,7 +18844,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenTransformFeedbacks((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[160], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -18423,7 +18876,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* arrays_ptr = &retval;
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays_ptr);
return retval;
}
#if DEBUG
@@ -18456,7 +18909,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -18489,7 +18942,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -18520,7 +18973,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -18552,7 +19005,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -18586,7 +19039,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -18617,7 +19070,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArrays((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[161], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -18675,7 +19128,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.ActiveAttribType* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -18738,7 +19191,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -18796,7 +19249,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -18849,7 +19302,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -18908,7 +19361,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.ActiveAttribType* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -18973,7 +19426,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveAttribType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -19031,7 +19484,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19085,7 +19538,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttrib((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveAttribType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[163], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19143,7 +19596,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.ActiveUniformType* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -19206,7 +19659,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -19264,7 +19717,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19317,7 +19770,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19376,7 +19829,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.ActiveUniformType* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -19441,7 +19894,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.ActiveUniformType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -19499,7 +19952,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19553,7 +20006,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniform((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.ActiveUniformType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[164], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -19594,7 +20047,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19637,7 +20090,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19678,7 +20131,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19719,7 +20172,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19762,7 +20215,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19803,7 +20256,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19845,7 +20298,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -19889,7 +20342,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -19930,7 +20383,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -19973,7 +20426,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20018,7 +20471,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20060,7 +20513,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockiv((UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[165], (UInt32)program, (UInt32)uniformBlockIndex, (OpenTK.Graphics.ES30.ActiveUniformBlockParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20106,7 +20559,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetActiveUniformBlockName((UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)uniformBlockName);
+ InteropHelper.Call(EntryPoints[166], (UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)uniformBlockName);
length = *length_ptr;
}
}
@@ -20152,7 +20605,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockName((UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (Int32*)length, (StringBuilder)uniformBlockName);
+ InteropHelper.Call(EntryPoints[166], (UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (IntPtr)length, (StringBuilder)uniformBlockName);
#if DEBUG
}
#endif
@@ -20199,7 +20652,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetActiveUniformBlockName((UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)uniformBlockName);
+ InteropHelper.Call(EntryPoints[166], (UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)uniformBlockName);
length = *length_ptr;
}
}
@@ -20245,7 +20698,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformBlockName((UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (Int32*)length, (StringBuilder)uniformBlockName);
+ InteropHelper.Call(EntryPoints[166], (UInt32)program, (UInt32)uniformBlockIndex, (Int32)bufSize, (IntPtr)length, (StringBuilder)uniformBlockName);
#if DEBUG
}
#endif
@@ -20292,7 +20745,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* uniformIndices_ptr = uniformIndices)
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20341,7 +20794,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* uniformIndices_ptr = uniformIndices)
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20390,7 +20843,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* uniformIndices_ptr = &uniformIndices)
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20440,7 +20893,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* uniformIndices_ptr = &uniformIndices)
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20486,7 +20939,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20529,7 +20982,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20577,7 +21030,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* uniformIndices_ptr = uniformIndices)
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20628,7 +21081,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* uniformIndices_ptr = uniformIndices)
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -20678,7 +21131,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* uniformIndices_ptr = &uniformIndices)
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20730,7 +21183,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* uniformIndices_ptr = &uniformIndices)
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices_ptr, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -20776,7 +21229,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20820,7 +21273,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformsiv((UInt32)program, (Int32)uniformCount, (UInt32*)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[167], (UInt32)program, (Int32)uniformCount, (IntPtr)uniformIndices, (OpenTK.Graphics.ES30.ActiveUniformParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -20862,7 +21315,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* count_ptr = &count)
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
}
}
@@ -20907,7 +21360,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* count_ptr = &count)
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
shaders = *shaders_ptr;
}
@@ -20949,7 +21402,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count, (UInt32*)shaders);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count, (IntPtr)shaders);
#if DEBUG
}
#endif
@@ -20992,7 +21445,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* count_ptr = &count)
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
}
}
@@ -21038,7 +21491,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* count_ptr = &count)
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)shaders_ptr);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)shaders_ptr);
count = *count_ptr;
shaders = *shaders_ptr;
}
@@ -21080,7 +21533,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedShaders((UInt32)program, (Int32)maxCount, (Int32*)count, (UInt32*)shaders);
+ InteropHelper.Call(EntryPoints[168], (UInt32)program, (Int32)maxCount, (IntPtr)count, (IntPtr)shaders);
#if DEBUG
}
#endif
@@ -21107,7 +21560,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[169], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -21135,7 +21588,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[169], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -21155,7 +21608,7 @@ namespace OpenTK.Graphics.ES30
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -21176,7 +21629,7 @@ namespace OpenTK.Graphics.ES30
{
bool retval;
bool* data_ptr = &retval;
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -21198,7 +21651,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -21220,7 +21673,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -21240,7 +21693,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -21259,7 +21712,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (bool* data_ptr = data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -21280,7 +21733,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (bool* data_ptr = &data)
{
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data_ptr);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -21299,7 +21752,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBooleanv((OpenTK.Graphics.ES30.GetPName)pname, (bool*)data);
+ InteropHelper.Call(EntryPoints[170], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -21336,7 +21789,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21375,7 +21828,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21412,7 +21865,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21448,7 +21901,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21486,7 +21939,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21522,7 +21975,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteri64v((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[171], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21559,7 +22012,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21598,7 +22051,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21635,7 +22088,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21671,7 +22124,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -21709,7 +22162,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -21745,7 +22198,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameteriv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[172], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21778,7 +22231,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -21815,7 +22268,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21857,7 +22310,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21899,7 +22352,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -21941,7 +22394,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -21979,7 +22432,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -22015,7 +22468,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22056,7 +22509,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22097,7 +22550,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -22138,7 +22591,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointerv((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[173], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -22209,7 +22662,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -22276,7 +22729,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -22342,7 +22795,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -22407,7 +22860,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -22474,7 +22927,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -22540,7 +22993,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -22607,7 +23060,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -22676,7 +23129,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -22743,7 +23196,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -22809,7 +23262,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -22877,7 +23330,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -22943,7 +23396,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLog((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[175], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -22956,7 +23409,7 @@ namespace OpenTK.Graphics.ES30
public static
OpenTK.Graphics.ES30.ErrorCode GetError()
{
- return Delegates.glGetError();
+ return InteropHelper.CallReturn(EntryPoints[179]);
}
/// [requires: v2.0 and ES_VERSION_2_0]
@@ -22973,7 +23426,7 @@ namespace OpenTK.Graphics.ES30
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -22994,7 +23447,7 @@ namespace OpenTK.Graphics.ES30
{
Single retval;
Single* data_ptr = &retval;
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -23016,7 +23469,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23038,7 +23491,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23058,7 +23511,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23077,7 +23530,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* data_ptr = data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23098,7 +23551,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* data_ptr = &data)
{
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data_ptr);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23117,7 +23570,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFloatv((OpenTK.Graphics.ES30.GetPName)pname, (Single*)data);
+ InteropHelper.Call(EntryPoints[181], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23144,7 +23597,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetFragDataLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[182], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -23172,7 +23625,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetFragDataLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[182], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -23214,7 +23667,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23258,7 +23711,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23300,7 +23753,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23341,7 +23794,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -23384,7 +23837,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -23425,7 +23878,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFramebufferAttachmentParameteriv((OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[183], (OpenTK.Graphics.ES30.FramebufferTarget)target, (OpenTK.Graphics.ES30.FramebufferAttachment)attachment, (OpenTK.Graphics.ES30.FramebufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -23444,7 +23897,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23465,7 +23918,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23484,7 +23937,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23505,7 +23958,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23528,7 +23981,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23548,7 +24001,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23567,7 +24020,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23588,7 +24041,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23607,7 +24060,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23627,7 +24080,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23649,7 +24102,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23668,7 +24121,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64i_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int64*)data);
+ InteropHelper.Call(EntryPoints[185], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23688,7 +24141,7 @@ namespace OpenTK.Graphics.ES30
{
Int64 retval;
Int64* data_ptr = &retval;
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -23709,7 +24162,7 @@ namespace OpenTK.Graphics.ES30
{
Int64 retval;
Int64* data_ptr = &retval;
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -23731,7 +24184,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23753,7 +24206,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23773,7 +24226,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23792,7 +24245,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = data)
{
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23813,7 +24266,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* data_ptr = &data)
{
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data_ptr);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23832,7 +24285,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInteger64v((OpenTK.Graphics.ES30.GetPName)pname, (Int64*)data);
+ InteropHelper.Call(EntryPoints[186], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23851,7 +24304,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23872,7 +24325,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23891,7 +24344,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23912,7 +24365,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23935,7 +24388,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -23955,7 +24408,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -23974,7 +24427,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -23995,7 +24448,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -24014,7 +24467,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -24034,7 +24487,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -24056,7 +24509,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -24075,7 +24528,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_v((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[188], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -24095,7 +24548,7 @@ namespace OpenTK.Graphics.ES30
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -24116,7 +24569,7 @@ namespace OpenTK.Graphics.ES30
{
Int32 retval;
Int32* data_ptr = &retval;
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
return retval;
}
#if DEBUG
@@ -24138,7 +24591,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -24160,7 +24613,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -24180,7 +24633,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -24199,7 +24652,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -24220,7 +24673,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -24239,7 +24692,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegerv((OpenTK.Graphics.ES30.GetPName)pname, (Int32*)data);
+ InteropHelper.Call(EntryPoints[190], (OpenTK.Graphics.ES30.GetPName)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -24286,7 +24739,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -24335,7 +24788,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -24382,7 +24835,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -24428,7 +24881,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -24476,7 +24929,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -24522,7 +24975,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetInternalformativ((OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[191], (OpenTK.Graphics.ES30.ImageTarget)target, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (OpenTK.Graphics.ES30.InternalFormatParameter)pname, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -24568,7 +25021,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -24616,7 +25069,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -24662,7 +25115,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -24710,7 +25163,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -24760,7 +25213,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -24807,7 +25260,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -24853,7 +25306,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -24901,7 +25354,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -24947,7 +25400,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -24994,7 +25447,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -25043,7 +25496,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -25089,7 +25542,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[194], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -25130,7 +25583,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -25173,7 +25626,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -25214,7 +25667,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectPtrLabel((IntPtr)ptr, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -25259,7 +25712,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -25311,7 +25764,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -25361,7 +25814,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -25411,7 +25864,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -25463,7 +25916,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -25513,7 +25966,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -25563,7 +26016,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -25615,7 +26068,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -25665,7 +26118,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -25715,7 +26168,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -25768,7 +26221,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
length = *length_ptr;
}
@@ -25819,7 +26272,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[197], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -25853,7 +26306,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -25885,7 +26338,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25922,7 +26375,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25959,7 +26412,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -25996,7 +26449,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -26029,7 +26482,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -26060,7 +26513,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26096,7 +26549,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26132,7 +26585,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26168,7 +26621,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointerv((OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[205], (OpenTK.Graphics.ES30.GetPointervPName)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -26221,7 +26674,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26276,7 +26729,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26336,7 +26789,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26396,7 +26849,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26456,7 +26909,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -26509,7 +26962,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -26556,7 +27009,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26608,7 +27061,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26660,7 +27113,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -26712,7 +27165,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -26766,7 +27219,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26822,7 +27275,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26883,7 +27336,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -26944,7 +27397,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -27005,7 +27458,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -27058,7 +27511,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -27105,7 +27558,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -27157,7 +27610,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -27209,7 +27662,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -27261,7 +27714,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinary((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[207], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -27308,7 +27761,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[209], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -27349,7 +27802,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[209], (UInt32)program, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -27391,7 +27844,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[209], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -27432,7 +27885,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramInfoLog((UInt32)program, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[209], (UInt32)program, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -27468,7 +27921,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27506,7 +27959,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -27542,7 +27995,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27578,7 +28031,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27616,7 +28069,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -27652,7 +28105,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27690,7 +28143,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27730,7 +28183,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -27767,7 +28220,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27804,7 +28257,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27843,7 +28296,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -27879,7 +28332,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramiv((UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[210], (UInt32)program, (OpenTK.Graphics.ES30.GetProgramParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -27916,7 +28369,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -27955,7 +28408,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -27992,7 +28445,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28028,7 +28481,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28066,7 +28519,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28102,7 +28555,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryiv((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[213], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28138,7 +28591,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28176,7 +28629,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28212,7 +28665,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28248,7 +28701,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28286,7 +28739,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28322,7 +28775,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28360,7 +28813,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28400,7 +28853,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28437,7 +28890,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28474,7 +28927,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28513,7 +28966,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28549,7 +29002,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuiv((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[218], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28586,7 +29039,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28625,7 +29078,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28662,7 +29115,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28698,7 +29151,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28736,7 +29189,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28772,7 +29225,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetRenderbufferParameteriv((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[220], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28808,7 +29261,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28846,7 +29299,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28882,7 +29335,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -28918,7 +29371,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -28956,7 +29409,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -28992,7 +29445,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29030,7 +29483,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29070,7 +29523,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29107,7 +29560,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29144,7 +29597,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29183,7 +29636,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29219,7 +29672,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[221], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29255,7 +29708,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29293,7 +29746,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29329,7 +29782,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29365,7 +29818,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29403,7 +29856,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29439,7 +29892,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29477,7 +29930,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29517,7 +29970,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29554,7 +30007,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29591,7 +30044,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29630,7 +30083,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29666,7 +30119,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[222], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29707,7 +30160,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[223], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -29748,7 +30201,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[223], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -29790,7 +30243,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[223], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -29831,7 +30284,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderInfoLog((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[223], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -29867,7 +30320,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -29905,7 +30358,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -29941,7 +30394,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -29977,7 +30430,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -30015,7 +30468,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -30051,7 +30504,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -30089,7 +30542,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -30129,7 +30582,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -30166,7 +30619,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -30203,7 +30656,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -30242,7 +30695,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -30278,7 +30731,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderiv((UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[224], (UInt32)shader, (OpenTK.Graphics.ES30.ShaderParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -30321,7 +30774,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* range_ptr = range)
fixed (Int32* precision_ptr = precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
}
}
#if DEBUG
@@ -30366,7 +30819,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* range_ptr = &range)
fixed (Int32* precision_ptr = &precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
range = *range_ptr;
precision = *precision_ptr;
}
@@ -30409,7 +30862,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range, (Int32*)precision);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range, (IntPtr)precision);
#if DEBUG
}
#endif
@@ -30451,7 +30904,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* range_ptr = range)
fixed (Int32* precision_ptr = precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
}
}
#if DEBUG
@@ -30495,7 +30948,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* range_ptr = &range)
fixed (Int32* precision_ptr = &precision)
{
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range_ptr, (Int32*)precision_ptr);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range_ptr, (IntPtr)precision_ptr);
range = *range_ptr;
precision = *precision_ptr;
}
@@ -30537,7 +30990,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderPrecisionFormat((OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (Int32*)range, (Int32*)precision);
+ InteropHelper.Call(EntryPoints[225], (OpenTK.Graphics.ES30.ShaderType)shadertype, (OpenTK.Graphics.ES30.ShaderPrecision)precisiontype, (IntPtr)range, (IntPtr)precision);
#if DEBUG
}
#endif
@@ -30578,7 +31031,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[226], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -30619,7 +31072,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[226], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -30661,7 +31114,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[226], (UInt32)shader, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)source);
length = *length_ptr;
}
}
@@ -30702,7 +31155,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetShaderSource((UInt32)shader, (Int32)bufSize, (Int32*)length, (StringBuilder)source);
+ InteropHelper.Call(EntryPoints[226], (UInt32)shader, (Int32)bufSize, (IntPtr)length, (StringBuilder)source);
#if DEBUG
}
#endif
@@ -30730,7 +31183,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES30.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[227], (OpenTK.Graphics.ES30.StringName)name)); }
#if DEBUG
}
#endif
@@ -30757,7 +31210,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetString((OpenTK.Graphics.ES30.StringName)name)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[227], (OpenTK.Graphics.ES30.StringName)name)); }
#if DEBUG
}
#endif
@@ -30784,7 +31237,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetStringi((OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[228], (OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
#if DEBUG
}
#endif
@@ -30813,7 +31266,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetStringi((OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[228], (OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
#if DEBUG
}
#endif
@@ -30840,7 +31293,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetStringi((OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[228], (OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
#if DEBUG
}
#endif
@@ -30868,7 +31321,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- unsafe { return new string((sbyte*)Delegates.glGetStringi((OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
+ unsafe { return new string((sbyte*)InteropHelper.CallReturn(EntryPoints[228], (OpenTK.Graphics.ES30.StringNameIndexed)name, (UInt32)index)); }
#if DEBUG
}
#endif
@@ -30916,7 +31369,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
}
}
@@ -30967,7 +31420,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -31015,7 +31468,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -31062,7 +31515,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = values)
{
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
}
}
@@ -31112,7 +31565,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (Int32* values_ptr = &values)
{
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length_ptr, (Int32*)values_ptr);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)values_ptr);
length = *length_ptr;
values = *values_ptr;
}
@@ -31159,7 +31612,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetSynciv((IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (Int32*)length, (Int32*)values);
+ InteropHelper.Call(EntryPoints[229], (IntPtr)sync, (OpenTK.Graphics.ES30.SyncParameterName)pname, (Int32)bufSize, (IntPtr)length, (IntPtr)values);
#if DEBUG
}
#endif
@@ -31196,7 +31649,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -31235,7 +31688,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -31272,7 +31725,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -31308,7 +31761,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -31346,7 +31799,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -31382,7 +31835,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[231], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -31419,7 +31872,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -31458,7 +31911,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -31495,7 +31948,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -31531,7 +31984,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -31569,7 +32022,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -31605,7 +32058,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[232], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.GetTextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -31663,7 +32116,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.TransformFeedbackType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -31726,7 +32179,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.TransformFeedbackType* type_ptr = &type)
{
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.TransformFeedbackType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -31784,7 +32237,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.TransformFeedbackType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -31837,7 +32290,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.TransformFeedbackType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -31897,7 +32350,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.All* type_ptr = &type)
{
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.TransformFeedbackType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -31961,7 +32414,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.ES30.TransformFeedbackType* type_ptr = &type)
{
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.ES30.TransformFeedbackType*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -32020,7 +32473,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.TransformFeedbackType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -32073,7 +32526,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTransformFeedbackVarying((UInt32)program, (UInt32)index, (Int32)bufSize, (Int32*)length, (Int32*)size, (OpenTK.Graphics.ES30.TransformFeedbackType*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[233], (UInt32)program, (UInt32)index, (Int32)bufSize, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -32100,7 +32553,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformBlockIndex((UInt32)program, (String)uniformBlockName);
+ return InteropHelper.CallReturn(EntryPoints[235], (UInt32)program, (String)uniformBlockName);
#if DEBUG
}
#endif
@@ -32128,7 +32581,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformBlockIndex((UInt32)program, (String)uniformBlockName);
+ return InteropHelper.CallReturn(EntryPoints[235], (UInt32)program, (String)uniformBlockName);
#if DEBUG
}
#endif
@@ -32164,7 +32617,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -32202,7 +32655,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -32238,7 +32691,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -32275,7 +32728,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -32314,7 +32767,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -32350,7 +32803,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformfv((UInt32)program, (Int32)location, (Single*)@params);
+ InteropHelper.Call(EntryPoints[236], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -32391,7 +32844,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* uniformIndices_ptr = uniformIndices)
{
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices_ptr);
}
}
#if DEBUG
@@ -32434,7 +32887,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* uniformIndices_ptr = &uniformIndices)
{
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices_ptr);
uniformIndices = *uniformIndices_ptr;
}
}
@@ -32475,7 +32928,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices);
#if DEBUG
}
#endif
@@ -32517,7 +32970,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* uniformIndices_ptr = uniformIndices)
{
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices_ptr);
}
}
#if DEBUG
@@ -32561,7 +33014,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* uniformIndices_ptr = &uniformIndices)
{
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices_ptr);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices_ptr);
uniformIndices = *uniformIndices_ptr;
}
}
@@ -32602,7 +33055,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformIndices((UInt32)program, (Int32)uniformCount, (String[])uniformNames, (UInt32*)uniformIndices);
+ InteropHelper.Call(EntryPoints[237], (UInt32)program, (Int32)uniformCount, (String[])uniformNames, (IntPtr)uniformIndices);
#if DEBUG
}
#endif
@@ -32638,7 +33091,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -32676,7 +33129,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -32712,7 +33165,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -32749,7 +33202,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -32788,7 +33241,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -32824,7 +33277,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformiv((UInt32)program, (Int32)location, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[238], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -32851,7 +33304,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[239], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -32879,7 +33332,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetUniformLocation((UInt32)program, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[239], (UInt32)program, (String)name);
#if DEBUG
}
#endif
@@ -32916,7 +33369,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetUniformuiv((UInt32)program, (Int32)location, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[240], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -32955,7 +33408,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetUniformuiv((UInt32)program, (Int32)location, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[240], (UInt32)program, (Int32)location, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -32991,7 +33444,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetUniformuiv((UInt32)program, (Int32)location, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[240], (UInt32)program, (Int32)location, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33027,7 +33480,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33065,7 +33518,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33101,7 +33554,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33137,7 +33590,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33175,7 +33628,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33211,7 +33664,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33249,7 +33702,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33289,7 +33742,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33326,7 +33779,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33363,7 +33816,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33402,7 +33855,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33438,7 +33891,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribfv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[241], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33457,7 +33910,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribIiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[242], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33476,7 +33929,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribIiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[242], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33496,7 +33949,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribIiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[242], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33515,7 +33968,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribIiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[242], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33535,7 +33988,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribIuiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[243], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33554,7 +34007,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribIuiv((UInt32)index, (OpenTK.Graphics.ES30.All)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[243], (UInt32)index, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33590,7 +34043,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33628,7 +34081,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33664,7 +34117,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33700,7 +34153,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33738,7 +34191,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33774,7 +34227,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33812,7 +34265,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33852,7 +34305,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -33889,7 +34342,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -33926,7 +34379,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -33965,7 +34418,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -34001,7 +34454,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribiv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[244], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribParameter)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -34033,7 +34486,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34069,7 +34522,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34110,7 +34563,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34151,7 +34604,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34192,7 +34645,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -34230,7 +34683,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34266,7 +34719,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34307,7 +34760,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34348,7 +34801,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34389,7 +34842,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -34429,7 +34882,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34467,7 +34920,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34510,7 +34963,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34553,7 +35006,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34596,7 +35049,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -34635,7 +35088,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -34672,7 +35125,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34714,7 +35167,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34756,7 +35209,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -34798,7 +35251,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glGetVertexAttribPointerv((UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[245], (UInt32)index, (OpenTK.Graphics.ES30.VertexAttribPointerParameter)pname, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -34832,7 +35285,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES30.HintTarget)target, (OpenTK.Graphics.ES30.HintMode)mode);
+ InteropHelper.Call(EntryPoints[246], (OpenTK.Graphics.ES30.HintTarget)target, (OpenTK.Graphics.ES30.HintMode)mode);
#if DEBUG
}
#endif
@@ -34859,7 +35312,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glHint((OpenTK.Graphics.ES30.HintTarget)target, (OpenTK.Graphics.ES30.HintMode)mode);
+ InteropHelper.Call(EntryPoints[246], (OpenTK.Graphics.ES30.HintTarget)target, (OpenTK.Graphics.ES30.HintMode)mode);
#if DEBUG
}
#endif
@@ -34896,7 +35349,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = attachments)
{
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -34935,7 +35388,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = &attachments)
{
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -34971,7 +35424,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments);
#if DEBUG
}
#endif
@@ -35007,7 +35460,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.FramebufferAttachment* attachments_ptr = attachments)
{
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -35045,7 +35498,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.FramebufferAttachment* attachments_ptr = &attachments)
{
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -35080,7 +35533,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInvalidateFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments);
+ InteropHelper.Call(EntryPoints[248], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments);
#if DEBUG
}
#endif
@@ -35137,7 +35590,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = attachments)
{
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
}
}
#if DEBUG
@@ -35196,7 +35649,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = &attachments)
{
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
}
}
#if DEBUG
@@ -35252,7 +35705,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -35308,7 +35761,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.FramebufferAttachment* attachments_ptr = attachments)
{
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
}
}
#if DEBUG
@@ -35366,7 +35819,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.FramebufferAttachment* attachments_ptr = &attachments)
{
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments_ptr, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
}
}
#if DEBUG
@@ -35421,7 +35874,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInvalidateSubFramebuffer((OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.FramebufferAttachment*)attachments, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[249], (OpenTK.Graphics.ES30.FramebufferTarget)target, (Int32)numAttachments, (IntPtr)attachments, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -35443,7 +35896,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[250], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -35466,7 +35919,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsBuffer((UInt32)buffer);
+ return InteropHelper.CallReturn(EntryPoints[250], (UInt32)buffer);
#if DEBUG
}
#endif
@@ -35494,7 +35947,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES30.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[251], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -35521,7 +35974,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsEnabled((OpenTK.Graphics.ES30.EnableCap)cap);
+ return InteropHelper.CallReturn(EntryPoints[251], (OpenTK.Graphics.ES30.EnableCap)cap);
#if DEBUG
}
#endif
@@ -35543,7 +35996,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebuffer((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[253], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -35566,7 +36019,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFramebuffer((UInt32)framebuffer);
+ return InteropHelper.CallReturn(EntryPoints[253], (UInt32)framebuffer);
#if DEBUG
}
#endif
@@ -35588,7 +36041,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgram((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[254], (UInt32)program);
#if DEBUG
}
#endif
@@ -35611,7 +36064,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgram((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[254], (UInt32)program);
#if DEBUG
}
#endif
@@ -35633,7 +36086,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQuery((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[256], (UInt32)id);
#if DEBUG
}
#endif
@@ -35656,7 +36109,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQuery((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[256], (UInt32)id);
#if DEBUG
}
#endif
@@ -35678,7 +36131,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbuffer((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[258], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -35701,7 +36154,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsRenderbuffer((UInt32)renderbuffer);
+ return InteropHelper.CallReturn(EntryPoints[258], (UInt32)renderbuffer);
#if DEBUG
}
#endif
@@ -35723,7 +36176,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSampler((UInt32)sampler);
+ return InteropHelper.CallReturn(EntryPoints[259], (UInt32)sampler);
#if DEBUG
}
#endif
@@ -35746,7 +36199,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSampler((UInt32)sampler);
+ return InteropHelper.CallReturn(EntryPoints[259], (UInt32)sampler);
#if DEBUG
}
#endif
@@ -35768,7 +36221,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsShader((UInt32)shader);
+ return InteropHelper.CallReturn(EntryPoints[260], (UInt32)shader);
#if DEBUG
}
#endif
@@ -35791,7 +36244,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsShader((UInt32)shader);
+ return InteropHelper.CallReturn(EntryPoints[260], (UInt32)shader);
#if DEBUG
}
#endif
@@ -35813,7 +36266,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsSync((IntPtr)sync);
+ return InteropHelper.CallReturn(EntryPoints[261], (IntPtr)sync);
#if DEBUG
}
#endif
@@ -35835,7 +36288,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[263], (UInt32)texture);
#if DEBUG
}
#endif
@@ -35858,7 +36311,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTexture((UInt32)texture);
+ return InteropHelper.CallReturn(EntryPoints[263], (UInt32)texture);
#if DEBUG
}
#endif
@@ -35880,7 +36333,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTransformFeedback((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[264], (UInt32)id);
#if DEBUG
}
#endif
@@ -35903,7 +36356,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsTransformFeedback((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[264], (UInt32)id);
#if DEBUG
}
#endif
@@ -35925,7 +36378,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArray((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[265], (UInt32)array);
#if DEBUG
}
#endif
@@ -35948,7 +36401,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArray((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[265], (UInt32)array);
#if DEBUG
}
#endif
@@ -35970,7 +36423,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLineWidth((Single)width);
+ InteropHelper.Call(EntryPoints[268], (Single)width);
#if DEBUG
}
#endif
@@ -35992,7 +36445,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLinkProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[269], (UInt32)program);
#if DEBUG
}
#endif
@@ -36015,7 +36468,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLinkProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[269], (UInt32)program);
#if DEBUG
}
#endif
@@ -36053,7 +36506,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRange((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (OpenTK.Graphics.ES30.BufferAccessMask)access);
+ return InteropHelper.CallReturn(EntryPoints[271], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (OpenTK.Graphics.ES30.BufferAccessMask)access);
#if DEBUG
}
#endif
@@ -36090,7 +36543,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRange((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (OpenTK.Graphics.ES30.BufferAccessMask)access);
+ return InteropHelper.CallReturn(EntryPoints[271], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (OpenTK.Graphics.ES30.BufferAccessMask)access);
#if DEBUG
}
#endif
@@ -36127,7 +36580,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[275], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -36166,7 +36619,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[275], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -36203,7 +36656,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[275], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -36241,7 +36694,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabel((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[275], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -36273,7 +36726,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectPtrLabel((IntPtr)ptr, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[277], (IntPtr)ptr, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -36309,7 +36762,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[277], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -36350,7 +36803,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[277], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -36391,7 +36844,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[277], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -36432,7 +36885,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabel((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[277], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -36455,7 +36908,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPauseTransformFeedback();
+ InteropHelper.Call(EntryPoints[279]);
#if DEBUG
}
#endif
@@ -36483,7 +36936,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES30.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[280], (OpenTK.Graphics.ES30.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -36510,7 +36963,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPixelStorei((OpenTK.Graphics.ES30.PixelStoreParameter)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[280], (OpenTK.Graphics.ES30.PixelStoreParameter)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -36537,7 +36990,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPolygonOffset((Single)factor, (Single)units);
+ InteropHelper.Call(EntryPoints[281], (Single)factor, (Single)units);
#if DEBUG
}
#endif
@@ -36554,7 +37007,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopDebugGroup();
+ InteropHelper.Call(EntryPoints[282]);
#if DEBUG
}
#endif
@@ -36591,7 +37044,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -36632,7 +37085,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36678,7 +37131,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36724,7 +37177,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36770,7 +37223,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -36814,7 +37267,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -36856,7 +37309,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36903,7 +37356,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36950,7 +37403,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -36997,7 +37450,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinary((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[285], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -37035,7 +37488,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteri((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[287], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -37067,7 +37520,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteri((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[287], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -37101,7 +37554,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteri((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[287], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -37134,7 +37587,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteri((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[287], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -37171,7 +37624,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroup((OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[322], (OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -37209,7 +37662,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroup((OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[322], (OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -37232,7 +37685,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBuffer((OpenTK.Graphics.ES30.ReadBufferMode)mode);
+ InteropHelper.Call(EntryPoints[326], (OpenTK.Graphics.ES30.ReadBufferMode)mode);
#if DEBUG
}
#endif
@@ -37254,7 +37707,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBuffer((OpenTK.Graphics.ES30.ReadBufferMode)mode);
+ InteropHelper.Call(EntryPoints[326], (OpenTK.Graphics.ES30.ReadBufferMode)mode);
#if DEBUG
}
#endif
@@ -37297,7 +37750,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -37344,7 +37797,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37396,7 +37849,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37448,7 +37901,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37500,7 +37953,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -37548,7 +38001,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -37594,7 +38047,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37645,7 +38098,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37696,7 +38149,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -37747,7 +38200,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glReadPixels((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[330], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T6)pixels_ptr.Target;
}
finally
@@ -37770,7 +38223,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReleaseShaderCompiler();
+ InteropHelper.Call(EntryPoints[331]);
#if DEBUG
}
#endif
@@ -37808,7 +38261,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorage((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[332], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -37845,7 +38298,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorage((OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[332], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -37888,7 +38341,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisample((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[333], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -37930,7 +38383,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisample((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[333], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -37947,7 +38400,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glResumeTransformFeedback();
+ InteropHelper.Call(EntryPoints[340]);
#if DEBUG
}
#endif
@@ -37974,7 +38427,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSampleCoverage((Single)value, (bool)invert);
+ InteropHelper.Call(EntryPoints[341], (Single)value, (bool)invert);
#if DEBUG
}
#endif
@@ -38011,7 +38464,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterf((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[342], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -38048,7 +38501,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterf((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[342], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -38087,7 +38540,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterf((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[342], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -38125,7 +38578,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterf((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[342], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -38166,7 +38619,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* param_ptr = param)
{
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param_ptr);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38206,7 +38659,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38247,7 +38700,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* param_ptr = param)
{
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param_ptr);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38287,7 +38740,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38330,7 +38783,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* param_ptr = param)
{
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param_ptr);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38371,7 +38824,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38413,7 +38866,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* param_ptr = param)
{
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param_ptr);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38453,7 +38906,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameterfv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Single*)param);
+ InteropHelper.Call(EntryPoints[343], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38490,7 +38943,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteri((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[344], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -38527,7 +38980,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteri((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[344], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -38566,7 +39019,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteri((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[344], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -38604,7 +39057,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteri((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[344], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -38645,7 +39098,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* param_ptr = param)
{
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param_ptr);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38685,7 +39138,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38726,7 +39179,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* param_ptr = param)
{
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param_ptr);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38766,7 +39219,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38809,7 +39262,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* param_ptr = param)
{
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param_ptr);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38850,7 +39303,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38892,7 +39345,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* param_ptr = param)
{
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param_ptr);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param_ptr);
}
}
#if DEBUG
@@ -38932,7 +39385,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSamplerParameteriv((UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (Int32*)param);
+ InteropHelper.Call(EntryPoints[345], (UInt32)sampler, (OpenTK.Graphics.ES30.SamplerParameterName)pname, (IntPtr)param);
#if DEBUG
}
#endif
@@ -38959,7 +39412,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glScissor((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[346], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -39005,7 +39458,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -39057,7 +39510,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39114,7 +39567,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39171,7 +39624,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39228,7 +39681,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -39282,7 +39735,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -39334,7 +39787,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39391,7 +39844,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39448,7 +39901,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39505,7 +39958,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -39559,7 +40012,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -39611,7 +40064,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39668,7 +40121,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39725,7 +40178,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39782,7 +40235,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -39836,7 +40289,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -39888,7 +40341,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -39945,7 +40398,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40002,7 +40455,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40059,7 +40512,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -40110,7 +40563,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -40157,7 +40610,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40209,7 +40662,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40261,7 +40714,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40313,7 +40766,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -40362,7 +40815,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -40409,7 +40862,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40461,7 +40914,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40513,7 +40966,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40565,7 +41018,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -40619,7 +41072,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -40673,7 +41126,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40732,7 +41185,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40791,7 +41244,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -40850,7 +41303,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -40905,7 +41358,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* shaders_ptr = shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -40958,7 +41411,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41016,7 +41469,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41074,7 +41527,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41132,7 +41585,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -41188,7 +41641,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -41242,7 +41695,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41301,7 +41754,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41360,7 +41813,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41419,7 +41872,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -41474,7 +41927,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* shaders_ptr = &shaders)
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
}
}
#if DEBUG
@@ -41527,7 +41980,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41585,7 +42038,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41643,7 +42096,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41701,7 +42154,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders_ptr, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -41753,7 +42206,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -41801,7 +42254,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41854,7 +42307,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41907,7 +42360,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -41960,7 +42413,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -42009,7 +42462,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -42056,7 +42509,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -42108,7 +42561,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -42160,7 +42613,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -42212,7 +42665,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glShaderBinary((Int32)count, (UInt32*)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[349], (Int32)count, (IntPtr)shaders, (OpenTK.Graphics.ES30.ShaderBinaryFormat)binaryformat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T3)binary_ptr.Target;
}
finally
@@ -42259,7 +42712,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -42302,7 +42755,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -42342,7 +42795,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length);
#if DEBUG
}
#endif
@@ -42384,7 +42837,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -42428,7 +42881,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -42468,7 +42921,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glShaderSource((UInt32)shader, (Int32)count, (String[])@string, (Int32*)length);
+ InteropHelper.Call(EntryPoints[350], (UInt32)shader, (Int32)count, (String[])@string, (IntPtr)length);
#if DEBUG
}
#endif
@@ -42500,7 +42953,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42534,7 +42987,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42566,7 +43019,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42599,7 +43052,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFunc((OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[352], (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42636,7 +43089,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42675,7 +43128,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42712,7 +43165,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42750,7 +43203,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilFuncSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilFunction)func, (Int32)@ref, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42772,7 +43225,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[354], (UInt32)mask);
#if DEBUG
}
#endif
@@ -42795,7 +43248,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMask((UInt32)mask);
+ InteropHelper.Call(EntryPoints[354], (UInt32)mask);
#if DEBUG
}
#endif
@@ -42822,7 +43275,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42851,7 +43304,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42878,7 +43331,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42906,7 +43359,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilMaskSeparate((OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
+ InteropHelper.Call(EntryPoints[355], (OpenTK.Graphics.ES30.StencilFace)face, (UInt32)mask);
#if DEBUG
}
#endif
@@ -42939,7 +43392,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES30.StencilOp)fail, (OpenTK.Graphics.ES30.StencilOp)zfail, (OpenTK.Graphics.ES30.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[356], (OpenTK.Graphics.ES30.StencilOp)fail, (OpenTK.Graphics.ES30.StencilOp)zfail, (OpenTK.Graphics.ES30.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -42971,7 +43424,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOp((OpenTK.Graphics.ES30.StencilOp)fail, (OpenTK.Graphics.ES30.StencilOp)zfail, (OpenTK.Graphics.ES30.StencilOp)zpass);
+ InteropHelper.Call(EntryPoints[356], (OpenTK.Graphics.ES30.StencilOp)fail, (OpenTK.Graphics.ES30.StencilOp)zfail, (OpenTK.Graphics.ES30.StencilOp)zpass);
#if DEBUG
}
#endif
@@ -43009,7 +43462,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilOp)sfail, (OpenTK.Graphics.ES30.StencilOp)dpfail, (OpenTK.Graphics.ES30.StencilOp)dppass);
+ InteropHelper.Call(EntryPoints[357], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilOp)sfail, (OpenTK.Graphics.ES30.StencilOp)dpfail, (OpenTK.Graphics.ES30.StencilOp)dppass);
#if DEBUG
}
#endif
@@ -43046,7 +43499,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpSeparate((OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilOp)sfail, (OpenTK.Graphics.ES30.StencilOp)dpfail, (OpenTK.Graphics.ES30.StencilOp)dppass);
+ InteropHelper.Call(EntryPoints[357], (OpenTK.Graphics.ES30.StencilFace)face, (OpenTK.Graphics.ES30.StencilOp)sfail, (OpenTK.Graphics.ES30.StencilOp)dpfail, (OpenTK.Graphics.ES30.StencilOp)dppass);
#if DEBUG
}
#endif
@@ -43109,7 +43562,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -43176,7 +43629,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43248,7 +43701,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43320,7 +43773,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43392,7 +43845,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -43460,7 +43913,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -43526,7 +43979,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43597,7 +44050,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43668,7 +44121,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43739,7 +44192,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[359], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -43813,7 +44266,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -43885,7 +44338,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -43962,7 +44415,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -44039,7 +44492,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -44116,7 +44569,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -44189,7 +44642,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -44260,7 +44713,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -44336,7 +44789,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -44412,7 +44865,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -44488,7 +44941,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[360], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -44535,7 +44988,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[362], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -44575,7 +45028,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterf((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single)param);
+ InteropHelper.Call(EntryPoints[362], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single)param);
#if DEBUG
}
#endif
@@ -44620,7 +45073,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[363], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -44664,7 +45117,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[363], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -44708,7 +45161,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[363], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -44751,7 +45204,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameterfv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Single*)@params);
+ InteropHelper.Call(EntryPoints[363], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -44792,7 +45245,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[364], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -44832,7 +45285,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteri((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[364], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -44877,7 +45330,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[365], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -44921,7 +45374,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[365], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -44965,7 +45418,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[365], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -45008,7 +45461,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexParameteriv((OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[365], (OpenTK.Graphics.ES30.TextureTarget)target, (OpenTK.Graphics.ES30.TextureParameterName)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -45051,7 +45504,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[367], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -45093,7 +45546,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[367], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -45141,7 +45594,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -45188,7 +45641,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -45251,7 +45704,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -45318,7 +45771,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45390,7 +45843,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45462,7 +45915,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45534,7 +45987,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -45602,7 +46055,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -45668,7 +46121,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45739,7 +46192,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45810,7 +46263,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -45881,7 +46334,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage2D((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[371], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T8)pixels_ptr.Target;
}
finally
@@ -45960,7 +46413,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -46037,7 +46490,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46119,7 +46572,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46201,7 +46654,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46283,7 +46736,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -46361,7 +46814,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -46437,7 +46890,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46518,7 +46971,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46599,7 +47052,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -46680,7 +47133,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3D((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[372], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -46723,7 +47176,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTransformFeedbackVaryings((UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
+ InteropHelper.Call(EntryPoints[377], (UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
#if DEBUG
}
#endif
@@ -46760,7 +47213,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTransformFeedbackVaryings((UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
+ InteropHelper.Call(EntryPoints[377], (UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
#if DEBUG
}
#endif
@@ -46799,7 +47252,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTransformFeedbackVaryings((UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
+ InteropHelper.Call(EntryPoints[377], (UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
#if DEBUG
}
#endif
@@ -46837,7 +47290,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTransformFeedbackVaryings((UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
+ InteropHelper.Call(EntryPoints[377], (UInt32)program, (Int32)count, (String[])varyings, (OpenTK.Graphics.ES30.TransformFeedbackMode)bufferMode);
#if DEBUG
}
#endif
@@ -46882,7 +47335,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1f((Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[378], (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -46931,7 +47384,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[379], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -46982,7 +47435,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[379], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47030,7 +47483,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[379], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47075,7 +47528,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1i((Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[380], (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -47124,7 +47577,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[381], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47175,7 +47628,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[381], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47223,7 +47676,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[381], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47269,7 +47722,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1ui((Int32)location, (UInt32)v0);
+ InteropHelper.Call(EntryPoints[382], (Int32)location, (UInt32)v0);
#if DEBUG
}
#endif
@@ -47319,7 +47772,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glUniform1uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[383], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47371,7 +47824,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glUniform1uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[383], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47419,7 +47872,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform1uiv((Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[383], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47464,7 +47917,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2f((Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[384], (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -47513,7 +47966,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[385], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47564,7 +48017,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[385], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47612,7 +48065,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[385], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47657,7 +48110,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2i((Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[386], (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -47706,7 +48159,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform2iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[387], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47754,7 +48207,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[387], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47800,7 +48253,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2ui((Int32)location, (UInt32)v0, (UInt32)v1);
+ InteropHelper.Call(EntryPoints[388], (Int32)location, (UInt32)v0, (UInt32)v1);
#if DEBUG
}
#endif
@@ -47850,7 +48303,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glUniform2uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[389], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47902,7 +48355,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glUniform2uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[389], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -47950,7 +48403,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform2uiv((Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[389], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -47995,7 +48448,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3f((Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[390], (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -48044,7 +48497,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48095,7 +48548,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48143,7 +48596,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[391], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -48188,7 +48641,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3i((Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[392], (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -48237,7 +48690,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[393], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48288,7 +48741,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[393], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48336,7 +48789,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[393], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -48382,7 +48835,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3ui((Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
+ InteropHelper.Call(EntryPoints[394], (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
#if DEBUG
}
#endif
@@ -48432,7 +48885,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glUniform3uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[395], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48484,7 +48937,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glUniform3uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[395], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48532,7 +48985,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform3uiv((Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[395], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -48577,7 +49030,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4f((Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[396], (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -48626,7 +49079,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[397], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48677,7 +49130,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[397], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48725,7 +49178,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4fv((Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[397], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -48770,7 +49223,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4i((Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[398], (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -48819,7 +49272,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[399], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48870,7 +49323,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[399], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -48918,7 +49371,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4iv((Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[399], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -48964,7 +49417,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4ui((Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
+ InteropHelper.Call(EntryPoints[400], (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
#if DEBUG
}
#endif
@@ -49014,7 +49467,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glUniform4uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[401], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49066,7 +49519,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glUniform4uiv((Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[401], (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49114,7 +49567,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniform4uiv((Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[401], (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49146,7 +49599,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformBlockBinding((UInt32)program, (UInt32)uniformBlockIndex, (UInt32)uniformBlockBinding);
+ InteropHelper.Call(EntryPoints[402], (UInt32)program, (UInt32)uniformBlockIndex, (UInt32)uniformBlockBinding);
#if DEBUG
}
#endif
@@ -49179,7 +49632,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformBlockBinding((UInt32)program, (UInt32)uniformBlockIndex, (UInt32)uniformBlockBinding);
+ InteropHelper.Call(EntryPoints[402], (UInt32)program, (UInt32)uniformBlockIndex, (UInt32)uniformBlockBinding);
#if DEBUG
}
#endif
@@ -49198,7 +49651,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[403], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49219,7 +49672,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[403], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49237,7 +49690,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[403], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49256,7 +49709,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[404], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49277,7 +49730,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[404], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49295,7 +49748,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[404], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49314,7 +49767,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[406], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49335,7 +49788,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[406], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49353,7 +49806,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[406], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49372,7 +49825,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[408], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49393,7 +49846,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[408], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49411,7 +49864,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[408], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49430,7 +49883,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[409], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49451,7 +49904,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[409], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49469,7 +49922,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[409], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49488,7 +49941,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[411], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49509,7 +49962,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[411], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49527,7 +49980,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[411], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49546,7 +49999,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[413], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49567,7 +50020,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[413], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49585,7 +50038,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[413], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49604,7 +50057,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[414], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49625,7 +50078,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[414], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49643,7 +50096,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x2fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[414], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49662,7 +50115,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[416], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49683,7 +50136,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[416], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -49701,7 +50154,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x3fv((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[416], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -49717,7 +50170,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBuffer((OpenTK.Graphics.ES30.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[418], (OpenTK.Graphics.ES30.BufferTarget)target);
#if DEBUG
}
#endif
@@ -49732,7 +50185,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBuffer((OpenTK.Graphics.ES30.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[418], (OpenTK.Graphics.ES30.BufferTarget)target);
#if DEBUG
}
#endif
@@ -49754,7 +50207,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[420], (UInt32)program);
#if DEBUG
}
#endif
@@ -49777,7 +50230,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[420], (UInt32)program);
#if DEBUG
}
#endif
@@ -49799,7 +50252,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[423], (UInt32)program);
#if DEBUG
}
#endif
@@ -49822,7 +50275,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgram((UInt32)program);
+ InteropHelper.Call(EntryPoints[423], (UInt32)program);
#if DEBUG
}
#endif
@@ -49869,7 +50322,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1f((UInt32)index, (Single)x);
+ InteropHelper.Call(EntryPoints[425], (UInt32)index, (Single)x);
#if DEBUG
}
#endif
@@ -49917,7 +50370,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1f((UInt32)index, (Single)x);
+ InteropHelper.Call(EntryPoints[425], (UInt32)index, (Single)x);
#if DEBUG
}
#endif
@@ -49965,7 +50418,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[426], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50013,7 +50466,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib1fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[426], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50060,7 +50513,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2f((UInt32)index, (Single)x, (Single)y);
+ InteropHelper.Call(EntryPoints[427], (UInt32)index, (Single)x, (Single)y);
#if DEBUG
}
#endif
@@ -50108,7 +50561,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2f((UInt32)index, (Single)x, (Single)y);
+ InteropHelper.Call(EntryPoints[427], (UInt32)index, (Single)x, (Single)y);
#if DEBUG
}
#endif
@@ -50159,7 +50612,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50212,7 +50665,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50262,7 +50715,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50314,7 +50767,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50368,7 +50821,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50418,7 +50871,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib2fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[428], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50465,7 +50918,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3f((UInt32)index, (Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[429], (UInt32)index, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -50513,7 +50966,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3f((UInt32)index, (Single)x, (Single)y, (Single)z);
+ InteropHelper.Call(EntryPoints[429], (UInt32)index, (Single)x, (Single)y, (Single)z);
#if DEBUG
}
#endif
@@ -50564,7 +51017,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50617,7 +51070,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50667,7 +51120,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50719,7 +51172,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50773,7 +51226,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -50823,7 +51276,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib3fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[430], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -50870,7 +51323,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4f((UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
+ InteropHelper.Call(EntryPoints[431], (UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
#if DEBUG
}
#endif
@@ -50918,7 +51371,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4f((UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
+ InteropHelper.Call(EntryPoints[431], (UInt32)index, (Single)x, (Single)y, (Single)z, (Single)w);
#if DEBUG
}
#endif
@@ -50969,7 +51422,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51022,7 +51475,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51072,7 +51525,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -51124,7 +51577,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51178,7 +51631,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* v_ptr = &v)
{
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v_ptr);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51228,7 +51681,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttrib4fv((UInt32)index, (Single*)v);
+ InteropHelper.Call(EntryPoints[432], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -51255,7 +51708,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisor((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[433], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -51283,7 +51736,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisor((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[433], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -51298,7 +51751,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4i((UInt32)index, (Int32)x, (Int32)y, (Int32)z, (Int32)w);
+ InteropHelper.Call(EntryPoints[437], (UInt32)index, (Int32)x, (Int32)y, (Int32)z, (Int32)w);
#if DEBUG
}
#endif
@@ -51314,7 +51767,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4i((UInt32)index, (Int32)x, (Int32)y, (Int32)z, (Int32)w);
+ InteropHelper.Call(EntryPoints[437], (UInt32)index, (Int32)x, (Int32)y, (Int32)z, (Int32)w);
#if DEBUG
}
#endif
@@ -51333,7 +51786,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* v_ptr = v)
{
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v_ptr);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51354,7 +51807,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* v_ptr = &v)
{
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v_ptr);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51372,7 +51825,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -51392,7 +51845,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* v_ptr = v)
{
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v_ptr);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51414,7 +51867,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* v_ptr = &v)
{
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v_ptr);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51432,7 +51885,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4iv((UInt32)index, (Int32*)v);
+ InteropHelper.Call(EntryPoints[438], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -51448,7 +51901,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4ui((UInt32)index, (UInt32)x, (UInt32)y, (UInt32)z, (UInt32)w);
+ InteropHelper.Call(EntryPoints[439], (UInt32)index, (UInt32)x, (UInt32)y, (UInt32)z, (UInt32)w);
#if DEBUG
}
#endif
@@ -51468,7 +51921,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* v_ptr = v)
{
- Delegates.glVertexAttribI4uiv((UInt32)index, (UInt32*)v_ptr);
+ InteropHelper.Call(EntryPoints[440], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51490,7 +51943,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* v_ptr = &v)
{
- Delegates.glVertexAttribI4uiv((UInt32)index, (UInt32*)v_ptr);
+ InteropHelper.Call(EntryPoints[440], (UInt32)index, (IntPtr)v_ptr);
}
}
#if DEBUG
@@ -51508,7 +51961,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribI4uiv((UInt32)index, (UInt32*)v);
+ InteropHelper.Call(EntryPoints[440], (UInt32)index, (IntPtr)v);
#if DEBUG
}
#endif
@@ -51523,7 +51976,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -51542,7 +51995,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51566,7 +52019,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51590,7 +52043,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51614,7 +52067,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T4)pointer_ptr.Target;
}
finally
@@ -51635,7 +52088,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -51654,7 +52107,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51678,7 +52131,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51702,7 +52155,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51726,7 +52179,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T4)pointer_ptr.Target;
}
finally
@@ -51749,7 +52202,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -51770,7 +52223,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51796,7 +52249,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51822,7 +52275,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51848,7 +52301,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T4)pointer_ptr.Target;
}
finally
@@ -51870,7 +52323,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -51890,7 +52343,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51915,7 +52368,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51940,7 +52393,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -51965,7 +52418,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribIPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[441], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribIntegerType)type, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T4)pointer_ptr.Target;
}
finally
@@ -52018,7 +52471,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -52069,7 +52522,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52125,7 +52578,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52181,7 +52634,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52237,7 +52690,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -52290,7 +52743,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -52341,7 +52794,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52397,7 +52850,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52453,7 +52906,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52509,7 +52962,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -52564,7 +53017,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -52617,7 +53070,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52675,7 +53128,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52733,7 +53186,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52791,7 +53244,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -52845,7 +53298,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -52897,7 +53350,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -52954,7 +53407,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -53011,7 +53464,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -53068,7 +53521,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexAttribPointer((UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[442], (UInt32)index, (Int32)size, (OpenTK.Graphics.ES30.VertexAttribPointerType)type, (bool)normalized, (Int32)stride, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T5)pointer_ptr.Target;
}
finally
@@ -53101,7 +53554,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glViewport((Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[443], (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -53133,7 +53586,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[444], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -53167,7 +53620,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[444], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -53199,7 +53652,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[444], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -53232,7 +53685,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glWaitSync((IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
+ InteropHelper.Call(EntryPoints[444], (IntPtr)sync, (OpenTK.Graphics.ES30.WaitSyncFlags)flags, (UInt64)timeout);
#if DEBUG
}
#endif
@@ -53249,7 +53702,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveProgramEXT((UInt32)program);
+ InteropHelper.Call(EntryPoints[0], (UInt32)program);
#if DEBUG
}
#endif
@@ -53265,7 +53718,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveProgramEXT((UInt32)program);
+ InteropHelper.Call(EntryPoints[0], (UInt32)program);
#if DEBUG
}
#endif
@@ -53292,7 +53745,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveShaderProgramEXT((UInt32)pipeline, (UInt32)program);
+ InteropHelper.Call(EntryPoints[1], (UInt32)pipeline, (UInt32)program);
#if DEBUG
}
#endif
@@ -53320,7 +53773,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveShaderProgramEXT((UInt32)pipeline, (UInt32)program);
+ InteropHelper.Call(EntryPoints[1], (UInt32)pipeline, (UInt32)program);
#if DEBUG
}
#endif
@@ -53347,7 +53800,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -53376,7 +53829,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -53403,7 +53856,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -53431,7 +53884,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.ES30.QueryTarget)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -53453,7 +53906,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[14], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -53476,7 +53929,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[14], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -53504,7 +53957,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationEXT((OpenTK.Graphics.ES30.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES30.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -53531,7 +53984,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationEXT((OpenTK.Graphics.ES30.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[24], (OpenTK.Graphics.ES30.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -53563,7 +54016,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShaderProgramEXT((OpenTK.Graphics.ES30.All)type, (String)@string);
+ return InteropHelper.CallReturn(EntryPoints[64], (OpenTK.Graphics.ES30.All)type, (String)@string);
#if DEBUG
}
#endif
@@ -53595,7 +54048,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShaderProgramvEXT((OpenTK.Graphics.ES30.All)type, (Int32)count, (String[])strings);
+ return InteropHelper.CallReturn(EntryPoints[65], (OpenTK.Graphics.ES30.All)type, (Int32)count, (String[])strings);
#if DEBUG
}
#endif
@@ -53614,7 +54067,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* pipelines_ptr = (UInt32*)&pipelines;
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
#if DEBUG
}
@@ -53635,7 +54088,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* pipelines_ptr = (UInt32*)&pipelines;
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
#if DEBUG
}
@@ -53667,7 +54120,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* pipelines_ptr = pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -53700,7 +54153,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* pipelines_ptr = &pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -53730,7 +54183,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -53762,7 +54215,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* pipelines_ptr = pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -53796,7 +54249,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* pipelines_ptr = &pipelines)
{
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -53826,7 +54279,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[78], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -53845,7 +54298,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -53866,7 +54319,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -53898,7 +54351,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -53931,7 +54384,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -53961,7 +54414,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -53993,7 +54446,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -54027,7 +54480,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -54057,7 +54510,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[80], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -54076,7 +54529,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[97], (OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -54097,7 +54550,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* attachments_ptr = &attachments)
{
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.All*)attachments_ptr);
+ InteropHelper.Call(EntryPoints[97], (OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (IntPtr)attachments_ptr);
}
}
#if DEBUG
@@ -54115,7 +54568,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDiscardFramebufferEXT((OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (OpenTK.Graphics.ES30.All*)attachments);
+ InteropHelper.Call(EntryPoints[97], (OpenTK.Graphics.ES30.All)target, (Int32)numAttachments, (IntPtr)attachments);
#if DEBUG
}
#endif
@@ -54153,7 +54606,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -54190,7 +54643,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[101], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)start, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -54222,7 +54675,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -54256,7 +54709,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -54287,7 +54740,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -54318,7 +54771,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -54351,7 +54804,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -54381,7 +54834,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersEXT((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[104], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -54401,7 +54854,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* location_ptr = location)
fixed (Int32* indices_ptr = indices)
{
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES30.All*)location_ptr, (Int32*)indices_ptr);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (IntPtr)location_ptr, (IntPtr)indices_ptr);
}
}
#if DEBUG
@@ -54423,7 +54876,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* location_ptr = &location)
fixed (Int32* indices_ptr = &indices)
{
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES30.All*)location_ptr, (Int32*)indices_ptr);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (IntPtr)location_ptr, (IntPtr)indices_ptr);
}
}
#if DEBUG
@@ -54441,7 +54894,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersIndexedEXT((Int32)n, (OpenTK.Graphics.ES30.All*)location, (Int32*)indices);
+ InteropHelper.Call(EntryPoints[105], (Int32)n, (IntPtr)location, (IntPtr)indices);
#if DEBUG
}
#endif
@@ -54484,7 +54937,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -54531,7 +54984,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54583,7 +55036,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54635,7 +55088,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54687,7 +55140,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -54735,7 +55188,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -54781,7 +55234,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54832,7 +55285,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54883,7 +55336,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -54934,7 +55387,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[110], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -54956,7 +55409,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[120], (OpenTK.Graphics.ES30.QueryTarget)target);
#if DEBUG
}
#endif
@@ -54971,7 +55424,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQueryEXT((OpenTK.Graphics.ES30.QueryTarget)target);
+ InteropHelper.Call(EntryPoints[120], (OpenTK.Graphics.ES30.QueryTarget)target);
#if DEBUG
}
#endif
@@ -55004,7 +55457,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -55036,7 +55489,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length);
#if DEBUG
}
#endif
@@ -55051,7 +55504,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -55067,7 +55520,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleEXT((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[144], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -55087,7 +55540,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* pipelines_ptr = &retval;
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines_ptr);
return retval;
}
#if DEBUG
@@ -55120,7 +55573,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* pipelines_ptr = pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -55153,7 +55606,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* pipelines_ptr = &pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines_ptr);
pipelines = *pipelines_ptr;
}
}
@@ -55184,7 +55637,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -55216,7 +55669,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* pipelines_ptr = pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines_ptr);
}
}
#if DEBUG
@@ -55250,7 +55703,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* pipelines_ptr = &pipelines)
{
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines_ptr);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines_ptr);
pipelines = *pipelines_ptr;
}
}
@@ -55281,7 +55734,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramPipelinesEXT((Int32)n, (UInt32*)pipelines);
+ InteropHelper.Call(EntryPoints[154], (Int32)n, (IntPtr)pipelines);
#if DEBUG
}
#endif
@@ -55301,7 +55754,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* ids_ptr = &retval;
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids_ptr);
return retval;
}
#if DEBUG
@@ -55334,7 +55787,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -55367,7 +55820,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -55398,7 +55851,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -55430,7 +55883,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -55464,7 +55917,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -55495,7 +55948,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesEXT((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[156], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -55510,7 +55963,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetGraphicsResetStatusEXT();
+ return InteropHelper.CallReturn(EntryPoints[184]);
#if DEBUG
}
#endif
@@ -55529,7 +55982,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -55550,7 +56003,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -55569,7 +56022,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55590,7 +56043,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -55613,7 +56066,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -55633,7 +56086,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55652,7 +56105,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -55673,7 +56126,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -55692,7 +56145,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55712,7 +56165,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
}
}
#if DEBUG
@@ -55734,7 +56187,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* data_ptr = &data)
{
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data_ptr);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data_ptr);
data = *data_ptr;
}
}
@@ -55753,7 +56206,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetIntegeri_vEXT((OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (Int32*)data);
+ InteropHelper.Call(EntryPoints[189], (OpenTK.Graphics.ES30.GetIndexedPName)target, (UInt32)index, (IntPtr)data);
#if DEBUG
}
#endif
@@ -55772,7 +56225,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -55793,7 +56246,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -55812,7 +56265,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -55832,7 +56285,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = @params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -55854,7 +56307,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* @params_ptr = &@params)
{
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params_ptr);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -55873,7 +56326,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformfvEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Single*)@params);
+ InteropHelper.Call(EntryPoints[192], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -55892,7 +56345,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -55913,7 +56366,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -55932,7 +56385,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -55952,7 +56405,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -55974,7 +56427,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -55993,7 +56446,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetnUniformivEXT((UInt32)program, (Int32)location, (Int32)bufSize, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[193], (UInt32)program, (Int32)location, (Int32)bufSize, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56039,7 +56492,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -56087,7 +56540,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -56133,7 +56586,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -56180,7 +56633,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -56229,7 +56682,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -56275,7 +56728,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[195], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -56316,7 +56769,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
}
}
#if DEBUG
@@ -56359,7 +56812,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -56400,7 +56853,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -56442,7 +56895,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
}
}
#if DEBUG
@@ -56486,7 +56939,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)infoLog);
length = *length_ptr;
}
}
@@ -56527,7 +56980,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineInfoLogEXT((UInt32)pipeline, (Int32)bufSize, (Int32*)length, (StringBuilder)infoLog);
+ InteropHelper.Call(EntryPoints[211], (UInt32)pipeline, (Int32)bufSize, (IntPtr)length, (StringBuilder)infoLog);
#if DEBUG
}
#endif
@@ -56563,7 +57016,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -56601,7 +57054,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -56637,7 +57090,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56674,7 +57127,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -56713,7 +57166,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -56749,7 +57202,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramPipelineivEXT((UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[212], (UInt32)pipeline, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56769,7 +57222,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -56791,7 +57244,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -56811,7 +57264,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56830,7 +57283,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -56851,7 +57304,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -56870,7 +57323,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryivEXT((OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[214], (OpenTK.Graphics.ES30.QueryTarget)target, (OpenTK.Graphics.ES30.GetQueryParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -56906,7 +57359,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -56944,7 +57397,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -56980,7 +57433,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57016,7 +57469,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57054,7 +57507,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57090,7 +57543,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57128,7 +57581,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57168,7 +57621,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57205,7 +57658,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57242,7 +57695,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = @params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57281,7 +57734,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57317,7 +57770,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjecti64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int64*)@params);
+ InteropHelper.Call(EntryPoints[215], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57353,7 +57806,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57391,7 +57844,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57427,7 +57880,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57463,7 +57916,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57501,7 +57954,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57537,7 +57990,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57575,7 +58028,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57615,7 +58068,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57652,7 +58105,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57689,7 +58142,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57728,7 +58181,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57764,7 +58217,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[216], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57802,7 +58255,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt64* @params_ptr = @params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57842,7 +58295,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57879,7 +58332,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -57916,7 +58369,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt64* @params_ptr = @params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -57955,7 +58408,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt64* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params_ptr);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -57991,7 +58444,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectui64vEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt64*)@params);
+ InteropHelper.Call(EntryPoints[217], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -58029,7 +58482,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -58069,7 +58522,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -58106,7 +58559,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -58143,7 +58596,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = @params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -58182,7 +58635,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* @params_ptr = &@params)
{
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -58218,7 +58671,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetQueryObjectuivEXT((UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (UInt32*)@params);
+ InteropHelper.Call(EntryPoints[219], (UInt32)id, (OpenTK.Graphics.ES30.GetQueryObjectParam)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -58233,7 +58686,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glInsertEventMarkerEXT((Int32)length, (String)marker);
+ InteropHelper.Call(EntryPoints[247], (Int32)length, (String)marker);
#if DEBUG
}
#endif
@@ -58255,7 +58708,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgramPipelineEXT((UInt32)pipeline);
+ return InteropHelper.CallReturn(EntryPoints[255], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -58278,7 +58731,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsProgramPipelineEXT((UInt32)pipeline);
+ return InteropHelper.CallReturn(EntryPoints[255], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -58300,7 +58753,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQueryEXT((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[257], (UInt32)id);
#if DEBUG
}
#endif
@@ -58323,7 +58776,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsQueryEXT((UInt32)id);
+ return InteropHelper.CallReturn(EntryPoints[257], (UInt32)id);
#if DEBUG
}
#endif
@@ -58338,7 +58791,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLabelObjectEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[267], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -58354,7 +58807,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glLabelObjectEXT((OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[267], (OpenTK.Graphics.ES30.All)type, (UInt32)@object, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -58391,7 +58844,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[272], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -58430,7 +58883,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[272], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -58467,7 +58920,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[272], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -58505,7 +58958,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferRangeEXT((OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
+ return InteropHelper.CallReturn(EntryPoints[272], (OpenTK.Graphics.ES30.BufferTarget)target, (IntPtr)offset, (IntPtr)length, (UInt32)access);
#if DEBUG
}
#endif
@@ -58548,7 +59001,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -58593,7 +59046,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -58634,7 +59087,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -58676,7 +59129,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -58720,7 +59173,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -58760,7 +59213,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[273], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -58807,7 +59260,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -58860,7 +59313,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -58918,7 +59371,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -58976,7 +59429,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59034,7 +59487,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -59089,7 +59542,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -59142,7 +59595,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59200,7 +59653,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59258,7 +59711,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59316,7 +59769,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -59368,7 +59821,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -59416,7 +59869,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59469,7 +59922,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59522,7 +59975,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59575,7 +60028,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -59627,7 +60080,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -59679,7 +60132,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59736,7 +60189,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59793,7 +60246,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -59850,7 +60303,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -59904,7 +60357,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
}
}
#if DEBUG
@@ -59956,7 +60409,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60013,7 +60466,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60070,7 +60523,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60127,7 +60580,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count_ptr, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -60178,7 +60631,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -60225,7 +60678,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60277,7 +60730,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60329,7 +60782,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -60381,7 +60834,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsEXT((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32*)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.ES30.PrimitiveType)mode, (IntPtr)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -60402,7 +60855,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopGroupMarkerEXT();
+ InteropHelper.Call(EntryPoints[284]);
#if DEBUG
}
#endif
@@ -60434,7 +60887,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[288], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -60466,7 +60919,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[288], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -60500,7 +60953,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[288], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -60533,7 +60986,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramParameteriEXT((UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[288], (UInt32)program, (OpenTK.Graphics.ES30.ProgramParameterName)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -60583,7 +61036,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fEXT((UInt32)program, (Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[289], (UInt32)program, (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -60634,7 +61087,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fEXT((UInt32)program, (Int32)location, (Single)v0);
+ InteropHelper.Call(EntryPoints[289], (UInt32)program, (Int32)location, (Single)v0);
#if DEBUG
}
#endif
@@ -60688,7 +61141,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -60744,7 +61197,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -60797,7 +61250,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -60852,7 +61305,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -60909,7 +61362,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -60962,7 +61415,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[290], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -61012,7 +61465,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1iEXT((UInt32)program, (Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[291], (UInt32)program, (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -61063,7 +61516,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1iEXT((UInt32)program, (Int32)location, (Int32)v0);
+ InteropHelper.Call(EntryPoints[291], (UInt32)program, (Int32)location, (Int32)v0);
#if DEBUG
}
#endif
@@ -61117,7 +61570,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61173,7 +61626,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61226,7 +61679,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -61281,7 +61734,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61338,7 +61791,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61391,7 +61844,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[292], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -61442,7 +61895,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1uiEXT((UInt32)program, (Int32)location, (UInt32)v0);
+ InteropHelper.Call(EntryPoints[293], (UInt32)program, (Int32)location, (UInt32)v0);
#if DEBUG
}
#endif
@@ -61497,7 +61950,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[294], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61554,7 +62007,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[294], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61607,7 +62060,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform1uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[294], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -61657,7 +62110,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[295], (UInt32)program, (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -61708,7 +62161,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1);
+ InteropHelper.Call(EntryPoints[295], (UInt32)program, (Int32)location, (Single)v0, (Single)v1);
#if DEBUG
}
#endif
@@ -61762,7 +62215,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61818,7 +62271,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61871,7 +62324,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -61926,7 +62379,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -61983,7 +62436,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62036,7 +62489,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[296], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -62086,7 +62539,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[297], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -62137,7 +62590,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
+ InteropHelper.Call(EntryPoints[297], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1);
#if DEBUG
}
#endif
@@ -62191,7 +62644,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[298], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62244,7 +62697,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[298], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -62299,7 +62752,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[298], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62352,7 +62805,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[298], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -62403,7 +62856,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1);
+ InteropHelper.Call(EntryPoints[299], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1);
#if DEBUG
}
#endif
@@ -62458,7 +62911,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[300], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62515,7 +62968,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[300], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62568,7 +63021,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform2uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[300], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -62618,7 +63071,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[301], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -62669,7 +63122,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
+ InteropHelper.Call(EntryPoints[301], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2);
#if DEBUG
}
#endif
@@ -62723,7 +63176,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62779,7 +63232,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62832,7 +63285,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -62887,7 +63340,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62944,7 +63397,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -62997,7 +63450,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[302], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -63047,7 +63500,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[303], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -63098,7 +63551,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
+ InteropHelper.Call(EntryPoints[303], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2);
#if DEBUG
}
#endif
@@ -63152,7 +63605,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63208,7 +63661,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63261,7 +63714,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -63316,7 +63769,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63373,7 +63826,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63426,7 +63879,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[304], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -63477,7 +63930,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
+ InteropHelper.Call(EntryPoints[305], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2);
#if DEBUG
}
#endif
@@ -63532,7 +63985,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[306], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63589,7 +64042,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[306], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63642,7 +64095,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform3uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[306], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -63692,7 +64145,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[307], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -63743,7 +64196,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fEXT((UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
+ InteropHelper.Call(EntryPoints[307], (UInt32)program, (Int32)location, (Single)v0, (Single)v1, (Single)v2, (Single)v3);
#if DEBUG
}
#endif
@@ -63797,7 +64250,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63853,7 +64306,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -63906,7 +64359,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -63961,7 +64414,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64018,7 +64471,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64071,7 +64524,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4fvEXT((UInt32)program, (Int32)location, (Int32)count, (Single*)value);
+ InteropHelper.Call(EntryPoints[308], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64121,7 +64574,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[309], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -64172,7 +64625,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4iEXT((UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
+ InteropHelper.Call(EntryPoints[309], (UInt32)program, (Int32)location, (Int32)v0, (Int32)v1, (Int32)v2, (Int32)v3);
#if DEBUG
}
#endif
@@ -64226,7 +64679,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64282,7 +64735,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64335,7 +64788,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64390,7 +64843,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64447,7 +64900,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* value_ptr = &value)
{
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value_ptr);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64500,7 +64953,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4ivEXT((UInt32)program, (Int32)location, (Int32)count, (Int32*)value);
+ InteropHelper.Call(EntryPoints[310], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64551,7 +65004,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4uiEXT((UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
+ InteropHelper.Call(EntryPoints[311], (UInt32)program, (Int32)location, (UInt32)v0, (UInt32)v1, (UInt32)v2, (UInt32)v3);
#if DEBUG
}
#endif
@@ -64606,7 +65059,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = value)
{
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[312], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64663,7 +65116,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* value_ptr = &value)
{
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value_ptr);
+ InteropHelper.Call(EntryPoints[312], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64716,7 +65169,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniform4uivEXT((UInt32)program, (Int32)location, (Int32)count, (UInt32*)value);
+ InteropHelper.Call(EntryPoints[312], (UInt32)program, (Int32)location, (Int32)count, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64735,7 +65188,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64756,7 +65209,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64774,7 +65227,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64794,7 +65247,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64816,7 +65269,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64834,7 +65287,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[313], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64853,7 +65306,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64874,7 +65327,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64892,7 +65345,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64912,7 +65365,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64934,7 +65387,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64952,7 +65405,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[314], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -64971,7 +65424,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -64992,7 +65445,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65010,7 +65463,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65030,7 +65483,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65052,7 +65505,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65070,7 +65523,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix2x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[315], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65089,7 +65542,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65110,7 +65563,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65128,7 +65581,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65148,7 +65601,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65170,7 +65623,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65188,7 +65641,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[316], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65207,7 +65660,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65228,7 +65681,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65246,7 +65699,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65266,7 +65719,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65288,7 +65741,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65306,7 +65759,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[317], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65325,7 +65778,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65346,7 +65799,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65364,7 +65817,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65384,7 +65837,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65406,7 +65859,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65424,7 +65877,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix3x4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[318], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65443,7 +65896,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65464,7 +65917,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65482,7 +65935,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65502,7 +65955,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65524,7 +65977,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65542,7 +65995,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[319], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65561,7 +66014,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65582,7 +66035,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65600,7 +66053,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65620,7 +66073,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65642,7 +66095,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65660,7 +66113,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x2fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[320], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65679,7 +66132,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65700,7 +66153,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65718,7 +66171,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65738,7 +66191,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65760,7 +66213,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -65778,7 +66231,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramUniformMatrix4x3fvEXT((UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[321], (UInt32)program, (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -65793,7 +66246,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushGroupMarkerEXT((Int32)length, (String)marker);
+ InteropHelper.Call(EntryPoints[324], (Int32)length, (String)marker);
#if DEBUG
}
#endif
@@ -65820,7 +66273,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glQueryCounterEXT((UInt32)id, (OpenTK.Graphics.ES30.All)target);
+ InteropHelper.Call(EntryPoints[325], (UInt32)id, (OpenTK.Graphics.ES30.All)target);
#if DEBUG
}
#endif
@@ -65848,7 +66301,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glQueryCounterEXT((UInt32)id, (OpenTK.Graphics.ES30.All)target);
+ InteropHelper.Call(EntryPoints[325], (UInt32)id, (OpenTK.Graphics.ES30.All)target);
#if DEBUG
}
#endif
@@ -65863,7 +66316,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBufferIndexedEXT((OpenTK.Graphics.ES30.All)src, (Int32)index);
+ InteropHelper.Call(EntryPoints[327], (OpenTK.Graphics.ES30.All)src, (Int32)index);
#if DEBUG
}
#endif
@@ -65878,7 +66331,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[329], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -65897,7 +66350,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[329], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -65921,7 +66374,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[329], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -65945,7 +66398,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[329], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -65969,7 +66422,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glReadnPixelsEXT((Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[329], (Int32)x, (Int32)y, (Int32)width, (Int32)height, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (Int32)bufSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -66018,7 +66471,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleEXT((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[336], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66060,7 +66513,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleEXT((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[336], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66097,7 +66550,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage1DEXT((OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[366], (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -66140,7 +66593,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2DEXT((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[368], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66182,7 +66635,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage2DEXT((OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[368], (OpenTK.Graphics.ES30.TextureTarget2d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66230,7 +66683,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3DEXT((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[370], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -66277,7 +66730,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorage3DEXT((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[370], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)levels, (OpenTK.Graphics.ES30.SizedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -66292,7 +66745,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[374], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -66308,7 +66761,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage1DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
+ InteropHelper.Call(EntryPoints[374], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width);
#if DEBUG
}
#endif
@@ -66323,7 +66776,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[375], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66339,7 +66792,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage2DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[375], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66354,7 +66807,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[376], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -66370,7 +66823,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorage3DEXT((UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
+ InteropHelper.Call(EntryPoints[376], (UInt32)texture, (OpenTK.Graphics.ES30.All)target, (Int32)levels, (OpenTK.Graphics.ES30.All)internalformat, (Int32)width, (Int32)height, (Int32)depth);
#if DEBUG
}
#endif
@@ -66402,7 +66855,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgramStagesEXT((UInt32)pipeline, (UInt32)stages, (UInt32)program);
+ InteropHelper.Call(EntryPoints[421], (UInt32)pipeline, (UInt32)stages, (UInt32)program);
#if DEBUG
}
#endif
@@ -66435,7 +66888,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseProgramStagesEXT((UInt32)pipeline, (UInt32)stages, (UInt32)program);
+ InteropHelper.Call(EntryPoints[421], (UInt32)pipeline, (UInt32)stages, (UInt32)program);
#if DEBUG
}
#endif
@@ -66450,7 +66903,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseShaderProgramEXT((OpenTK.Graphics.ES30.All)type, (UInt32)program);
+ InteropHelper.Call(EntryPoints[422], (OpenTK.Graphics.ES30.All)type, (UInt32)program);
#if DEBUG
}
#endif
@@ -66466,7 +66919,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUseShaderProgramEXT((OpenTK.Graphics.ES30.All)type, (UInt32)program);
+ InteropHelper.Call(EntryPoints[422], (OpenTK.Graphics.ES30.All)type, (UInt32)program);
#if DEBUG
}
#endif
@@ -66488,7 +66941,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[424], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -66511,7 +66964,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glValidateProgramPipelineEXT((UInt32)pipeline);
+ InteropHelper.Call(EntryPoints[424], (UInt32)pipeline);
#if DEBUG
}
#endif
@@ -66538,7 +66991,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorEXT((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[435], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -66566,7 +67019,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorEXT((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[435], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -66585,7 +67038,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -66601,7 +67054,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture2DMultisampleIMG((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
+ InteropHelper.Call(EntryPoints[145], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)samples);
#if DEBUG
}
#endif
@@ -66644,7 +67097,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleIMG((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66686,7 +67139,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleIMG((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[337], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -66717,7 +67170,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[68], (DebugProcKhr)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -66748,7 +67201,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[68], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -66784,7 +67237,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[68], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -66820,7 +67273,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[68], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -66856,7 +67309,7 @@ namespace OpenTK.Graphics.ES30
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackKHR((DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[68], (DebugProcKhr)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -66913,7 +67366,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -66966,7 +67419,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67016,7 +67469,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -67069,7 +67522,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67124,7 +67577,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67175,7 +67628,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -67226,7 +67679,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67279,7 +67732,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67329,7 +67782,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -67381,7 +67834,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67435,7 +67888,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -67485,7 +67938,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlKHR((OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[70], (OpenTK.Graphics.ES30.DebugSourceControl)source, (OpenTK.Graphics.ES30.DebugTypeControl)type, (OpenTK.Graphics.ES30.DebugSeverityControl)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -67532,7 +67985,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -67581,7 +68034,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -67628,7 +68081,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -67676,7 +68129,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertKHR((OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[72], (OpenTK.Graphics.ES30.DebugSourceExternal)source, (OpenTK.Graphics.ES30.DebugType)type, (UInt32)id, (OpenTK.Graphics.ES30.DebugSeverity)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -67741,7 +68194,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -67808,7 +68261,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -67874,7 +68327,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -67939,7 +68392,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -68006,7 +68459,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -68072,7 +68525,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -68139,7 +68592,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -68208,7 +68661,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.All* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -68275,7 +68728,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -68341,7 +68794,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -68409,7 +68862,7 @@ namespace OpenTK.Graphics.ES30
fixed (OpenTK.Graphics.ES30.DebugSeverity* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources_ptr, (OpenTK.Graphics.ES30.DebugType*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.ES30.DebugSeverity*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -68475,7 +68928,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogKHR((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.ES30.DebugSourceExternal*)sources, (OpenTK.Graphics.ES30.DebugType*)types, (UInt32*)ids, (OpenTK.Graphics.ES30.DebugSeverity*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[176], (UInt32)count, (Int32)bufSize, (IntPtr)sources, (IntPtr)types, (IntPtr)ids, (IntPtr)severities, (IntPtr)lengths, (StringBuilder)messageLog);
#if DEBUG
}
#endif
@@ -68521,7 +68974,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -68569,7 +69022,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -68615,7 +69068,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -68663,7 +69116,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -68713,7 +69166,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -68760,7 +69213,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -68806,7 +69259,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -68854,7 +69307,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -68900,7 +69353,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -68947,7 +69400,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -68996,7 +69449,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -69042,7 +69495,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[196], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -69083,7 +69536,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
}
#if DEBUG
@@ -69126,7 +69579,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
}
@@ -69167,7 +69620,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr, (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr, (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
#if DEBUG
}
#endif
@@ -69212,7 +69665,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -69264,7 +69717,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -69314,7 +69767,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -69364,7 +69817,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -69416,7 +69869,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -69466,7 +69919,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -69516,7 +69969,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
}
finally
{
@@ -69568,7 +70021,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
length = *length_ptr;
}
finally
@@ -69618,7 +70071,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
}
finally
{
@@ -69668,7 +70121,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -69721,7 +70174,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
length = *length_ptr;
}
@@ -69772,7 +70225,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glGetObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (Int32*)length, (StringBuilder)label);
+ InteropHelper.Call(EntryPoints[198], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)bufSize, (IntPtr)length, (StringBuilder)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -69793,7 +70246,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[206], (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -69812,7 +70265,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[206], (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -69836,7 +70289,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[206], (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -69860,7 +70313,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[206], (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -69884,7 +70337,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetPointervKHR((OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[206], (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -69927,7 +70380,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -69966,7 +70419,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -70003,7 +70456,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -70041,7 +70494,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectLabelKHR((OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[276], (OpenTK.Graphics.ES30.ObjectLabelIdentifier)identifier, (UInt32)name, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -70073,7 +70526,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr, (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[278], (IntPtr)ptr, (Int32)length, (String)label);
#if DEBUG
}
#endif
@@ -70109,7 +70562,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[278], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -70150,7 +70603,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[278], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -70191,7 +70644,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[278], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
}
finally
{
@@ -70232,7 +70685,7 @@ namespace OpenTK.Graphics.ES30
GCHandle ptr_ptr = GCHandle.Alloc(ptr, GCHandleType.Pinned);
try
{
- Delegates.glObjectPtrLabelKHR((IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
+ InteropHelper.Call(EntryPoints[278], (IntPtr)ptr_ptr.AddrOfPinnedObject(), (Int32)length, (String)label);
ptr = (T0)ptr_ptr.Target;
}
finally
@@ -70255,7 +70708,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPopDebugGroupKHR();
+ InteropHelper.Call(EntryPoints[283]);
#if DEBUG
}
#endif
@@ -70292,7 +70745,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroupKHR((OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[323], (OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -70330,7 +70783,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glPushDebugGroupKHR((OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
+ InteropHelper.Call(EntryPoints[323], (OpenTK.Graphics.ES30.All)source, (UInt32)id, (Int32)length, (String)message);
#if DEBUG
}
#endif
@@ -70349,7 +70802,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendBarrierNV();
+ InteropHelper.Call(EntryPoints[21]);
#if DEBUG
}
#endif
@@ -70364,7 +70817,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendParameteriNV((OpenTK.Graphics.ES30.All)pname, (Int32)value);
+ InteropHelper.Call(EntryPoints[28], (OpenTK.Graphics.ES30.All)pname, (Int32)value);
#if DEBUG
}
#endif
@@ -70402,7 +70855,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferNV((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[31], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -70439,7 +70892,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlitFramebufferNV((Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
+ InteropHelper.Call(EntryPoints[31], (Int32)srcX0, (Int32)srcY0, (Int32)srcX1, (Int32)srcY1, (Int32)dstX0, (Int32)dstY0, (Int32)dstX1, (Int32)dstY1, (OpenTK.Graphics.ES30.ClearBufferMask)mask, (OpenTK.Graphics.ES30.BlitFramebufferFilter)filter);
#if DEBUG
}
#endif
@@ -70482,7 +70935,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubDataNV((OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -70524,7 +70977,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyBufferSubDataNV((OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[54], (OpenTK.Graphics.ES30.BufferTarget)readTarget, (OpenTK.Graphics.ES30.BufferTarget)writeTarget, (IntPtr)readOffset, (IntPtr)writeOffset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -70539,7 +70992,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCoverageMaskNV((bool)mask);
+ InteropHelper.Call(EntryPoints[60], (bool)mask);
#if DEBUG
}
#endif
@@ -70554,7 +71007,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCoverageOperationNV((OpenTK.Graphics.ES30.All)operation);
+ InteropHelper.Call(EntryPoints[61], (OpenTK.Graphics.ES30.All)operation);
#if DEBUG
}
#endif
@@ -70573,7 +71026,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -70594,7 +71047,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -70614,7 +71067,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -70635,7 +71088,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -70653,7 +71106,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -70673,7 +71126,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -70695,7 +71148,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -70713,7 +71166,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[74], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -70751,7 +71204,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[102], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -70788,7 +71241,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[102], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -70820,7 +71273,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -70854,7 +71307,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.All* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -70885,7 +71338,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -70916,7 +71369,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -70949,7 +71402,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (OpenTK.Graphics.ES30.DrawBufferMode* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -70979,7 +71432,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersNV((Int32)n, (OpenTK.Graphics.ES30.DrawBufferMode*)bufs);
+ InteropHelper.Call(EntryPoints[106], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -71022,7 +71475,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -71069,7 +71522,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71121,7 +71574,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71173,7 +71626,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71225,7 +71678,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -71273,7 +71726,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -71319,7 +71772,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71370,7 +71823,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71421,7 +71874,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -71472,7 +71925,7 @@ namespace OpenTK.Graphics.ES30
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedNV((OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[111], (OpenTK.Graphics.ES30.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.ES30.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -71493,7 +71946,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[138], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71509,7 +71962,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceNV((UInt32)fence);
+ InteropHelper.Call(EntryPoints[138], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71529,7 +71982,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* fences_ptr = &retval;
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences_ptr);
return retval;
}
#if DEBUG
@@ -71550,7 +72003,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -71571,7 +72024,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -71590,7 +72043,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -71610,7 +72063,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -71632,7 +72085,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -71651,7 +72104,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesNV((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[151], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -71670,7 +72123,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -71691,7 +72144,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -71710,7 +72163,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -71730,7 +72183,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -71752,7 +72205,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -71771,7 +72224,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetFenceivNV((UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[180], (UInt32)fence, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -71786,7 +72239,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[252], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71802,7 +72255,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[252], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71824,7 +72277,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glReadBufferNV((OpenTK.Graphics.ES30.All)mode);
+ InteropHelper.Call(EntryPoints[328], (OpenTK.Graphics.ES30.All)mode);
#if DEBUG
}
#endif
@@ -71867,7 +72320,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleNV((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[338], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -71909,7 +72362,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glRenderbufferStorageMultisampleNV((OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[338], (OpenTK.Graphics.ES30.RenderbufferTarget)target, (Int32)samples, (OpenTK.Graphics.ES30.RenderbufferInternalFormat)internalformat, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -71924,7 +72377,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES30.All)condition);
+ InteropHelper.Call(EntryPoints[348], (UInt32)fence, (OpenTK.Graphics.ES30.All)condition);
#if DEBUG
}
#endif
@@ -71940,7 +72393,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceNV((UInt32)fence, (OpenTK.Graphics.ES30.All)condition);
+ InteropHelper.Call(EntryPoints[348], (UInt32)fence, (OpenTK.Graphics.ES30.All)condition);
#if DEBUG
}
#endif
@@ -71955,7 +72408,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[358], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71971,7 +72424,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceNV((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[358], (UInt32)fence);
#if DEBUG
}
#endif
@@ -71990,7 +72443,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[405], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72011,7 +72464,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[405], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72029,7 +72482,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[405], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72048,7 +72501,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[407], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72069,7 +72522,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[407], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72087,7 +72540,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix2x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[407], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72106,7 +72559,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[410], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72127,7 +72580,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[410], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72145,7 +72598,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[410], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72164,7 +72617,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[412], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72185,7 +72638,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[412], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72203,7 +72656,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix3x4fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[412], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72222,7 +72675,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[415], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72243,7 +72696,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[415], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72261,7 +72714,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x2fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[415], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72280,7 +72733,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = value)
{
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[417], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72301,7 +72754,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Single* value_ptr = &value)
{
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value_ptr);
+ InteropHelper.Call(EntryPoints[417], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value_ptr);
}
}
#if DEBUG
@@ -72319,7 +72772,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glUniformMatrix4x3fvNV((Int32)location, (Int32)count, (bool)transpose, (Single*)value);
+ InteropHelper.Call(EntryPoints[417], (Int32)location, (Int32)count, (bool)transpose, (IntPtr)value);
#if DEBUG
}
#endif
@@ -72346,7 +72799,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorNV((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[436], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -72374,7 +72827,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribDivisorNV((UInt32)index, (UInt32)divisor);
+ InteropHelper.Call(EntryPoints[436], (UInt32)index, (UInt32)divisor);
#if DEBUG
}
#endif
@@ -72400,7 +72853,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[20], (UInt32)array);
#if DEBUG
}
#endif
@@ -72423,7 +72876,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayOES((UInt32)array);
+ InteropHelper.Call(EntryPoints[20], (UInt32)array);
#if DEBUG
}
#endif
@@ -72486,7 +72939,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -72553,7 +73006,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -72625,7 +73078,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -72697,7 +73150,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -72769,7 +73222,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -72837,7 +73290,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -72903,7 +73356,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -72974,7 +73427,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73045,7 +73498,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73116,7 +73569,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[49], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.CompressedInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -73190,7 +73643,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -73262,7 +73715,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73339,7 +73792,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73416,7 +73869,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73493,7 +73946,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -73566,7 +74019,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -73637,7 +74090,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73713,7 +74166,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73789,7 +74242,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -73865,7 +74318,7 @@ namespace OpenTK.Graphics.ES30
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[52], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -73929,7 +74382,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[58], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -73986,7 +74439,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCopyTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
+ InteropHelper.Call(EntryPoints[58], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)x, (Int32)y, (Int32)width, (Int32)height);
#if DEBUG
}
#endif
@@ -74005,7 +74458,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -74026,7 +74479,7 @@ namespace OpenTK.Graphics.ES30
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -74058,7 +74511,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74091,7 +74544,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74121,7 +74574,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -74153,7 +74606,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74187,7 +74640,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74217,7 +74670,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[89], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -74232,7 +74685,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetRenderbufferStorageOES((OpenTK.Graphics.ES30.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[113], (OpenTK.Graphics.ES30.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -74247,7 +74700,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEGLImageTargetTexture2DOES((OpenTK.Graphics.ES30.All)target, (IntPtr)image);
+ InteropHelper.Call(EntryPoints[114], (OpenTK.Graphics.ES30.All)target, (IntPtr)image);
#if DEBUG
}
#endif
@@ -74262,7 +74715,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture3DOES((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
#if DEBUG
}
#endif
@@ -74278,7 +74731,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTexture3DOES((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
+ InteropHelper.Call(EntryPoints[146], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)attachment, (OpenTK.Graphics.ES30.All)textarget, (UInt32)texture, (Int32)level, (Int32)zoffset);
#if DEBUG
}
#endif
@@ -74298,7 +74751,7 @@ namespace OpenTK.Graphics.ES30
const Int32 n = 1;
Int32 retval;
Int32* arrays_ptr = &retval;
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays_ptr);
return retval;
}
#if DEBUG
@@ -74331,7 +74784,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74364,7 +74817,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -74395,7 +74848,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -74427,7 +74880,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -74461,7 +74914,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -74492,7 +74945,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysOES((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[162], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -74508,7 +74961,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -74528,7 +74981,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74553,7 +75006,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74578,7 +75031,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74603,7 +75056,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -74624,7 +75077,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -74643,7 +75096,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74667,7 +75120,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74691,7 +75144,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74715,7 +75168,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervOES((OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[174], (OpenTK.Graphics.ES30.BufferTarget)target, (OpenTK.Graphics.ES30.BufferPointer)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -74768,7 +75221,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
}
}
#if DEBUG
@@ -74821,7 +75274,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74879,7 +75332,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74937,7 +75390,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -74995,7 +75448,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -75050,7 +75503,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75105,7 +75558,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75165,7 +75618,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75225,7 +75678,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75285,7 +75738,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -75338,7 +75791,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -75385,7 +75838,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75437,7 +75890,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75489,7 +75942,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75541,7 +75994,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -75595,7 +76048,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
}
}
#if DEBUG
@@ -75649,7 +76102,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75708,7 +76161,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75767,7 +76220,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -75826,7 +76279,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -75882,7 +76335,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* length_ptr = &length)
fixed (OpenTK.Graphics.ES30.All* binaryFormat_ptr = &binaryFormat)
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary);
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75938,7 +76391,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -75999,7 +76452,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -76060,7 +76513,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
}
@@ -76121,7 +76574,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length_ptr, (OpenTK.Graphics.ES30.All*)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length_ptr, (IntPtr)binaryFormat_ptr, (IntPtr)binary_ptr.AddrOfPinnedObject());
length = *length_ptr;
binaryFormat = *binaryFormat_ptr;
binary = (T4)binary_ptr.Target;
@@ -76174,7 +76627,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary);
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary);
#if DEBUG
}
#endif
@@ -76221,7 +76674,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -76273,7 +76726,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -76325,7 +76778,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
}
finally
{
@@ -76377,7 +76830,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glGetProgramBinaryOES((UInt32)program, (Int32)bufSize, (Int32*)length, (OpenTK.Graphics.ES30.All*)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[208], (UInt32)program, (Int32)bufSize, (IntPtr)length, (IntPtr)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject());
binary = (T4)binary_ptr.Target;
}
finally
@@ -76405,7 +76858,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[266], (UInt32)array);
#if DEBUG
}
#endif
@@ -76428,7 +76881,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayOES((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[266], (UInt32)array);
#if DEBUG
}
#endif
@@ -76455,7 +76908,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glMapBufferOES((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)access);
+ return InteropHelper.CallReturn(EntryPoints[270], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)access);
#if DEBUG
}
#endif
@@ -76492,7 +76945,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -76533,7 +76986,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76579,7 +77032,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76625,7 +77078,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76671,7 +77124,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -76715,7 +77168,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary, (Int32)length);
#if DEBUG
}
#endif
@@ -76757,7 +77210,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76804,7 +77257,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76851,7 +77304,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
}
finally
{
@@ -76898,7 +77351,7 @@ namespace OpenTK.Graphics.ES30
GCHandle binary_ptr = GCHandle.Alloc(binary, GCHandleType.Pinned);
try
{
- Delegates.glProgramBinaryOES((UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
+ InteropHelper.Call(EntryPoints[286], (UInt32)program, (OpenTK.Graphics.ES30.All)binaryFormat, (IntPtr)binary_ptr.AddrOfPinnedObject(), (Int32)length);
binary = (T2)binary_ptr.Target;
}
finally
@@ -76972,7 +77425,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -77044,7 +77497,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77121,7 +77574,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77198,7 +77651,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77275,7 +77728,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -77348,7 +77801,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -77419,7 +77872,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77495,7 +77948,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77571,7 +78024,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77647,7 +78100,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[361], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (OpenTK.Graphics.ES30.TextureComponentCount)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (OpenTK.Graphics.ES30.PixelFormat)format, (OpenTK.Graphics.ES30.PixelType)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T9)pixels_ptr.Target;
}
finally
@@ -77726,7 +78179,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -77803,7 +78256,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77885,7 +78338,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -77967,7 +78420,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78049,7 +78502,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -78127,7 +78580,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels);
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels);
#if DEBUG
}
#endif
@@ -78203,7 +78656,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78284,7 +78737,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78365,7 +78818,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78446,7 +78899,7 @@ namespace OpenTK.Graphics.ES30
GCHandle pixels_ptr = GCHandle.Alloc(pixels, GCHandleType.Pinned);
try
{
- Delegates.glTexSubImage3DOES((OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[373], (OpenTK.Graphics.ES30.TextureTarget3d)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)pixels_ptr.AddrOfPinnedObject());
pixels = (T10)pixels_ptr.Target;
}
finally
@@ -78468,7 +78921,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBufferOES((OpenTK.Graphics.ES30.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[419], (OpenTK.Graphics.ES30.BufferTarget)target);
#if DEBUG
}
#endif
@@ -78483,7 +78936,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glUnmapBufferOES((OpenTK.Graphics.ES30.BufferTarget)target);
+ return InteropHelper.CallReturn(EntryPoints[419], (OpenTK.Graphics.ES30.BufferTarget)target);
#if DEBUG
}
#endif
@@ -78514,7 +78967,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAlphaFuncQCOM((OpenTK.Graphics.ES30.All)func, (Single)@ref);
+ InteropHelper.Call(EntryPoints[3], (OpenTK.Graphics.ES30.All)func, (Single)@ref);
#if DEBUG
}
#endif
@@ -78529,7 +78982,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[95], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -78545,7 +78998,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[95], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -78560,7 +79013,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[116], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -78576,7 +79029,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableDriverControlQCOM((UInt32)driverControl);
+ InteropHelper.Call(EntryPoints[116], (UInt32)driverControl);
#if DEBUG
}
#endif
@@ -78591,7 +79044,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[121], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -78607,7 +79060,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndTilingQCOM((UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[121], (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -78622,7 +79075,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES30.All)target, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[123], (OpenTK.Graphics.ES30.All)target, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -78641,7 +79094,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[123], (OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78665,7 +79118,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[123], (OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78689,7 +79142,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[123], (OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -78713,7 +79166,7 @@ namespace OpenTK.Graphics.ES30
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glExtGetBufferPointervQCOM((OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[123], (OpenTK.Graphics.ES30.All)target, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T1)@params_ptr.Target;
}
finally
@@ -78739,7 +79192,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -78761,7 +79214,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -78781,7 +79234,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -78802,7 +79255,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* buffers_ptr = buffers)
fixed (Int32* numBuffers_ptr = numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
}
}
#if DEBUG
@@ -78825,7 +79278,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* buffers_ptr = &buffers)
fixed (Int32* numBuffers_ptr = &numBuffers)
{
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers_ptr, (Int32)maxBuffers, (Int32*)numBuffers_ptr);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers_ptr, (Int32)maxBuffers, (IntPtr)numBuffers_ptr);
buffers = *buffers_ptr;
numBuffers = *numBuffers_ptr;
}
@@ -78845,7 +79298,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetBuffersQCOM((UInt32*)buffers, (Int32)maxBuffers, (Int32*)numBuffers);
+ InteropHelper.Call(EntryPoints[124], (IntPtr)buffers, (Int32)maxBuffers, (IntPtr)numBuffers);
#if DEBUG
}
#endif
@@ -78865,7 +79318,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -78887,7 +79340,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -78907,7 +79360,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -78928,7 +79381,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* framebuffers_ptr = framebuffers)
fixed (Int32* numFramebuffers_ptr = numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
}
}
#if DEBUG
@@ -78951,7 +79404,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* framebuffers_ptr = &framebuffers)
fixed (Int32* numFramebuffers_ptr = &numFramebuffers)
{
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers_ptr, (Int32)maxFramebuffers, (Int32*)numFramebuffers_ptr);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers_ptr, (Int32)maxFramebuffers, (IntPtr)numFramebuffers_ptr);
framebuffers = *framebuffers_ptr;
numFramebuffers = *numFramebuffers_ptr;
}
@@ -78971,7 +79424,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetFramebuffersQCOM((UInt32*)framebuffers, (Int32)maxFramebuffers, (Int32*)numFramebuffers);
+ InteropHelper.Call(EntryPoints[125], (IntPtr)framebuffers, (Int32)maxFramebuffers, (IntPtr)numFramebuffers);
#if DEBUG
}
#endif
@@ -78990,7 +79443,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -79011,7 +79464,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -79030,7 +79483,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -79050,7 +79503,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -79072,7 +79525,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length_ptr);
length = *length_ptr;
}
}
@@ -79091,7 +79544,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramBinarySourceQCOM((UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (Int32*)length);
+ InteropHelper.Call(EntryPoints[126], (UInt32)program, (OpenTK.Graphics.ES30.All)shadertype, (StringBuilder)source, (IntPtr)length);
#if DEBUG
}
#endif
@@ -79111,7 +79564,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -79133,7 +79586,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -79153,7 +79606,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -79174,7 +79627,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* programs_ptr = programs)
fixed (Int32* numPrograms_ptr = numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
}
}
#if DEBUG
@@ -79197,7 +79650,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* programs_ptr = &programs)
fixed (Int32* numPrograms_ptr = &numPrograms)
{
- Delegates.glExtGetProgramsQCOM((UInt32*)programs_ptr, (Int32)maxPrograms, (Int32*)numPrograms_ptr);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs_ptr, (Int32)maxPrograms, (IntPtr)numPrograms_ptr);
programs = *programs_ptr;
numPrograms = *numPrograms_ptr;
}
@@ -79217,7 +79670,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetProgramsQCOM((UInt32*)programs, (Int32)maxPrograms, (Int32*)numPrograms);
+ InteropHelper.Call(EntryPoints[127], (IntPtr)programs, (Int32)maxPrograms, (IntPtr)numPrograms);
#if DEBUG
}
#endif
@@ -79237,7 +79690,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -79259,7 +79712,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -79279,7 +79732,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -79300,7 +79753,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* renderbuffers_ptr = renderbuffers)
fixed (Int32* numRenderbuffers_ptr = numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
}
}
#if DEBUG
@@ -79323,7 +79776,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* renderbuffers_ptr = &renderbuffers)
fixed (Int32* numRenderbuffers_ptr = &numRenderbuffers)
{
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers_ptr, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers_ptr);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers_ptr, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers_ptr);
renderbuffers = *renderbuffers_ptr;
numRenderbuffers = *numRenderbuffers_ptr;
}
@@ -79343,7 +79796,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetRenderbuffersQCOM((UInt32*)renderbuffers, (Int32)maxRenderbuffers, (Int32*)numRenderbuffers);
+ InteropHelper.Call(EntryPoints[128], (IntPtr)renderbuffers, (Int32)maxRenderbuffers, (IntPtr)numRenderbuffers);
#if DEBUG
}
#endif
@@ -79363,7 +79816,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -79385,7 +79838,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -79405,7 +79858,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -79426,7 +79879,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* shaders_ptr = shaders)
fixed (Int32* numShaders_ptr = numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
}
}
#if DEBUG
@@ -79449,7 +79902,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* shaders_ptr = &shaders)
fixed (Int32* numShaders_ptr = &numShaders)
{
- Delegates.glExtGetShadersQCOM((UInt32*)shaders_ptr, (Int32)maxShaders, (Int32*)numShaders_ptr);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders_ptr, (Int32)maxShaders, (IntPtr)numShaders_ptr);
shaders = *shaders_ptr;
numShaders = *numShaders_ptr;
}
@@ -79469,7 +79922,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetShadersQCOM((UInt32*)shaders, (Int32)maxShaders, (Int32*)numShaders);
+ InteropHelper.Call(EntryPoints[129], (IntPtr)shaders, (Int32)maxShaders, (IntPtr)numShaders);
#if DEBUG
}
#endif
@@ -79488,7 +79941,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -79509,7 +79962,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -79528,7 +79981,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -79548,7 +80001,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -79570,7 +80023,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -79589,7 +80042,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexLevelParameterivQCOM((UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[130], (UInt32)texture, (OpenTK.Graphics.ES30.All)face, (Int32)level, (OpenTK.Graphics.ES30.All)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -79604,7 +80057,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels);
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels);
#if DEBUG
}
#endif
@@ -79623,7 +80076,7 @@ namespace OpenTK.Graphics.ES30
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -79647,7 +80100,7 @@ namespace OpenTK.Graphics.ES30
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -79671,7 +80124,7 @@ namespace OpenTK.Graphics.ES30
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
}
finally
{
@@ -79695,7 +80148,7 @@ namespace OpenTK.Graphics.ES30
GCHandle texels_ptr = GCHandle.Alloc(texels, GCHandleType.Pinned);
try
{
- Delegates.glExtGetTexSubImageQCOM((OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.ES30.All)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.ES30.All)format, (OpenTK.Graphics.ES30.All)type, (IntPtr)texels_ptr.AddrOfPinnedObject());
texels = (T10)texels_ptr.Target;
}
finally
@@ -79721,7 +80174,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -79743,7 +80196,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -79763,7 +80216,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -79784,7 +80237,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* textures_ptr = textures)
fixed (Int32* numTextures_ptr = numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
}
}
#if DEBUG
@@ -79807,7 +80260,7 @@ namespace OpenTK.Graphics.ES30
fixed (UInt32* textures_ptr = &textures)
fixed (Int32* numTextures_ptr = &numTextures)
{
- Delegates.glExtGetTexturesQCOM((UInt32*)textures_ptr, (Int32)maxTextures, (Int32*)numTextures_ptr);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures_ptr, (Int32)maxTextures, (IntPtr)numTextures_ptr);
textures = *textures_ptr;
numTextures = *numTextures_ptr;
}
@@ -79827,7 +80280,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtGetTexturesQCOM((UInt32*)textures, (Int32)maxTextures, (Int32*)numTextures);
+ InteropHelper.Call(EntryPoints[132], (IntPtr)textures, (Int32)maxTextures, (IntPtr)numTextures);
#if DEBUG
}
#endif
@@ -79842,7 +80295,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[133], (UInt32)program);
#if DEBUG
}
#endif
@@ -79858,7 +80311,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glExtIsProgramBinaryQCOM((UInt32)program);
+ return InteropHelper.CallReturn(EntryPoints[133], (UInt32)program);
#if DEBUG
}
#endif
@@ -79873,7 +80326,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glExtTexObjectStateOverrideiQCOM((OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.ES30.All)target, (OpenTK.Graphics.ES30.All)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -79893,7 +80346,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* num_ptr = num)
fixed (Int32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -79916,7 +80369,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* num_ptr = num)
fixed (UInt32* driverControls_ptr = driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
}
}
#if DEBUG
@@ -79938,7 +80391,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* num_ptr = &num)
fixed (Int32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -79963,7 +80416,7 @@ namespace OpenTK.Graphics.ES30
fixed (Int32* num_ptr = &num)
fixed (UInt32* driverControls_ptr = &driverControls)
{
- Delegates.glGetDriverControlsQCOM((Int32*)num_ptr, (Int32)size, (UInt32*)driverControls_ptr);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num_ptr, (Int32)size, (IntPtr)driverControls_ptr);
num = *num_ptr;
driverControls = *driverControls_ptr;
}
@@ -79983,7 +80436,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -79999,7 +80452,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlsQCOM((Int32*)num, (Int32)size, (UInt32*)driverControls);
+ InteropHelper.Call(EntryPoints[177], (IntPtr)num, (Int32)size, (IntPtr)driverControls);
#if DEBUG
}
#endif
@@ -80018,7 +80471,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -80039,7 +80492,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -80058,7 +80511,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -80078,7 +80531,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
}
}
#if DEBUG
@@ -80100,7 +80553,7 @@ namespace OpenTK.Graphics.ES30
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)driverControlString);
length = *length_ptr;
}
}
@@ -80119,7 +80572,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetDriverControlStringQCOM((UInt32)driverControl, (Int32)bufSize, (Int32*)length, (StringBuilder)driverControlString);
+ InteropHelper.Call(EntryPoints[178], (UInt32)driverControl, (Int32)bufSize, (IntPtr)length, (StringBuilder)driverControlString);
#if DEBUG
}
#endif
@@ -80134,7 +80587,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[351], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
@@ -80150,7 +80603,7 @@ namespace OpenTK.Graphics.ES30
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStartTilingQCOM((UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
+ InteropHelper.Call(EntryPoints[351], (UInt32)x, (UInt32)y, (UInt32)width, (UInt32)height, (UInt32)preserveMask);
#if DEBUG
}
#endif
diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/Source/OpenTK/Graphics/OpenGL/GL.cs
index b5ad1df3..2b59a011 100644
--- a/Source/OpenTK/Graphics/OpenGL/GL.cs
+++ b/Source/OpenTK/Graphics/OpenGL/GL.cs
@@ -37,6 +37,2661 @@ namespace OpenTK.Graphics.OpenGL
partial class GL
{
+ static GL()
+ {
+ EntryPointNames = new string[]
+ {
+ "glAccum",
+ "glAccumxOES",
+ "glActiveProgramEXT",
+ "glActiveShaderProgram",
+ "glActiveShaderProgramEXT",
+ "glActiveStencilFaceEXT",
+ "glActiveTexture",
+ "glActiveTextureARB",
+ "glActiveVaryingNV",
+ "glAlphaFragmentOp1ATI",
+ "glAlphaFragmentOp2ATI",
+ "glAlphaFragmentOp3ATI",
+ "glAlphaFunc",
+ "glAlphaFuncxOES",
+ "glApplyTextureEXT",
+ "glAreProgramsResidentNV",
+ "glAreTexturesResident",
+ "glAreTexturesResidentEXT",
+ "glArrayElement",
+ "glArrayElementEXT",
+ "glArrayObjectATI",
+ "glAsyncMarkerSGIX",
+ "glAttachObjectARB",
+ "glAttachShader",
+ "glBegin",
+ "glBeginConditionalRender",
+ "glBeginConditionalRenderNV",
+ "glBeginConditionalRenderNVX",
+ "glBeginFragmentShaderATI",
+ "glBeginOcclusionQueryNV",
+ "glBeginPerfMonitorAMD",
+ "glBeginQuery",
+ "glBeginQueryARB",
+ "glBeginQueryIndexed",
+ "glBeginTransformFeedback",
+ "glBeginTransformFeedbackEXT",
+ "glBeginTransformFeedbackNV",
+ "glBeginVertexShaderEXT",
+ "glBeginVideoCaptureNV",
+ "glBindAttribLocation",
+ "glBindAttribLocationARB",
+ "glBindBuffer",
+ "glBindBufferARB",
+ "glBindBufferBase",
+ "glBindBufferBaseEXT",
+ "glBindBufferBaseNV",
+ "glBindBufferOffsetEXT",
+ "glBindBufferOffsetNV",
+ "glBindBufferRange",
+ "glBindBufferRangeEXT",
+ "glBindBufferRangeNV",
+ "glBindBuffersBase",
+ "glBindBuffersRange",
+ "glBindFragDataLocation",
+ "glBindFragDataLocationEXT",
+ "glBindFragDataLocationIndexed",
+ "glBindFragmentShaderATI",
+ "glBindFramebuffer",
+ "glBindFramebufferEXT",
+ "glBindImageTexture",
+ "glBindImageTextureEXT",
+ "glBindImageTextures",
+ "glBindLightParameterEXT",
+ "glBindMaterialParameterEXT",
+ "glBindMultiTextureEXT",
+ "glBindParameterEXT",
+ "glBindProgramARB",
+ "glBindProgramNV",
+ "glBindProgramPipeline",
+ "glBindProgramPipelineEXT",
+ "glBindRenderbuffer",
+ "glBindRenderbufferEXT",
+ "glBindSampler",
+ "glBindSamplers",
+ "glBindTexGenParameterEXT",
+ "glBindTexture",
+ "glBindTextureEXT",
+ "glBindTextures",
+ "glBindTextureUnitParameterEXT",
+ "glBindTransformFeedback",
+ "glBindTransformFeedbackNV",
+ "glBindVertexArray",
+ "glBindVertexArrayAPPLE",
+ "glBindVertexBuffer",
+ "glBindVertexBuffers",
+ "glBindVertexShaderEXT",
+ "glBindVideoCaptureStreamBufferNV",
+ "glBindVideoCaptureStreamTextureNV",
+ "glBinormal3bEXT",
+ "glBinormal3bvEXT",
+ "glBinormal3dEXT",
+ "glBinormal3dvEXT",
+ "glBinormal3fEXT",
+ "glBinormal3fvEXT",
+ "glBinormal3iEXT",
+ "glBinormal3ivEXT",
+ "glBinormal3sEXT",
+ "glBinormal3svEXT",
+ "glBinormalPointerEXT",
+ "glBitmap",
+ "glBitmapxOES",
+ "glBlendBarrierNV",
+ "glBlendColor",
+ "glBlendColorEXT",
+ "glBlendColorxOES",
+ "glBlendEquation",
+ "glBlendEquationEXT",
+ "glBlendEquationi",
+ "glBlendEquationiARB",
+ "glBlendEquationIndexedAMD",
+ "glBlendEquationSeparate",
+ "glBlendEquationSeparateEXT",
+ "glBlendEquationSeparatei",
+ "glBlendEquationSeparateiARB",
+ "glBlendEquationSeparateIndexedAMD",
+ "glBlendFunc",
+ "glBlendFunci",
+ "glBlendFunciARB",
+ "glBlendFuncIndexedAMD",
+ "glBlendFuncSeparate",
+ "glBlendFuncSeparateEXT",
+ "glBlendFuncSeparatei",
+ "glBlendFuncSeparateiARB",
+ "glBlendFuncSeparateIndexedAMD",
+ "glBlendFuncSeparateINGR",
+ "glBlendParameteriNV",
+ "glBlitFramebuffer",
+ "glBlitFramebufferEXT",
+ "glBufferAddressRangeNV",
+ "glBufferData",
+ "glBufferDataARB",
+ "glBufferParameteriAPPLE",
+ "glBufferStorage",
+ "glBufferSubData",
+ "glBufferSubDataARB",
+ "glCallList",
+ "glCallLists",
+ "glCheckFramebufferStatus",
+ "glCheckFramebufferStatusEXT",
+ "glCheckNamedFramebufferStatusEXT",
+ "glClampColor",
+ "glClampColorARB",
+ "glClear",
+ "glClearAccum",
+ "glClearAccumxOES",
+ "glClearBufferData",
+ "glClearBufferfi",
+ "glClearBufferfv",
+ "glClearBufferiv",
+ "glClearBufferSubData",
+ "glClearBufferuiv",
+ "glClearColor",
+ "glClearColorIiEXT",
+ "glClearColorIuiEXT",
+ "glClearColorxOES",
+ "glClearDepth",
+ "glClearDepthdNV",
+ "glClearDepthf",
+ "glClearDepthfOES",
+ "glClearDepthxOES",
+ "glClearIndex",
+ "glClearNamedBufferDataEXT",
+ "glClearNamedBufferSubDataEXT",
+ "glClearStencil",
+ "glClearTexImage",
+ "glClearTexSubImage",
+ "glClientActiveTexture",
+ "glClientActiveTextureARB",
+ "glClientActiveVertexStreamATI",
+ "glClientAttribDefaultEXT",
+ "glClientWaitSync",
+ "glClipPlane",
+ "glClipPlanefOES",
+ "glClipPlanexOES",
+ "glColor3b",
+ "glColor3bv",
+ "glColor3d",
+ "glColor3dv",
+ "glColor3f",
+ "glColor3fv",
+ "glColor3fVertex3fSUN",
+ "glColor3fVertex3fvSUN",
+ "glColor3hNV",
+ "glColor3hvNV",
+ "glColor3i",
+ "glColor3iv",
+ "glColor3s",
+ "glColor3sv",
+ "glColor3ub",
+ "glColor3ubv",
+ "glColor3ui",
+ "glColor3uiv",
+ "glColor3us",
+ "glColor3usv",
+ "glColor3xOES",
+ "glColor3xvOES",
+ "glColor4b",
+ "glColor4bv",
+ "glColor4d",
+ "glColor4dv",
+ "glColor4f",
+ "glColor4fNormal3fVertex3fSUN",
+ "glColor4fNormal3fVertex3fvSUN",
+ "glColor4fv",
+ "glColor4hNV",
+ "glColor4hvNV",
+ "glColor4i",
+ "glColor4iv",
+ "glColor4s",
+ "glColor4sv",
+ "glColor4ub",
+ "glColor4ubv",
+ "glColor4ubVertex2fSUN",
+ "glColor4ubVertex2fvSUN",
+ "glColor4ubVertex3fSUN",
+ "glColor4ubVertex3fvSUN",
+ "glColor4ui",
+ "glColor4uiv",
+ "glColor4us",
+ "glColor4usv",
+ "glColor4xOES",
+ "glColor4xvOES",
+ "glColorFormatNV",
+ "glColorFragmentOp1ATI",
+ "glColorFragmentOp2ATI",
+ "glColorFragmentOp3ATI",
+ "glColorMask",
+ "glColorMaski",
+ "glColorMaskIndexedEXT",
+ "glColorMaterial",
+ "glColorP3ui",
+ "glColorP3uiv",
+ "glColorP4ui",
+ "glColorP4uiv",
+ "glColorPointer",
+ "glColorPointerEXT",
+ "glColorPointerListIBM",
+ "glColorPointervINTEL",
+ "glColorSubTable",
+ "glColorSubTableEXT",
+ "glColorTable",
+ "glColorTableEXT",
+ "glColorTableParameterfv",
+ "glColorTableParameterfvSGI",
+ "glColorTableParameteriv",
+ "glColorTableParameterivSGI",
+ "glColorTableSGI",
+ "glCombinerInputNV",
+ "glCombinerOutputNV",
+ "glCombinerParameterfNV",
+ "glCombinerParameterfvNV",
+ "glCombinerParameteriNV",
+ "glCombinerParameterivNV",
+ "glCombinerStageParameterfvNV",
+ "glCompileShader",
+ "glCompileShaderARB",
+ "glCompileShaderIncludeARB",
+ "glCompressedMultiTexImage1DEXT",
+ "glCompressedMultiTexImage2DEXT",
+ "glCompressedMultiTexImage3DEXT",
+ "glCompressedMultiTexSubImage1DEXT",
+ "glCompressedMultiTexSubImage2DEXT",
+ "glCompressedMultiTexSubImage3DEXT",
+ "glCompressedTexImage1D",
+ "glCompressedTexImage1DARB",
+ "glCompressedTexImage2D",
+ "glCompressedTexImage2DARB",
+ "glCompressedTexImage3D",
+ "glCompressedTexImage3DARB",
+ "glCompressedTexSubImage1D",
+ "glCompressedTexSubImage1DARB",
+ "glCompressedTexSubImage2D",
+ "glCompressedTexSubImage2DARB",
+ "glCompressedTexSubImage3D",
+ "glCompressedTexSubImage3DARB",
+ "glCompressedTextureImage1DEXT",
+ "glCompressedTextureImage2DEXT",
+ "glCompressedTextureImage3DEXT",
+ "glCompressedTextureSubImage1DEXT",
+ "glCompressedTextureSubImage2DEXT",
+ "glCompressedTextureSubImage3DEXT",
+ "glConvolutionFilter1D",
+ "glConvolutionFilter1DEXT",
+ "glConvolutionFilter2D",
+ "glConvolutionFilter2DEXT",
+ "glConvolutionParameterf",
+ "glConvolutionParameterfEXT",
+ "glConvolutionParameterfv",
+ "glConvolutionParameterfvEXT",
+ "glConvolutionParameteri",
+ "glConvolutionParameteriEXT",
+ "glConvolutionParameteriv",
+ "glConvolutionParameterivEXT",
+ "glConvolutionParameterxOES",
+ "glConvolutionParameterxvOES",
+ "glCopyBufferSubData",
+ "glCopyColorSubTable",
+ "glCopyColorSubTableEXT",
+ "glCopyColorTable",
+ "glCopyColorTableSGI",
+ "glCopyConvolutionFilter1D",
+ "glCopyConvolutionFilter1DEXT",
+ "glCopyConvolutionFilter2D",
+ "glCopyConvolutionFilter2DEXT",
+ "glCopyImageSubData",
+ "glCopyImageSubDataNV",
+ "glCopyMultiTexImage1DEXT",
+ "glCopyMultiTexImage2DEXT",
+ "glCopyMultiTexSubImage1DEXT",
+ "glCopyMultiTexSubImage2DEXT",
+ "glCopyMultiTexSubImage3DEXT",
+ "glCopyPathNV",
+ "glCopyPixels",
+ "glCopyTexImage1D",
+ "glCopyTexImage1DEXT",
+ "glCopyTexImage2D",
+ "glCopyTexImage2DEXT",
+ "glCopyTexSubImage1D",
+ "glCopyTexSubImage1DEXT",
+ "glCopyTexSubImage2D",
+ "glCopyTexSubImage2DEXT",
+ "glCopyTexSubImage3D",
+ "glCopyTexSubImage3DEXT",
+ "glCopyTextureImage1DEXT",
+ "glCopyTextureImage2DEXT",
+ "glCopyTextureSubImage1DEXT",
+ "glCopyTextureSubImage2DEXT",
+ "glCopyTextureSubImage3DEXT",
+ "glCoverFillPathInstancedNV",
+ "glCoverFillPathNV",
+ "glCoverStrokePathInstancedNV",
+ "glCoverStrokePathNV",
+ "glCreateProgram",
+ "glCreateProgramObjectARB",
+ "glCreateShader",
+ "glCreateShaderObjectARB",
+ "glCreateShaderProgramEXT",
+ "glCreateShaderProgramv",
+ "glCreateShaderProgramvEXT",
+ "glCreateSyncFromCLeventARB",
+ "glCullFace",
+ "glCullParameterdvEXT",
+ "glCullParameterfvEXT",
+ "glCurrentPaletteMatrixARB",
+ "glDebugMessageCallback",
+ "glDebugMessageCallbackAMD",
+ "glDebugMessageCallbackARB",
+ "glDebugMessageCallbackKHR",
+ "glDebugMessageControl",
+ "glDebugMessageControlARB",
+ "glDebugMessageControlKHR",
+ "glDebugMessageEnableAMD",
+ "glDebugMessageInsert",
+ "glDebugMessageInsertAMD",
+ "glDebugMessageInsertARB",
+ "glDebugMessageInsertKHR",
+ "glDeformationMap3dSGIX",
+ "glDeformationMap3fSGIX",
+ "glDeformSGIX",
+ "glDeleteAsyncMarkersSGIX",
+ "glDeleteBuffers",
+ "glDeleteBuffersARB",
+ "glDeleteFencesAPPLE",
+ "glDeleteFencesNV",
+ "glDeleteFragmentShaderATI",
+ "glDeleteFramebuffers",
+ "glDeleteFramebuffersEXT",
+ "glDeleteLists",
+ "glDeleteNamedStringARB",
+ "glDeleteNamesAMD",
+ "glDeleteObjectARB",
+ "glDeleteOcclusionQueriesNV",
+ "glDeletePathsNV",
+ "glDeletePerfMonitorsAMD",
+ "glDeleteProgram",
+ "glDeleteProgramPipelines",
+ "glDeleteProgramPipelinesEXT",
+ "glDeleteProgramsARB",
+ "glDeleteProgramsNV",
+ "glDeleteQueries",
+ "glDeleteQueriesARB",
+ "glDeleteRenderbuffers",
+ "glDeleteRenderbuffersEXT",
+ "glDeleteSamplers",
+ "glDeleteShader",
+ "glDeleteSync",
+ "glDeleteTextures",
+ "glDeleteTexturesEXT",
+ "glDeleteTransformFeedbacks",
+ "glDeleteTransformFeedbacksNV",
+ "glDeleteVertexArrays",
+ "glDeleteVertexArraysAPPLE",
+ "glDeleteVertexShaderEXT",
+ "glDepthBoundsdNV",
+ "glDepthBoundsEXT",
+ "glDepthFunc",
+ "glDepthMask",
+ "glDepthRange",
+ "glDepthRangeArrayv",
+ "glDepthRangedNV",
+ "glDepthRangef",
+ "glDepthRangefOES",
+ "glDepthRangeIndexed",
+ "glDepthRangexOES",
+ "glDetachObjectARB",
+ "glDetachShader",
+ "glDetailTexFuncSGIS",
+ "glDisable",
+ "glDisableClientState",
+ "glDisableClientStateiEXT",
+ "glDisableClientStateIndexedEXT",
+ "glDisablei",
+ "glDisableIndexedEXT",
+ "glDisableVariantClientStateEXT",
+ "glDisableVertexArrayAttribEXT",
+ "glDisableVertexArrayEXT",
+ "glDisableVertexAttribAPPLE",
+ "glDisableVertexAttribArray",
+ "glDisableVertexAttribArrayARB",
+ "glDispatchCompute",
+ "glDispatchComputeGroupSizeARB",
+ "glDispatchComputeIndirect",
+ "glDrawArrays",
+ "glDrawArraysEXT",
+ "glDrawArraysIndirect",
+ "glDrawArraysInstanced",
+ "glDrawArraysInstancedARB",
+ "glDrawArraysInstancedBaseInstance",
+ "glDrawArraysInstancedEXT",
+ "glDrawBuffer",
+ "glDrawBuffers",
+ "glDrawBuffersARB",
+ "glDrawBuffersATI",
+ "glDrawElementArrayAPPLE",
+ "glDrawElementArrayATI",
+ "glDrawElements",
+ "glDrawElementsBaseVertex",
+ "glDrawElementsIndirect",
+ "glDrawElementsInstanced",
+ "glDrawElementsInstancedARB",
+ "glDrawElementsInstancedBaseInstance",
+ "glDrawElementsInstancedBaseVertex",
+ "glDrawElementsInstancedBaseVertexBaseInstance",
+ "glDrawElementsInstancedEXT",
+ "glDrawMeshArraysSUN",
+ "glDrawPixels",
+ "glDrawRangeElementArrayAPPLE",
+ "glDrawRangeElementArrayATI",
+ "glDrawRangeElements",
+ "glDrawRangeElementsBaseVertex",
+ "glDrawRangeElementsEXT",
+ "glDrawTextureNV",
+ "glDrawTransformFeedback",
+ "glDrawTransformFeedbackInstanced",
+ "glDrawTransformFeedbackNV",
+ "glDrawTransformFeedbackStream",
+ "glDrawTransformFeedbackStreamInstanced",
+ "glEdgeFlag",
+ "glEdgeFlagFormatNV",
+ "glEdgeFlagPointer",
+ "glEdgeFlagPointerEXT",
+ "glEdgeFlagPointerListIBM",
+ "glEdgeFlagv",
+ "glElementPointerAPPLE",
+ "glElementPointerATI",
+ "glEnable",
+ "glEnableClientState",
+ "glEnableClientStateiEXT",
+ "glEnableClientStateIndexedEXT",
+ "glEnablei",
+ "glEnableIndexedEXT",
+ "glEnableVariantClientStateEXT",
+ "glEnableVertexArrayAttribEXT",
+ "glEnableVertexArrayEXT",
+ "glEnableVertexAttribAPPLE",
+ "glEnableVertexAttribArray",
+ "glEnableVertexAttribArrayARB",
+ "glEnd",
+ "glEndConditionalRender",
+ "glEndConditionalRenderNV",
+ "glEndConditionalRenderNVX",
+ "glEndFragmentShaderATI",
+ "glEndList",
+ "glEndOcclusionQueryNV",
+ "glEndPerfMonitorAMD",
+ "glEndQuery",
+ "glEndQueryARB",
+ "glEndQueryIndexed",
+ "glEndTransformFeedback",
+ "glEndTransformFeedbackEXT",
+ "glEndTransformFeedbackNV",
+ "glEndVertexShaderEXT",
+ "glEndVideoCaptureNV",
+ "glEvalCoord1d",
+ "glEvalCoord1dv",
+ "glEvalCoord1f",
+ "glEvalCoord1fv",
+ "glEvalCoord1xOES",
+ "glEvalCoord1xvOES",
+ "glEvalCoord2d",
+ "glEvalCoord2dv",
+ "glEvalCoord2f",
+ "glEvalCoord2fv",
+ "glEvalCoord2xOES",
+ "glEvalCoord2xvOES",
+ "glEvalMapsNV",
+ "glEvalMesh1",
+ "glEvalMesh2",
+ "glEvalPoint1",
+ "glEvalPoint2",
+ "glExecuteProgramNV",
+ "glExtractComponentEXT",
+ "glFeedbackBuffer",
+ "glFeedbackBufferxOES",
+ "glFenceSync",
+ "glFinalCombinerInputNV",
+ "glFinish",
+ "glFinishAsyncSGIX",
+ "glFinishFenceAPPLE",
+ "glFinishFenceNV",
+ "glFinishObjectAPPLE",
+ "glFinishTextureSUNX",
+ "glFlush",
+ "glFlushMappedBufferRange",
+ "glFlushMappedBufferRangeAPPLE",
+ "glFlushMappedNamedBufferRangeEXT",
+ "glFlushPixelDataRangeNV",
+ "glFlushRasterSGIX",
+ "glFlushStaticDataIBM",
+ "glFlushVertexArrayRangeAPPLE",
+ "glFlushVertexArrayRangeNV",
+ "glFogCoordd",
+ "glFogCoorddEXT",
+ "glFogCoorddv",
+ "glFogCoorddvEXT",
+ "glFogCoordf",
+ "glFogCoordfEXT",
+ "glFogCoordFormatNV",
+ "glFogCoordfv",
+ "glFogCoordfvEXT",
+ "glFogCoordhNV",
+ "glFogCoordhvNV",
+ "glFogCoordPointer",
+ "glFogCoordPointerEXT",
+ "glFogCoordPointerListIBM",
+ "glFogf",
+ "glFogFuncSGIS",
+ "glFogfv",
+ "glFogi",
+ "glFogiv",
+ "glFogxOES",
+ "glFogxvOES",
+ "glFragmentColorMaterialSGIX",
+ "glFragmentLightfSGIX",
+ "glFragmentLightfvSGIX",
+ "glFragmentLightiSGIX",
+ "glFragmentLightivSGIX",
+ "glFragmentLightModelfSGIX",
+ "glFragmentLightModelfvSGIX",
+ "glFragmentLightModeliSGIX",
+ "glFragmentLightModelivSGIX",
+ "glFragmentMaterialfSGIX",
+ "glFragmentMaterialfvSGIX",
+ "glFragmentMaterialiSGIX",
+ "glFragmentMaterialivSGIX",
+ "glFramebufferDrawBufferEXT",
+ "glFramebufferDrawBuffersEXT",
+ "glFramebufferParameteri",
+ "glFramebufferReadBufferEXT",
+ "glFramebufferRenderbuffer",
+ "glFramebufferRenderbufferEXT",
+ "glFramebufferTexture",
+ "glFramebufferTexture1D",
+ "glFramebufferTexture1DEXT",
+ "glFramebufferTexture2D",
+ "glFramebufferTexture2DEXT",
+ "glFramebufferTexture3D",
+ "glFramebufferTexture3DEXT",
+ "glFramebufferTextureARB",
+ "glFramebufferTextureEXT",
+ "glFramebufferTextureFaceARB",
+ "glFramebufferTextureFaceEXT",
+ "glFramebufferTextureLayer",
+ "glFramebufferTextureLayerARB",
+ "glFramebufferTextureLayerEXT",
+ "glFrameTerminatorGREMEDY",
+ "glFrameZoomSGIX",
+ "glFreeObjectBufferATI",
+ "glFrontFace",
+ "glFrustum",
+ "glFrustumfOES",
+ "glFrustumxOES",
+ "glGenAsyncMarkersSGIX",
+ "glGenBuffers",
+ "glGenBuffersARB",
+ "glGenerateMipmap",
+ "glGenerateMipmapEXT",
+ "glGenerateMultiTexMipmapEXT",
+ "glGenerateTextureMipmapEXT",
+ "glGenFencesAPPLE",
+ "glGenFencesNV",
+ "glGenFragmentShadersATI",
+ "glGenFramebuffers",
+ "glGenFramebuffersEXT",
+ "glGenLists",
+ "glGenNamesAMD",
+ "glGenOcclusionQueriesNV",
+ "glGenPathsNV",
+ "glGenPerfMonitorsAMD",
+ "glGenProgramPipelines",
+ "glGenProgramPipelinesEXT",
+ "glGenProgramsARB",
+ "glGenProgramsNV",
+ "glGenQueries",
+ "glGenQueriesARB",
+ "glGenRenderbuffers",
+ "glGenRenderbuffersEXT",
+ "glGenSamplers",
+ "glGenSymbolsEXT",
+ "glGenTextures",
+ "glGenTexturesEXT",
+ "glGenTransformFeedbacks",
+ "glGenTransformFeedbacksNV",
+ "glGenVertexArrays",
+ "glGenVertexArraysAPPLE",
+ "glGenVertexShadersEXT",
+ "glGetActiveAtomicCounterBufferiv",
+ "glGetActiveAttrib",
+ "glGetActiveAttribARB",
+ "glGetActiveSubroutineName",
+ "glGetActiveSubroutineUniformiv",
+ "glGetActiveSubroutineUniformName",
+ "glGetActiveUniform",
+ "glGetActiveUniformARB",
+ "glGetActiveUniformBlockiv",
+ "glGetActiveUniformBlockName",
+ "glGetActiveUniformName",
+ "glGetActiveUniformsiv",
+ "glGetActiveVaryingNV",
+ "glGetArrayObjectfvATI",
+ "glGetArrayObjectivATI",
+ "glGetAttachedObjectsARB",
+ "glGetAttachedShaders",
+ "glGetAttribLocation",
+ "glGetAttribLocationARB",
+ "glGetBooleani_v",
+ "glGetBooleanIndexedvEXT",
+ "glGetBooleanv",
+ "glGetBufferParameteri64v",
+ "glGetBufferParameteriv",
+ "glGetBufferParameterivARB",
+ "glGetBufferParameterui64vNV",
+ "glGetBufferPointerv",
+ "glGetBufferPointervARB",
+ "glGetBufferSubData",
+ "glGetBufferSubDataARB",
+ "glGetClipPlane",
+ "glGetClipPlanefOES",
+ "glGetClipPlanexOES",
+ "glGetColorTable",
+ "glGetColorTableEXT",
+ "glGetColorTableParameterfv",
+ "glGetColorTableParameterfvEXT",
+ "glGetColorTableParameterfvSGI",
+ "glGetColorTableParameteriv",
+ "glGetColorTableParameterivEXT",
+ "glGetColorTableParameterivSGI",
+ "glGetColorTableSGI",
+ "glGetCombinerInputParameterfvNV",
+ "glGetCombinerInputParameterivNV",
+ "glGetCombinerOutputParameterfvNV",
+ "glGetCombinerOutputParameterivNV",
+ "glGetCombinerStageParameterfvNV",
+ "glGetCompressedMultiTexImageEXT",
+ "glGetCompressedTexImage",
+ "glGetCompressedTexImageARB",
+ "glGetCompressedTextureImageEXT",
+ "glGetConvolutionFilter",
+ "glGetConvolutionFilterEXT",
+ "glGetConvolutionParameterfv",
+ "glGetConvolutionParameterfvEXT",
+ "glGetConvolutionParameteriv",
+ "glGetConvolutionParameterivEXT",
+ "glGetConvolutionParameterxvOES",
+ "glGetDebugMessageLog",
+ "glGetDebugMessageLogAMD",
+ "glGetDebugMessageLogARB",
+ "glGetDebugMessageLogKHR",
+ "glGetDetailTexFuncSGIS",
+ "glGetDoublei_v",
+ "glGetDoublei_vEXT",
+ "glGetDoubleIndexedvEXT",
+ "glGetDoublev",
+ "glGetError",
+ "glGetFenceivNV",
+ "glGetFinalCombinerInputParameterfvNV",
+ "glGetFinalCombinerInputParameterivNV",
+ "glGetFixedvOES",
+ "glGetFloati_v",
+ "glGetFloati_vEXT",
+ "glGetFloatIndexedvEXT",
+ "glGetFloatv",
+ "glGetFogFuncSGIS",
+ "glGetFragDataIndex",
+ "glGetFragDataLocation",
+ "glGetFragDataLocationEXT",
+ "glGetFragmentLightfvSGIX",
+ "glGetFragmentLightivSGIX",
+ "glGetFragmentMaterialfvSGIX",
+ "glGetFragmentMaterialivSGIX",
+ "glGetFramebufferAttachmentParameteriv",
+ "glGetFramebufferAttachmentParameterivEXT",
+ "glGetFramebufferParameteriv",
+ "glGetFramebufferParameterivEXT",
+ "glGetGraphicsResetStatusARB",
+ "glGetHandleARB",
+ "glGetHistogram",
+ "glGetHistogramEXT",
+ "glGetHistogramParameterfv",
+ "glGetHistogramParameterfvEXT",
+ "glGetHistogramParameteriv",
+ "glGetHistogramParameterivEXT",
+ "glGetHistogramParameterxvOES",
+ "glGetImageHandleARB",
+ "glGetImageHandleNV",
+ "glGetImageTransformParameterfvHP",
+ "glGetImageTransformParameterivHP",
+ "glGetInfoLogARB",
+ "glGetInstrumentsSGIX",
+ "glGetInteger64i_v",
+ "glGetInteger64v",
+ "glGetIntegeri_v",
+ "glGetIntegerIndexedvEXT",
+ "glGetIntegerui64i_vNV",
+ "glGetIntegerui64vNV",
+ "glGetIntegerv",
+ "glGetInternalformati64v",
+ "glGetInternalformativ",
+ "glGetInvariantBooleanvEXT",
+ "glGetInvariantFloatvEXT",
+ "glGetInvariantIntegervEXT",
+ "glGetLightfv",
+ "glGetLightiv",
+ "glGetLightxOES",
+ "glGetLightxvOES",
+ "glGetListParameterfvSGIX",
+ "glGetListParameterivSGIX",
+ "glGetLocalConstantBooleanvEXT",
+ "glGetLocalConstantFloatvEXT",
+ "glGetLocalConstantIntegervEXT",
+ "glGetMapAttribParameterfvNV",
+ "glGetMapAttribParameterivNV",
+ "glGetMapControlPointsNV",
+ "glGetMapdv",
+ "glGetMapfv",
+ "glGetMapiv",
+ "glGetMapParameterfvNV",
+ "glGetMapParameterivNV",
+ "glGetMapxvOES",
+ "glGetMaterialfv",
+ "glGetMaterialiv",
+ "glGetMaterialxOES",
+ "glGetMaterialxvOES",
+ "glGetMinmax",
+ "glGetMinmaxEXT",
+ "glGetMinmaxParameterfv",
+ "glGetMinmaxParameterfvEXT",
+ "glGetMinmaxParameteriv",
+ "glGetMinmaxParameterivEXT",
+ "glGetMultisamplefv",
+ "glGetMultisamplefvNV",
+ "glGetMultiTexEnvfvEXT",
+ "glGetMultiTexEnvivEXT",
+ "glGetMultiTexGendvEXT",
+ "glGetMultiTexGenfvEXT",
+ "glGetMultiTexGenivEXT",
+ "glGetMultiTexImageEXT",
+ "glGetMultiTexLevelParameterfvEXT",
+ "glGetMultiTexLevelParameterivEXT",
+ "glGetMultiTexParameterfvEXT",
+ "glGetMultiTexParameterIivEXT",
+ "glGetMultiTexParameterIuivEXT",
+ "glGetMultiTexParameterivEXT",
+ "glGetNamedBufferParameterivEXT",
+ "glGetNamedBufferParameterui64vNV",
+ "glGetNamedBufferPointervEXT",
+ "glGetNamedBufferSubDataEXT",
+ "glGetNamedFramebufferAttachmentParameterivEXT",
+ "glGetNamedFramebufferParameterivEXT",
+ "glGetNamedProgramivEXT",
+ "glGetNamedProgramLocalParameterdvEXT",
+ "glGetNamedProgramLocalParameterfvEXT",
+ "glGetNamedProgramLocalParameterIivEXT",
+ "glGetNamedProgramLocalParameterIuivEXT",
+ "glGetNamedProgramStringEXT",
+ "glGetNamedRenderbufferParameterivEXT",
+ "glGetNamedStringARB",
+ "glGetNamedStringivARB",
+ "glGetnColorTableARB",
+ "glGetnCompressedTexImageARB",
+ "glGetnConvolutionFilterARB",
+ "glGetnHistogramARB",
+ "glGetnMapdvARB",
+ "glGetnMapfvARB",
+ "glGetnMapivARB",
+ "glGetnMinmaxARB",
+ "glGetnPixelMapfvARB",
+ "glGetnPixelMapuivARB",
+ "glGetnPixelMapusvARB",
+ "glGetnPolygonStippleARB",
+ "glGetnSeparableFilterARB",
+ "glGetnTexImageARB",
+ "glGetnUniformdvARB",
+ "glGetnUniformfvARB",
+ "glGetnUniformivARB",
+ "glGetnUniformuivARB",
+ "glGetObjectBufferfvATI",
+ "glGetObjectBufferivATI",
+ "glGetObjectLabel",
+ "glGetObjectLabelEXT",
+ "glGetObjectLabelKHR",
+ "glGetObjectParameterfvARB",
+ "glGetObjectParameterivAPPLE",
+ "glGetObjectParameterivARB",
+ "glGetObjectPtrLabel",
+ "glGetObjectPtrLabelKHR",
+ "glGetOcclusionQueryivNV",
+ "glGetOcclusionQueryuivNV",
+ "glGetPathColorGenfvNV",
+ "glGetPathColorGenivNV",
+ "glGetPathCommandsNV",
+ "glGetPathCoordsNV",
+ "glGetPathDashArrayNV",
+ "glGetPathLengthNV",
+ "glGetPathMetricRangeNV",
+ "glGetPathMetricsNV",
+ "glGetPathParameterfvNV",
+ "glGetPathParameterivNV",
+ "glGetPathSpacingNV",
+ "glGetPathTexGenfvNV",
+ "glGetPathTexGenivNV",
+ "glGetPerfMonitorCounterDataAMD",
+ "glGetPerfMonitorCounterInfoAMD",
+ "glGetPerfMonitorCountersAMD",
+ "glGetPerfMonitorCounterStringAMD",
+ "glGetPerfMonitorGroupsAMD",
+ "glGetPerfMonitorGroupStringAMD",
+ "glGetPixelMapfv",
+ "glGetPixelMapuiv",
+ "glGetPixelMapusv",
+ "glGetPixelMapxv",
+ "glGetPixelTexGenParameterfvSGIS",
+ "glGetPixelTexGenParameterivSGIS",
+ "glGetPixelTransformParameterfvEXT",
+ "glGetPixelTransformParameterivEXT",
+ "glGetPointeri_vEXT",
+ "glGetPointerIndexedvEXT",
+ "glGetPointerv",
+ "glGetPointervEXT",
+ "glGetPointervKHR",
+ "glGetPolygonStipple",
+ "glGetProgramBinary",
+ "glGetProgramEnvParameterdvARB",
+ "glGetProgramEnvParameterfvARB",
+ "glGetProgramEnvParameterIivNV",
+ "glGetProgramEnvParameterIuivNV",
+ "glGetProgramInfoLog",
+ "glGetProgramInterfaceiv",
+ "glGetProgramiv",
+ "glGetProgramivARB",
+ "glGetProgramivNV",
+ "glGetProgramLocalParameterdvARB",
+ "glGetProgramLocalParameterfvARB",
+ "glGetProgramLocalParameterIivNV",
+ "glGetProgramLocalParameterIuivNV",
+ "glGetProgramNamedParameterdvNV",
+ "glGetProgramNamedParameterfvNV",
+ "glGetProgramParameterdvNV",
+ "glGetProgramParameterfvNV",
+ "glGetProgramPipelineInfoLog",
+ "glGetProgramPipelineInfoLogEXT",
+ "glGetProgramPipelineiv",
+ "glGetProgramPipelineivEXT",
+ "glGetProgramResourceIndex",
+ "glGetProgramResourceiv",
+ "glGetProgramResourceLocation",
+ "glGetProgramResourceLocationIndex",
+ "glGetProgramResourceName",
+ "glGetProgramStageiv",
+ "glGetProgramStringARB",
+ "glGetProgramStringNV",
+ "glGetProgramSubroutineParameteruivNV",
+ "glGetQueryIndexediv",
+ "glGetQueryiv",
+ "glGetQueryivARB",
+ "glGetQueryObjecti64v",
+ "glGetQueryObjecti64vEXT",
+ "glGetQueryObjectiv",
+ "glGetQueryObjectivARB",
+ "glGetQueryObjectui64v",
+ "glGetQueryObjectui64vEXT",
+ "glGetQueryObjectuiv",
+ "glGetQueryObjectuivARB",
+ "glGetRenderbufferParameteriv",
+ "glGetRenderbufferParameterivEXT",
+ "glGetSamplerParameterfv",
+ "glGetSamplerParameterIiv",
+ "glGetSamplerParameterIuiv",
+ "glGetSamplerParameteriv",
+ "glGetSeparableFilter",
+ "glGetSeparableFilterEXT",
+ "glGetShaderInfoLog",
+ "glGetShaderiv",
+ "glGetShaderPrecisionFormat",
+ "glGetShaderSource",
+ "glGetShaderSourceARB",
+ "glGetSharpenTexFuncSGIS",
+ "glGetString",
+ "glGetStringi",
+ "glGetSubroutineIndex",
+ "glGetSubroutineUniformLocation",
+ "glGetSynciv",
+ "glGetTexBumpParameterfvATI",
+ "glGetTexBumpParameterivATI",
+ "glGetTexEnvfv",
+ "glGetTexEnviv",
+ "glGetTexEnvxvOES",
+ "glGetTexFilterFuncSGIS",
+ "glGetTexGendv",
+ "glGetTexGenfv",
+ "glGetTexGeniv",
+ "glGetTexGenxvOES",
+ "glGetTexImage",
+ "glGetTexLevelParameterfv",
+ "glGetTexLevelParameteriv",
+ "glGetTexLevelParameterxvOES",
+ "glGetTexParameterfv",
+ "glGetTexParameterIiv",
+ "glGetTexParameterIivEXT",
+ "glGetTexParameterIuiv",
+ "glGetTexParameterIuivEXT",
+ "glGetTexParameteriv",
+ "glGetTexParameterPointervAPPLE",
+ "glGetTexParameterxvOES",
+ "glGetTextureHandleARB",
+ "glGetTextureHandleNV",
+ "glGetTextureImageEXT",
+ "glGetTextureLevelParameterfvEXT",
+ "glGetTextureLevelParameterivEXT",
+ "glGetTextureParameterfvEXT",
+ "glGetTextureParameterIivEXT",
+ "glGetTextureParameterIuivEXT",
+ "glGetTextureParameterivEXT",
+ "glGetTextureSamplerHandleARB",
+ "glGetTextureSamplerHandleNV",
+ "glGetTrackMatrixivNV",
+ "glGetTransformFeedbackVarying",
+ "glGetTransformFeedbackVaryingEXT",
+ "glGetTransformFeedbackVaryingNV",
+ "glGetUniformBlockIndex",
+ "glGetUniformBufferSizeEXT",
+ "glGetUniformdv",
+ "glGetUniformfv",
+ "glGetUniformfvARB",
+ "glGetUniformi64vNV",
+ "glGetUniformIndices",
+ "glGetUniformiv",
+ "glGetUniformivARB",
+ "glGetUniformLocation",
+ "glGetUniformLocationARB",
+ "glGetUniformOffsetEXT",
+ "glGetUniformSubroutineuiv",
+ "glGetUniformui64vNV",
+ "glGetUniformuiv",
+ "glGetUniformuivEXT",
+ "glGetVariantArrayObjectfvATI",
+ "glGetVariantArrayObjectivATI",
+ "glGetVariantBooleanvEXT",
+ "glGetVariantFloatvEXT",
+ "glGetVariantIntegervEXT",
+ "glGetVariantPointervEXT",
+ "glGetVaryingLocationNV",
+ "glGetVertexArrayIntegeri_vEXT",
+ "glGetVertexArrayIntegervEXT",
+ "glGetVertexArrayPointeri_vEXT",
+ "glGetVertexArrayPointervEXT",
+ "glGetVertexAttribArrayObjectfvATI",
+ "glGetVertexAttribArrayObjectivATI",
+ "glGetVertexAttribdv",
+ "glGetVertexAttribdvARB",
+ "glGetVertexAttribdvNV",
+ "glGetVertexAttribfv",
+ "glGetVertexAttribfvARB",
+ "glGetVertexAttribfvNV",
+ "glGetVertexAttribIiv",
+ "glGetVertexAttribIivEXT",
+ "glGetVertexAttribIuiv",
+ "glGetVertexAttribIuivEXT",
+ "glGetVertexAttribiv",
+ "glGetVertexAttribivARB",
+ "glGetVertexAttribivNV",
+ "glGetVertexAttribLdv",
+ "glGetVertexAttribLdvEXT",
+ "glGetVertexAttribLi64vNV",
+ "glGetVertexAttribLui64vARB",
+ "glGetVertexAttribLui64vNV",
+ "glGetVertexAttribPointerv",
+ "glGetVertexAttribPointervARB",
+ "glGetVertexAttribPointervNV",
+ "glGetVideoCaptureivNV",
+ "glGetVideoCaptureStreamdvNV",
+ "glGetVideoCaptureStreamfvNV",
+ "glGetVideoCaptureStreamivNV",
+ "glGetVideoi64vNV",
+ "glGetVideoivNV",
+ "glGetVideoui64vNV",
+ "glGetVideouivNV",
+ "glGlobalAlphaFactorbSUN",
+ "glGlobalAlphaFactordSUN",
+ "glGlobalAlphaFactorfSUN",
+ "glGlobalAlphaFactoriSUN",
+ "glGlobalAlphaFactorsSUN",
+ "glGlobalAlphaFactorubSUN",
+ "glGlobalAlphaFactoruiSUN",
+ "glGlobalAlphaFactorusSUN",
+ "glHint",
+ "glHintPGI",
+ "glHistogram",
+ "glHistogramEXT",
+ "glIglooInterfaceSGIX",
+ "glImageTransformParameterfHP",
+ "glImageTransformParameterfvHP",
+ "glImageTransformParameteriHP",
+ "glImageTransformParameterivHP",
+ "glImportSyncEXT",
+ "glIndexd",
+ "glIndexdv",
+ "glIndexf",
+ "glIndexFormatNV",
+ "glIndexFuncEXT",
+ "glIndexfv",
+ "glIndexi",
+ "glIndexiv",
+ "glIndexMask",
+ "glIndexMaterialEXT",
+ "glIndexPointer",
+ "glIndexPointerEXT",
+ "glIndexPointerListIBM",
+ "glIndexs",
+ "glIndexsv",
+ "glIndexub",
+ "glIndexubv",
+ "glIndexxOES",
+ "glIndexxvOES",
+ "glInitNames",
+ "glInsertComponentEXT",
+ "glInsertEventMarkerEXT",
+ "glInstrumentsBufferSGIX",
+ "glInterleavedArrays",
+ "glInterpolatePathsNV",
+ "glInvalidateBufferData",
+ "glInvalidateBufferSubData",
+ "glInvalidateFramebuffer",
+ "glInvalidateSubFramebuffer",
+ "glInvalidateTexImage",
+ "glInvalidateTexSubImage",
+ "glIsAsyncMarkerSGIX",
+ "glIsBuffer",
+ "glIsBufferARB",
+ "glIsBufferResidentNV",
+ "glIsEnabled",
+ "glIsEnabledi",
+ "glIsEnabledIndexedEXT",
+ "glIsFenceAPPLE",
+ "glIsFenceNV",
+ "glIsFramebuffer",
+ "glIsFramebufferEXT",
+ "glIsImageHandleResidentARB",
+ "glIsImageHandleResidentNV",
+ "glIsList",
+ "glIsNameAMD",
+ "glIsNamedBufferResidentNV",
+ "glIsNamedStringARB",
+ "glIsObjectBufferATI",
+ "glIsOcclusionQueryNV",
+ "glIsPathNV",
+ "glIsPointInFillPathNV",
+ "glIsPointInStrokePathNV",
+ "glIsProgram",
+ "glIsProgramARB",
+ "glIsProgramNV",
+ "glIsProgramPipeline",
+ "glIsProgramPipelineEXT",
+ "glIsQuery",
+ "glIsQueryARB",
+ "glIsRenderbuffer",
+ "glIsRenderbufferEXT",
+ "glIsSampler",
+ "glIsShader",
+ "glIsSync",
+ "glIsTexture",
+ "glIsTextureEXT",
+ "glIsTextureHandleResidentARB",
+ "glIsTextureHandleResidentNV",
+ "glIsTransformFeedback",
+ "glIsTransformFeedbackNV",
+ "glIsVariantEnabledEXT",
+ "glIsVertexArray",
+ "glIsVertexArrayAPPLE",
+ "glIsVertexAttribEnabledAPPLE",
+ "glLabelObjectEXT",
+ "glLightEnviSGIX",
+ "glLightf",
+ "glLightfv",
+ "glLighti",
+ "glLightiv",
+ "glLightModelf",
+ "glLightModelfv",
+ "glLightModeli",
+ "glLightModeliv",
+ "glLightModelxOES",
+ "glLightModelxvOES",
+ "glLightxOES",
+ "glLightxvOES",
+ "glLineStipple",
+ "glLineWidth",
+ "glLineWidthxOES",
+ "glLinkProgram",
+ "glLinkProgramARB",
+ "glListBase",
+ "glListParameterfSGIX",
+ "glListParameterfvSGIX",
+ "glListParameteriSGIX",
+ "glListParameterivSGIX",
+ "glLoadIdentity",
+ "glLoadIdentityDeformationMapSGIX",
+ "glLoadMatrixd",
+ "glLoadMatrixf",
+ "glLoadMatrixxOES",
+ "glLoadName",
+ "glLoadProgramNV",
+ "glLoadTransposeMatrixd",
+ "glLoadTransposeMatrixdARB",
+ "glLoadTransposeMatrixf",
+ "glLoadTransposeMatrixfARB",
+ "glLoadTransposeMatrixxOES",
+ "glLockArraysEXT",
+ "glLogicOp",
+ "glMakeBufferNonResidentNV",
+ "glMakeBufferResidentNV",
+ "glMakeImageHandleNonResidentARB",
+ "glMakeImageHandleNonResidentNV",
+ "glMakeImageHandleResidentARB",
+ "glMakeImageHandleResidentNV",
+ "glMakeNamedBufferNonResidentNV",
+ "glMakeNamedBufferResidentNV",
+ "glMakeTextureHandleNonResidentARB",
+ "glMakeTextureHandleNonResidentNV",
+ "glMakeTextureHandleResidentARB",
+ "glMakeTextureHandleResidentNV",
+ "glMap1d",
+ "glMap1f",
+ "glMap1xOES",
+ "glMap2d",
+ "glMap2f",
+ "glMap2xOES",
+ "glMapBuffer",
+ "glMapBufferARB",
+ "glMapBufferRange",
+ "glMapControlPointsNV",
+ "glMapGrid1d",
+ "glMapGrid1f",
+ "glMapGrid1xOES",
+ "glMapGrid2d",
+ "glMapGrid2f",
+ "glMapGrid2xOES",
+ "glMapNamedBufferEXT",
+ "glMapNamedBufferRangeEXT",
+ "glMapObjectBufferATI",
+ "glMapParameterfvNV",
+ "glMapParameterivNV",
+ "glMapTexture2DINTEL",
+ "glMapVertexAttrib1dAPPLE",
+ "glMapVertexAttrib1fAPPLE",
+ "glMapVertexAttrib2dAPPLE",
+ "glMapVertexAttrib2fAPPLE",
+ "glMaterialf",
+ "glMaterialfv",
+ "glMateriali",
+ "glMaterialiv",
+ "glMaterialxOES",
+ "glMaterialxvOES",
+ "glMatrixFrustumEXT",
+ "glMatrixIndexPointerARB",
+ "glMatrixIndexubvARB",
+ "glMatrixIndexuivARB",
+ "glMatrixIndexusvARB",
+ "glMatrixLoaddEXT",
+ "glMatrixLoadfEXT",
+ "glMatrixLoadIdentityEXT",
+ "glMatrixLoadTransposedEXT",
+ "glMatrixLoadTransposefEXT",
+ "glMatrixMode",
+ "glMatrixMultdEXT",
+ "glMatrixMultfEXT",
+ "glMatrixMultTransposedEXT",
+ "glMatrixMultTransposefEXT",
+ "glMatrixOrthoEXT",
+ "glMatrixPopEXT",
+ "glMatrixPushEXT",
+ "glMatrixRotatedEXT",
+ "glMatrixRotatefEXT",
+ "glMatrixScaledEXT",
+ "glMatrixScalefEXT",
+ "glMatrixTranslatedEXT",
+ "glMatrixTranslatefEXT",
+ "glMemoryBarrier",
+ "glMemoryBarrierEXT",
+ "glMinmax",
+ "glMinmaxEXT",
+ "glMinSampleShading",
+ "glMinSampleShadingARB",
+ "glMultiDrawArrays",
+ "glMultiDrawArraysEXT",
+ "glMultiDrawArraysIndirect",
+ "glMultiDrawArraysIndirectAMD",
+ "glMultiDrawArraysIndirectBindlessNV",
+ "glMultiDrawArraysIndirectCountARB",
+ "glMultiDrawElementArrayAPPLE",
+ "glMultiDrawElements",
+ "glMultiDrawElementsBaseVertex",
+ "glMultiDrawElementsEXT",
+ "glMultiDrawElementsIndirect",
+ "glMultiDrawElementsIndirectAMD",
+ "glMultiDrawElementsIndirectBindlessNV",
+ "glMultiDrawElementsIndirectCountARB",
+ "glMultiDrawRangeElementArrayAPPLE",
+ "glMultiModeDrawArraysIBM",
+ "glMultiModeDrawElementsIBM",
+ "glMultiTexBufferEXT",
+ "glMultiTexCoord1bOES",
+ "glMultiTexCoord1bvOES",
+ "glMultiTexCoord1d",
+ "glMultiTexCoord1dARB",
+ "glMultiTexCoord1dv",
+ "glMultiTexCoord1dvARB",
+ "glMultiTexCoord1f",
+ "glMultiTexCoord1fARB",
+ "glMultiTexCoord1fv",
+ "glMultiTexCoord1fvARB",
+ "glMultiTexCoord1hNV",
+ "glMultiTexCoord1hvNV",
+ "glMultiTexCoord1i",
+ "glMultiTexCoord1iARB",
+ "glMultiTexCoord1iv",
+ "glMultiTexCoord1ivARB",
+ "glMultiTexCoord1s",
+ "glMultiTexCoord1sARB",
+ "glMultiTexCoord1sv",
+ "glMultiTexCoord1svARB",
+ "glMultiTexCoord1xOES",
+ "glMultiTexCoord1xvOES",
+ "glMultiTexCoord2bOES",
+ "glMultiTexCoord2bvOES",
+ "glMultiTexCoord2d",
+ "glMultiTexCoord2dARB",
+ "glMultiTexCoord2dv",
+ "glMultiTexCoord2dvARB",
+ "glMultiTexCoord2f",
+ "glMultiTexCoord2fARB",
+ "glMultiTexCoord2fv",
+ "glMultiTexCoord2fvARB",
+ "glMultiTexCoord2hNV",
+ "glMultiTexCoord2hvNV",
+ "glMultiTexCoord2i",
+ "glMultiTexCoord2iARB",
+ "glMultiTexCoord2iv",
+ "glMultiTexCoord2ivARB",
+ "glMultiTexCoord2s",
+ "glMultiTexCoord2sARB",
+ "glMultiTexCoord2sv",
+ "glMultiTexCoord2svARB",
+ "glMultiTexCoord2xOES",
+ "glMultiTexCoord2xvOES",
+ "glMultiTexCoord3bOES",
+ "glMultiTexCoord3bvOES",
+ "glMultiTexCoord3d",
+ "glMultiTexCoord3dARB",
+ "glMultiTexCoord3dv",
+ "glMultiTexCoord3dvARB",
+ "glMultiTexCoord3f",
+ "glMultiTexCoord3fARB",
+ "glMultiTexCoord3fv",
+ "glMultiTexCoord3fvARB",
+ "glMultiTexCoord3hNV",
+ "glMultiTexCoord3hvNV",
+ "glMultiTexCoord3i",
+ "glMultiTexCoord3iARB",
+ "glMultiTexCoord3iv",
+ "glMultiTexCoord3ivARB",
+ "glMultiTexCoord3s",
+ "glMultiTexCoord3sARB",
+ "glMultiTexCoord3sv",
+ "glMultiTexCoord3svARB",
+ "glMultiTexCoord3xOES",
+ "glMultiTexCoord3xvOES",
+ "glMultiTexCoord4bOES",
+ "glMultiTexCoord4bvOES",
+ "glMultiTexCoord4d",
+ "glMultiTexCoord4dARB",
+ "glMultiTexCoord4dv",
+ "glMultiTexCoord4dvARB",
+ "glMultiTexCoord4f",
+ "glMultiTexCoord4fARB",
+ "glMultiTexCoord4fv",
+ "glMultiTexCoord4fvARB",
+ "glMultiTexCoord4hNV",
+ "glMultiTexCoord4hvNV",
+ "glMultiTexCoord4i",
+ "glMultiTexCoord4iARB",
+ "glMultiTexCoord4iv",
+ "glMultiTexCoord4ivARB",
+ "glMultiTexCoord4s",
+ "glMultiTexCoord4sARB",
+ "glMultiTexCoord4sv",
+ "glMultiTexCoord4svARB",
+ "glMultiTexCoord4xOES",
+ "glMultiTexCoord4xvOES",
+ "glMultiTexCoordP1ui",
+ "glMultiTexCoordP1uiv",
+ "glMultiTexCoordP2ui",
+ "glMultiTexCoordP2uiv",
+ "glMultiTexCoordP3ui",
+ "glMultiTexCoordP3uiv",
+ "glMultiTexCoordP4ui",
+ "glMultiTexCoordP4uiv",
+ "glMultiTexCoordPointerEXT",
+ "glMultiTexEnvfEXT",
+ "glMultiTexEnvfvEXT",
+ "glMultiTexEnviEXT",
+ "glMultiTexEnvivEXT",
+ "glMultiTexGendEXT",
+ "glMultiTexGendvEXT",
+ "glMultiTexGenfEXT",
+ "glMultiTexGenfvEXT",
+ "glMultiTexGeniEXT",
+ "glMultiTexGenivEXT",
+ "glMultiTexImage1DEXT",
+ "glMultiTexImage2DEXT",
+ "glMultiTexImage3DEXT",
+ "glMultiTexParameterfEXT",
+ "glMultiTexParameterfvEXT",
+ "glMultiTexParameteriEXT",
+ "glMultiTexParameterIivEXT",
+ "glMultiTexParameterIuivEXT",
+ "glMultiTexParameterivEXT",
+ "glMultiTexRenderbufferEXT",
+ "glMultiTexSubImage1DEXT",
+ "glMultiTexSubImage2DEXT",
+ "glMultiTexSubImage3DEXT",
+ "glMultMatrixd",
+ "glMultMatrixf",
+ "glMultMatrixxOES",
+ "glMultTransposeMatrixd",
+ "glMultTransposeMatrixdARB",
+ "glMultTransposeMatrixf",
+ "glMultTransposeMatrixfARB",
+ "glMultTransposeMatrixxOES",
+ "glNamedBufferDataEXT",
+ "glNamedBufferStorageEXT",
+ "glNamedBufferSubDataEXT",
+ "glNamedCopyBufferSubDataEXT",
+ "glNamedFramebufferParameteriEXT",
+ "glNamedFramebufferRenderbufferEXT",
+ "glNamedFramebufferTexture1DEXT",
+ "glNamedFramebufferTexture2DEXT",
+ "glNamedFramebufferTexture3DEXT",
+ "glNamedFramebufferTextureEXT",
+ "glNamedFramebufferTextureFaceEXT",
+ "glNamedFramebufferTextureLayerEXT",
+ "glNamedProgramLocalParameter4dEXT",
+ "glNamedProgramLocalParameter4dvEXT",
+ "glNamedProgramLocalParameter4fEXT",
+ "glNamedProgramLocalParameter4fvEXT",
+ "glNamedProgramLocalParameterI4iEXT",
+ "glNamedProgramLocalParameterI4ivEXT",
+ "glNamedProgramLocalParameterI4uiEXT",
+ "glNamedProgramLocalParameterI4uivEXT",
+ "glNamedProgramLocalParameters4fvEXT",
+ "glNamedProgramLocalParametersI4ivEXT",
+ "glNamedProgramLocalParametersI4uivEXT",
+ "glNamedProgramStringEXT",
+ "glNamedRenderbufferStorageEXT",
+ "glNamedRenderbufferStorageMultisampleCoverageEXT",
+ "glNamedRenderbufferStorageMultisampleEXT",
+ "glNamedStringARB",
+ "glNewList",
+ "glNewObjectBufferATI",
+ "glNormal3b",
+ "glNormal3bv",
+ "glNormal3d",
+ "glNormal3dv",
+ "glNormal3f",
+ "glNormal3fv",
+ "glNormal3fVertex3fSUN",
+ "glNormal3fVertex3fvSUN",
+ "glNormal3hNV",
+ "glNormal3hvNV",
+ "glNormal3i",
+ "glNormal3iv",
+ "glNormal3s",
+ "glNormal3sv",
+ "glNormal3xOES",
+ "glNormal3xvOES",
+ "glNormalFormatNV",
+ "glNormalP3ui",
+ "glNormalP3uiv",
+ "glNormalPointer",
+ "glNormalPointerEXT",
+ "glNormalPointerListIBM",
+ "glNormalPointervINTEL",
+ "glNormalStream3bATI",
+ "glNormalStream3bvATI",
+ "glNormalStream3dATI",
+ "glNormalStream3dvATI",
+ "glNormalStream3fATI",
+ "glNormalStream3fvATI",
+ "glNormalStream3iATI",
+ "glNormalStream3ivATI",
+ "glNormalStream3sATI",
+ "glNormalStream3svATI",
+ "glObjectLabel",
+ "glObjectLabelKHR",
+ "glObjectPtrLabel",
+ "glObjectPtrLabelKHR",
+ "glObjectPurgeableAPPLE",
+ "glObjectUnpurgeableAPPLE",
+ "glOrtho",
+ "glOrthofOES",
+ "glOrthoxOES",
+ "glPassTexCoordATI",
+ "glPassThrough",
+ "glPassThroughxOES",
+ "glPatchParameterfv",
+ "glPatchParameteri",
+ "glPathColorGenNV",
+ "glPathCommandsNV",
+ "glPathCoordsNV",
+ "glPathCoverDepthFuncNV",
+ "glPathDashArrayNV",
+ "glPathFogGenNV",
+ "glPathGlyphRangeNV",
+ "glPathGlyphsNV",
+ "glPathParameterfNV",
+ "glPathParameterfvNV",
+ "glPathParameteriNV",
+ "glPathParameterivNV",
+ "glPathStencilDepthOffsetNV",
+ "glPathStencilFuncNV",
+ "glPathStringNV",
+ "glPathSubCommandsNV",
+ "glPathSubCoordsNV",
+ "glPathTexGenNV",
+ "glPauseTransformFeedback",
+ "glPauseTransformFeedbackNV",
+ "glPixelDataRangeNV",
+ "glPixelMapfv",
+ "glPixelMapuiv",
+ "glPixelMapusv",
+ "glPixelMapx",
+ "glPixelStoref",
+ "glPixelStorei",
+ "glPixelStorex",
+ "glPixelTexGenParameterfSGIS",
+ "glPixelTexGenParameterfvSGIS",
+ "glPixelTexGenParameteriSGIS",
+ "glPixelTexGenParameterivSGIS",
+ "glPixelTexGenSGIX",
+ "glPixelTransferf",
+ "glPixelTransferi",
+ "glPixelTransferxOES",
+ "glPixelTransformParameterfEXT",
+ "glPixelTransformParameterfvEXT",
+ "glPixelTransformParameteriEXT",
+ "glPixelTransformParameterivEXT",
+ "glPixelZoom",
+ "glPixelZoomxOES",
+ "glPNTrianglesfATI",
+ "glPNTrianglesiATI",
+ "glPointAlongPathNV",
+ "glPointParameterf",
+ "glPointParameterfARB",
+ "glPointParameterfEXT",
+ "glPointParameterfSGIS",
+ "glPointParameterfv",
+ "glPointParameterfvARB",
+ "glPointParameterfvEXT",
+ "glPointParameterfvSGIS",
+ "glPointParameteri",
+ "glPointParameteriNV",
+ "glPointParameteriv",
+ "glPointParameterivNV",
+ "glPointParameterxOES",
+ "glPointParameterxvOES",
+ "glPointSize",
+ "glPointSizexOES",
+ "glPollAsyncSGIX",
+ "glPollInstrumentsSGIX",
+ "glPolygonMode",
+ "glPolygonOffset",
+ "glPolygonOffsetEXT",
+ "glPolygonOffsetxOES",
+ "glPolygonStipple",
+ "glPopAttrib",
+ "glPopClientAttrib",
+ "glPopDebugGroup",
+ "glPopDebugGroupKHR",
+ "glPopGroupMarkerEXT",
+ "glPopMatrix",
+ "glPopName",
+ "glPresentFrameDualFillNV",
+ "glPresentFrameKeyedNV",
+ "glPrimitiveRestartIndex",
+ "glPrimitiveRestartIndexNV",
+ "glPrimitiveRestartNV",
+ "glPrioritizeTextures",
+ "glPrioritizeTexturesEXT",
+ "glPrioritizeTexturesxOES",
+ "glProgramBinary",
+ "glProgramBufferParametersfvNV",
+ "glProgramBufferParametersIivNV",
+ "glProgramBufferParametersIuivNV",
+ "glProgramEnvParameter4dARB",
+ "glProgramEnvParameter4dvARB",
+ "glProgramEnvParameter4fARB",
+ "glProgramEnvParameter4fvARB",
+ "glProgramEnvParameterI4iNV",
+ "glProgramEnvParameterI4ivNV",
+ "glProgramEnvParameterI4uiNV",
+ "glProgramEnvParameterI4uivNV",
+ "glProgramEnvParameters4fvEXT",
+ "glProgramEnvParametersI4ivNV",
+ "glProgramEnvParametersI4uivNV",
+ "glProgramLocalParameter4dARB",
+ "glProgramLocalParameter4dvARB",
+ "glProgramLocalParameter4fARB",
+ "glProgramLocalParameter4fvARB",
+ "glProgramLocalParameterI4iNV",
+ "glProgramLocalParameterI4ivNV",
+ "glProgramLocalParameterI4uiNV",
+ "glProgramLocalParameterI4uivNV",
+ "glProgramLocalParameters4fvEXT",
+ "glProgramLocalParametersI4ivNV",
+ "glProgramLocalParametersI4uivNV",
+ "glProgramNamedParameter4dNV",
+ "glProgramNamedParameter4dvNV",
+ "glProgramNamedParameter4fNV",
+ "glProgramNamedParameter4fvNV",
+ "glProgramParameter4dNV",
+ "glProgramParameter4dvNV",
+ "glProgramParameter4fNV",
+ "glProgramParameter4fvNV",
+ "glProgramParameteri",
+ "glProgramParameteriARB",
+ "glProgramParameteriEXT",
+ "glProgramParameters4dvNV",
+ "glProgramParameters4fvNV",
+ "glProgramStringARB",
+ "glProgramSubroutineParametersuivNV",
+ "glProgramUniform1d",
+ "glProgramUniform1dEXT",
+ "glProgramUniform1dv",
+ "glProgramUniform1dvEXT",
+ "glProgramUniform1f",
+ "glProgramUniform1fEXT",
+ "glProgramUniform1fv",
+ "glProgramUniform1fvEXT",
+ "glProgramUniform1i",
+ "glProgramUniform1i64NV",
+ "glProgramUniform1i64vNV",
+ "glProgramUniform1iEXT",
+ "glProgramUniform1iv",
+ "glProgramUniform1ivEXT",
+ "glProgramUniform1ui",
+ "glProgramUniform1ui64NV",
+ "glProgramUniform1ui64vNV",
+ "glProgramUniform1uiEXT",
+ "glProgramUniform1uiv",
+ "glProgramUniform1uivEXT",
+ "glProgramUniform2d",
+ "glProgramUniform2dEXT",
+ "glProgramUniform2dv",
+ "glProgramUniform2dvEXT",
+ "glProgramUniform2f",
+ "glProgramUniform2fEXT",
+ "glProgramUniform2fv",
+ "glProgramUniform2fvEXT",
+ "glProgramUniform2i",
+ "glProgramUniform2i64NV",
+ "glProgramUniform2i64vNV",
+ "glProgramUniform2iEXT",
+ "glProgramUniform2iv",
+ "glProgramUniform2ivEXT",
+ "glProgramUniform2ui",
+ "glProgramUniform2ui64NV",
+ "glProgramUniform2ui64vNV",
+ "glProgramUniform2uiEXT",
+ "glProgramUniform2uiv",
+ "glProgramUniform2uivEXT",
+ "glProgramUniform3d",
+ "glProgramUniform3dEXT",
+ "glProgramUniform3dv",
+ "glProgramUniform3dvEXT",
+ "glProgramUniform3f",
+ "glProgramUniform3fEXT",
+ "glProgramUniform3fv",
+ "glProgramUniform3fvEXT",
+ "glProgramUniform3i",
+ "glProgramUniform3i64NV",
+ "glProgramUniform3i64vNV",
+ "glProgramUniform3iEXT",
+ "glProgramUniform3iv",
+ "glProgramUniform3ivEXT",
+ "glProgramUniform3ui",
+ "glProgramUniform3ui64NV",
+ "glProgramUniform3ui64vNV",
+ "glProgramUniform3uiEXT",
+ "glProgramUniform3uiv",
+ "glProgramUniform3uivEXT",
+ "glProgramUniform4d",
+ "glProgramUniform4dEXT",
+ "glProgramUniform4dv",
+ "glProgramUniform4dvEXT",
+ "glProgramUniform4f",
+ "glProgramUniform4fEXT",
+ "glProgramUniform4fv",
+ "glProgramUniform4fvEXT",
+ "glProgramUniform4i",
+ "glProgramUniform4i64NV",
+ "glProgramUniform4i64vNV",
+ "glProgramUniform4iEXT",
+ "glProgramUniform4iv",
+ "glProgramUniform4ivEXT",
+ "glProgramUniform4ui",
+ "glProgramUniform4ui64NV",
+ "glProgramUniform4ui64vNV",
+ "glProgramUniform4uiEXT",
+ "glProgramUniform4uiv",
+ "glProgramUniform4uivEXT",
+ "glProgramUniformHandleui64ARB",
+ "glProgramUniformHandleui64NV",
+ "glProgramUniformHandleui64vARB",
+ "glProgramUniformHandleui64vNV",
+ "glProgramUniformMatrix2dv",
+ "glProgramUniformMatrix2dvEXT",
+ "glProgramUniformMatrix2fv",
+ "glProgramUniformMatrix2fvEXT",
+ "glProgramUniformMatrix2x3dv",
+ "glProgramUniformMatrix2x3dvEXT",
+ "glProgramUniformMatrix2x3fv",
+ "glProgramUniformMatrix2x3fvEXT",
+ "glProgramUniformMatrix2x4dv",
+ "glProgramUniformMatrix2x4dvEXT",
+ "glProgramUniformMatrix2x4fv",
+ "glProgramUniformMatrix2x4fvEXT",
+ "glProgramUniformMatrix3dv",
+ "glProgramUniformMatrix3dvEXT",
+ "glProgramUniformMatrix3fv",
+ "glProgramUniformMatrix3fvEXT",
+ "glProgramUniformMatrix3x2dv",
+ "glProgramUniformMatrix3x2dvEXT",
+ "glProgramUniformMatrix3x2fv",
+ "glProgramUniformMatrix3x2fvEXT",
+ "glProgramUniformMatrix3x4dv",
+ "glProgramUniformMatrix3x4dvEXT",
+ "glProgramUniformMatrix3x4fv",
+ "glProgramUniformMatrix3x4fvEXT",
+ "glProgramUniformMatrix4dv",
+ "glProgramUniformMatrix4dvEXT",
+ "glProgramUniformMatrix4fv",
+ "glProgramUniformMatrix4fvEXT",
+ "glProgramUniformMatrix4x2dv",
+ "glProgramUniformMatrix4x2dvEXT",
+ "glProgramUniformMatrix4x2fv",
+ "glProgramUniformMatrix4x2fvEXT",
+ "glProgramUniformMatrix4x3dv",
+ "glProgramUniformMatrix4x3dvEXT",
+ "glProgramUniformMatrix4x3fv",
+ "glProgramUniformMatrix4x3fvEXT",
+ "glProgramUniformui64NV",
+ "glProgramUniformui64vNV",
+ "glProgramVertexLimitNV",
+ "glProvokingVertex",
+ "glProvokingVertexEXT",
+ "glPushAttrib",
+ "glPushClientAttrib",
+ "glPushClientAttribDefaultEXT",
+ "glPushDebugGroup",
+ "glPushDebugGroupKHR",
+ "glPushGroupMarkerEXT",
+ "glPushMatrix",
+ "glPushName",
+ "glQueryCounter",
+ "glQueryMatrixxOES",
+ "glRasterPos2d",
+ "glRasterPos2dv",
+ "glRasterPos2f",
+ "glRasterPos2fv",
+ "glRasterPos2i",
+ "glRasterPos2iv",
+ "glRasterPos2s",
+ "glRasterPos2sv",
+ "glRasterPos2xOES",
+ "glRasterPos2xvOES",
+ "glRasterPos3d",
+ "glRasterPos3dv",
+ "glRasterPos3f",
+ "glRasterPos3fv",
+ "glRasterPos3i",
+ "glRasterPos3iv",
+ "glRasterPos3s",
+ "glRasterPos3sv",
+ "glRasterPos3xOES",
+ "glRasterPos3xvOES",
+ "glRasterPos4d",
+ "glRasterPos4dv",
+ "glRasterPos4f",
+ "glRasterPos4fv",
+ "glRasterPos4i",
+ "glRasterPos4iv",
+ "glRasterPos4s",
+ "glRasterPos4sv",
+ "glRasterPos4xOES",
+ "glRasterPos4xvOES",
+ "glReadBuffer",
+ "glReadInstrumentsSGIX",
+ "glReadnPixelsARB",
+ "glReadPixels",
+ "glRectd",
+ "glRectdv",
+ "glRectf",
+ "glRectfv",
+ "glRecti",
+ "glRectiv",
+ "glRects",
+ "glRectsv",
+ "glRectxOES",
+ "glRectxvOES",
+ "glReferencePlaneSGIX",
+ "glReleaseShaderCompiler",
+ "glRenderbufferStorage",
+ "glRenderbufferStorageEXT",
+ "glRenderbufferStorageMultisample",
+ "glRenderbufferStorageMultisampleCoverageNV",
+ "glRenderbufferStorageMultisampleEXT",
+ "glRenderMode",
+ "glReplacementCodePointerSUN",
+ "glReplacementCodeubSUN",
+ "glReplacementCodeubvSUN",
+ "glReplacementCodeuiColor3fVertex3fSUN",
+ "glReplacementCodeuiColor3fVertex3fvSUN",
+ "glReplacementCodeuiColor4fNormal3fVertex3fSUN",
+ "glReplacementCodeuiColor4fNormal3fVertex3fvSUN",
+ "glReplacementCodeuiColor4ubVertex3fSUN",
+ "glReplacementCodeuiColor4ubVertex3fvSUN",
+ "glReplacementCodeuiNormal3fVertex3fSUN",
+ "glReplacementCodeuiNormal3fVertex3fvSUN",
+ "glReplacementCodeuiSUN",
+ "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN",
+ "glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN",
+ "glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN",
+ "glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN",
+ "glReplacementCodeuiTexCoord2fVertex3fSUN",
+ "glReplacementCodeuiTexCoord2fVertex3fvSUN",
+ "glReplacementCodeuiVertex3fSUN",
+ "glReplacementCodeuiVertex3fvSUN",
+ "glReplacementCodeuivSUN",
+ "glReplacementCodeusSUN",
+ "glReplacementCodeusvSUN",
+ "glRequestResidentProgramsNV",
+ "glResetHistogram",
+ "glResetHistogramEXT",
+ "glResetMinmax",
+ "glResetMinmaxEXT",
+ "glResizeBuffersMESA",
+ "glResumeTransformFeedback",
+ "glResumeTransformFeedbackNV",
+ "glRotated",
+ "glRotatef",
+ "glRotatexOES",
+ "glSampleCoverage",
+ "glSampleCoverageARB",
+ "glSampleCoverageOES",
+ "glSampleCoveragexOES",
+ "glSampleMapATI",
+ "glSampleMaskEXT",
+ "glSampleMaski",
+ "glSampleMaskIndexedNV",
+ "glSampleMaskSGIS",
+ "glSamplePatternEXT",
+ "glSamplePatternSGIS",
+ "glSamplerParameterf",
+ "glSamplerParameterfv",
+ "glSamplerParameteri",
+ "glSamplerParameterIiv",
+ "glSamplerParameterIuiv",
+ "glSamplerParameteriv",
+ "glScaled",
+ "glScalef",
+ "glScalexOES",
+ "glScissor",
+ "glScissorArrayv",
+ "glScissorIndexed",
+ "glScissorIndexedv",
+ "glSecondaryColor3b",
+ "glSecondaryColor3bEXT",
+ "glSecondaryColor3bv",
+ "glSecondaryColor3bvEXT",
+ "glSecondaryColor3d",
+ "glSecondaryColor3dEXT",
+ "glSecondaryColor3dv",
+ "glSecondaryColor3dvEXT",
+ "glSecondaryColor3f",
+ "glSecondaryColor3fEXT",
+ "glSecondaryColor3fv",
+ "glSecondaryColor3fvEXT",
+ "glSecondaryColor3hNV",
+ "glSecondaryColor3hvNV",
+ "glSecondaryColor3i",
+ "glSecondaryColor3iEXT",
+ "glSecondaryColor3iv",
+ "glSecondaryColor3ivEXT",
+ "glSecondaryColor3s",
+ "glSecondaryColor3sEXT",
+ "glSecondaryColor3sv",
+ "glSecondaryColor3svEXT",
+ "glSecondaryColor3ub",
+ "glSecondaryColor3ubEXT",
+ "glSecondaryColor3ubv",
+ "glSecondaryColor3ubvEXT",
+ "glSecondaryColor3ui",
+ "glSecondaryColor3uiEXT",
+ "glSecondaryColor3uiv",
+ "glSecondaryColor3uivEXT",
+ "glSecondaryColor3us",
+ "glSecondaryColor3usEXT",
+ "glSecondaryColor3usv",
+ "glSecondaryColor3usvEXT",
+ "glSecondaryColorFormatNV",
+ "glSecondaryColorP3ui",
+ "glSecondaryColorP3uiv",
+ "glSecondaryColorPointer",
+ "glSecondaryColorPointerEXT",
+ "glSecondaryColorPointerListIBM",
+ "glSelectBuffer",
+ "glSelectPerfMonitorCountersAMD",
+ "glSeparableFilter2D",
+ "glSeparableFilter2DEXT",
+ "glSetFenceAPPLE",
+ "glSetFenceNV",
+ "glSetFragmentShaderConstantATI",
+ "glSetInvariantEXT",
+ "glSetLocalConstantEXT",
+ "glSetMultisamplefvAMD",
+ "glShadeModel",
+ "glShaderBinary",
+ "glShaderOp1EXT",
+ "glShaderOp2EXT",
+ "glShaderOp3EXT",
+ "glShaderSource",
+ "glShaderSourceARB",
+ "glShaderStorageBlockBinding",
+ "glSharpenTexFuncSGIS",
+ "glSpriteParameterfSGIX",
+ "glSpriteParameterfvSGIX",
+ "glSpriteParameteriSGIX",
+ "glSpriteParameterivSGIX",
+ "glStartInstrumentsSGIX",
+ "glStencilClearTagEXT",
+ "glStencilFillPathInstancedNV",
+ "glStencilFillPathNV",
+ "glStencilFunc",
+ "glStencilFuncSeparate",
+ "glStencilFuncSeparateATI",
+ "glStencilMask",
+ "glStencilMaskSeparate",
+ "glStencilOp",
+ "glStencilOpSeparate",
+ "glStencilOpSeparateATI",
+ "glStencilOpValueAMD",
+ "glStencilStrokePathInstancedNV",
+ "glStencilStrokePathNV",
+ "glStopInstrumentsSGIX",
+ "glStringMarkerGREMEDY",
+ "glSwizzleEXT",
+ "glSyncTextureINTEL",
+ "glTagSampleBufferSGIX",
+ "glTangent3bEXT",
+ "glTangent3bvEXT",
+ "glTangent3dEXT",
+ "glTangent3dvEXT",
+ "glTangent3fEXT",
+ "glTangent3fvEXT",
+ "glTangent3iEXT",
+ "glTangent3ivEXT",
+ "glTangent3sEXT",
+ "glTangent3svEXT",
+ "glTangentPointerEXT",
+ "glTbufferMask3DFX",
+ "glTessellationFactorAMD",
+ "glTessellationModeAMD",
+ "glTestFenceAPPLE",
+ "glTestFenceNV",
+ "glTestObjectAPPLE",
+ "glTexBuffer",
+ "glTexBufferARB",
+ "glTexBufferEXT",
+ "glTexBufferRange",
+ "glTexBumpParameterfvATI",
+ "glTexBumpParameterivATI",
+ "glTexCoord1bOES",
+ "glTexCoord1bvOES",
+ "glTexCoord1d",
+ "glTexCoord1dv",
+ "glTexCoord1f",
+ "glTexCoord1fv",
+ "glTexCoord1hNV",
+ "glTexCoord1hvNV",
+ "glTexCoord1i",
+ "glTexCoord1iv",
+ "glTexCoord1s",
+ "glTexCoord1sv",
+ "glTexCoord1xOES",
+ "glTexCoord1xvOES",
+ "glTexCoord2bOES",
+ "glTexCoord2bvOES",
+ "glTexCoord2d",
+ "glTexCoord2dv",
+ "glTexCoord2f",
+ "glTexCoord2fColor3fVertex3fSUN",
+ "glTexCoord2fColor3fVertex3fvSUN",
+ "glTexCoord2fColor4fNormal3fVertex3fSUN",
+ "glTexCoord2fColor4fNormal3fVertex3fvSUN",
+ "glTexCoord2fColor4ubVertex3fSUN",
+ "glTexCoord2fColor4ubVertex3fvSUN",
+ "glTexCoord2fNormal3fVertex3fSUN",
+ "glTexCoord2fNormal3fVertex3fvSUN",
+ "glTexCoord2fv",
+ "glTexCoord2fVertex3fSUN",
+ "glTexCoord2fVertex3fvSUN",
+ "glTexCoord2hNV",
+ "glTexCoord2hvNV",
+ "glTexCoord2i",
+ "glTexCoord2iv",
+ "glTexCoord2s",
+ "glTexCoord2sv",
+ "glTexCoord2xOES",
+ "glTexCoord2xvOES",
+ "glTexCoord3bOES",
+ "glTexCoord3bvOES",
+ "glTexCoord3d",
+ "glTexCoord3dv",
+ "glTexCoord3f",
+ "glTexCoord3fv",
+ "glTexCoord3hNV",
+ "glTexCoord3hvNV",
+ "glTexCoord3i",
+ "glTexCoord3iv",
+ "glTexCoord3s",
+ "glTexCoord3sv",
+ "glTexCoord3xOES",
+ "glTexCoord3xvOES",
+ "glTexCoord4bOES",
+ "glTexCoord4bvOES",
+ "glTexCoord4d",
+ "glTexCoord4dv",
+ "glTexCoord4f",
+ "glTexCoord4fColor4fNormal3fVertex4fSUN",
+ "glTexCoord4fColor4fNormal3fVertex4fvSUN",
+ "glTexCoord4fv",
+ "glTexCoord4fVertex4fSUN",
+ "glTexCoord4fVertex4fvSUN",
+ "glTexCoord4hNV",
+ "glTexCoord4hvNV",
+ "glTexCoord4i",
+ "glTexCoord4iv",
+ "glTexCoord4s",
+ "glTexCoord4sv",
+ "glTexCoord4xOES",
+ "glTexCoord4xvOES",
+ "glTexCoordFormatNV",
+ "glTexCoordP1ui",
+ "glTexCoordP1uiv",
+ "glTexCoordP2ui",
+ "glTexCoordP2uiv",
+ "glTexCoordP3ui",
+ "glTexCoordP3uiv",
+ "glTexCoordP4ui",
+ "glTexCoordP4uiv",
+ "glTexCoordPointer",
+ "glTexCoordPointerEXT",
+ "glTexCoordPointerListIBM",
+ "glTexCoordPointervINTEL",
+ "glTexEnvf",
+ "glTexEnvfv",
+ "glTexEnvi",
+ "glTexEnviv",
+ "glTexEnvxOES",
+ "glTexEnvxvOES",
+ "glTexFilterFuncSGIS",
+ "glTexGend",
+ "glTexGendv",
+ "glTexGenf",
+ "glTexGenfv",
+ "glTexGeni",
+ "glTexGeniv",
+ "glTexGenxOES",
+ "glTexGenxvOES",
+ "glTexImage1D",
+ "glTexImage2D",
+ "glTexImage2DMultisample",
+ "glTexImage2DMultisampleCoverageNV",
+ "glTexImage3D",
+ "glTexImage3DEXT",
+ "glTexImage3DMultisample",
+ "glTexImage3DMultisampleCoverageNV",
+ "glTexImage4DSGIS",
+ "glTexPageCommitmentARB",
+ "glTexParameterf",
+ "glTexParameterfv",
+ "glTexParameteri",
+ "glTexParameterIiv",
+ "glTexParameterIivEXT",
+ "glTexParameterIuiv",
+ "glTexParameterIuivEXT",
+ "glTexParameteriv",
+ "glTexParameterxOES",
+ "glTexParameterxvOES",
+ "glTexRenderbufferNV",
+ "glTexStorage1D",
+ "glTexStorage2D",
+ "glTexStorage2DMultisample",
+ "glTexStorage3D",
+ "glTexStorage3DMultisample",
+ "glTexStorageSparseAMD",
+ "glTexSubImage1D",
+ "glTexSubImage1DEXT",
+ "glTexSubImage2D",
+ "glTexSubImage2DEXT",
+ "glTexSubImage3D",
+ "glTexSubImage3DEXT",
+ "glTexSubImage4DSGIS",
+ "glTextureBarrierNV",
+ "glTextureBufferEXT",
+ "glTextureBufferRangeEXT",
+ "glTextureColorMaskSGIS",
+ "glTextureImage1DEXT",
+ "glTextureImage2DEXT",
+ "glTextureImage2DMultisampleCoverageNV",
+ "glTextureImage2DMultisampleNV",
+ "glTextureImage3DEXT",
+ "glTextureImage3DMultisampleCoverageNV",
+ "glTextureImage3DMultisampleNV",
+ "glTextureLightEXT",
+ "glTextureMaterialEXT",
+ "glTextureNormalEXT",
+ "glTexturePageCommitmentEXT",
+ "glTextureParameterfEXT",
+ "glTextureParameterfvEXT",
+ "glTextureParameteriEXT",
+ "glTextureParameterIivEXT",
+ "glTextureParameterIuivEXT",
+ "glTextureParameterivEXT",
+ "glTextureRangeAPPLE",
+ "glTextureRenderbufferEXT",
+ "glTextureStorage1DEXT",
+ "glTextureStorage2DEXT",
+ "glTextureStorage2DMultisampleEXT",
+ "glTextureStorage3DEXT",
+ "glTextureStorage3DMultisampleEXT",
+ "glTextureStorageSparseAMD",
+ "glTextureSubImage1DEXT",
+ "glTextureSubImage2DEXT",
+ "glTextureSubImage3DEXT",
+ "glTextureView",
+ "glTrackMatrixNV",
+ "glTransformFeedbackAttribsNV",
+ "glTransformFeedbackStreamAttribsNV",
+ "glTransformFeedbackVaryings",
+ "glTransformFeedbackVaryingsEXT",
+ "glTransformFeedbackVaryingsNV",
+ "glTransformPathNV",
+ "glTranslated",
+ "glTranslatef",
+ "glTranslatexOES",
+ "glUniform1d",
+ "glUniform1dv",
+ "glUniform1f",
+ "glUniform1fARB",
+ "glUniform1fv",
+ "glUniform1fvARB",
+ "glUniform1i",
+ "glUniform1i64NV",
+ "glUniform1i64vNV",
+ "glUniform1iARB",
+ "glUniform1iv",
+ "glUniform1ivARB",
+ "glUniform1ui",
+ "glUniform1ui64NV",
+ "glUniform1ui64vNV",
+ "glUniform1uiEXT",
+ "glUniform1uiv",
+ "glUniform1uivEXT",
+ "glUniform2d",
+ "glUniform2dv",
+ "glUniform2f",
+ "glUniform2fARB",
+ "glUniform2fv",
+ "glUniform2fvARB",
+ "glUniform2i",
+ "glUniform2i64NV",
+ "glUniform2i64vNV",
+ "glUniform2iARB",
+ "glUniform2iv",
+ "glUniform2ivARB",
+ "glUniform2ui",
+ "glUniform2ui64NV",
+ "glUniform2ui64vNV",
+ "glUniform2uiEXT",
+ "glUniform2uiv",
+ "glUniform2uivEXT",
+ "glUniform3d",
+ "glUniform3dv",
+ "glUniform3f",
+ "glUniform3fARB",
+ "glUniform3fv",
+ "glUniform3fvARB",
+ "glUniform3i",
+ "glUniform3i64NV",
+ "glUniform3i64vNV",
+ "glUniform3iARB",
+ "glUniform3iv",
+ "glUniform3ivARB",
+ "glUniform3ui",
+ "glUniform3ui64NV",
+ "glUniform3ui64vNV",
+ "glUniform3uiEXT",
+ "glUniform3uiv",
+ "glUniform3uivEXT",
+ "glUniform4d",
+ "glUniform4dv",
+ "glUniform4f",
+ "glUniform4fARB",
+ "glUniform4fv",
+ "glUniform4fvARB",
+ "glUniform4i",
+ "glUniform4i64NV",
+ "glUniform4i64vNV",
+ "glUniform4iARB",
+ "glUniform4iv",
+ "glUniform4ivARB",
+ "glUniform4ui",
+ "glUniform4ui64NV",
+ "glUniform4ui64vNV",
+ "glUniform4uiEXT",
+ "glUniform4uiv",
+ "glUniform4uivEXT",
+ "glUniformBlockBinding",
+ "glUniformBufferEXT",
+ "glUniformHandleui64ARB",
+ "glUniformHandleui64NV",
+ "glUniformHandleui64vARB",
+ "glUniformHandleui64vNV",
+ "glUniformMatrix2dv",
+ "glUniformMatrix2fv",
+ "glUniformMatrix2fvARB",
+ "glUniformMatrix2x3dv",
+ "glUniformMatrix2x3fv",
+ "glUniformMatrix2x4dv",
+ "glUniformMatrix2x4fv",
+ "glUniformMatrix3dv",
+ "glUniformMatrix3fv",
+ "glUniformMatrix3fvARB",
+ "glUniformMatrix3x2dv",
+ "glUniformMatrix3x2fv",
+ "glUniformMatrix3x4dv",
+ "glUniformMatrix3x4fv",
+ "glUniformMatrix4dv",
+ "glUniformMatrix4fv",
+ "glUniformMatrix4fvARB",
+ "glUniformMatrix4x2dv",
+ "glUniformMatrix4x2fv",
+ "glUniformMatrix4x3dv",
+ "glUniformMatrix4x3fv",
+ "glUniformSubroutinesuiv",
+ "glUniformui64NV",
+ "glUniformui64vNV",
+ "glUnlockArraysEXT",
+ "glUnmapBuffer",
+ "glUnmapBufferARB",
+ "glUnmapNamedBufferEXT",
+ "glUnmapObjectBufferATI",
+ "glUnmapTexture2DINTEL",
+ "glUpdateObjectBufferATI",
+ "glUseProgram",
+ "glUseProgramObjectARB",
+ "glUseProgramStages",
+ "glUseProgramStagesEXT",
+ "glUseShaderProgramEXT",
+ "glValidateProgram",
+ "glValidateProgramARB",
+ "glValidateProgramPipeline",
+ "glValidateProgramPipelineEXT",
+ "glVariantArrayObjectATI",
+ "glVariantbvEXT",
+ "glVariantdvEXT",
+ "glVariantfvEXT",
+ "glVariantivEXT",
+ "glVariantPointerEXT",
+ "glVariantsvEXT",
+ "glVariantubvEXT",
+ "glVariantuivEXT",
+ "glVariantusvEXT",
+ "glVDPAUFiniNV",
+ "glVDPAUGetSurfaceivNV",
+ "glVDPAUInitNV",
+ "glVDPAUIsSurfaceNV",
+ "glVDPAUMapSurfacesNV",
+ "glVDPAURegisterOutputSurfaceNV",
+ "glVDPAURegisterVideoSurfaceNV",
+ "glVDPAUSurfaceAccessNV",
+ "glVDPAUUnmapSurfacesNV",
+ "glVDPAUUnregisterSurfaceNV",
+ "glVertex2bOES",
+ "glVertex2bvOES",
+ "glVertex2d",
+ "glVertex2dv",
+ "glVertex2f",
+ "glVertex2fv",
+ "glVertex2hNV",
+ "glVertex2hvNV",
+ "glVertex2i",
+ "glVertex2iv",
+ "glVertex2s",
+ "glVertex2sv",
+ "glVertex2xOES",
+ "glVertex2xvOES",
+ "glVertex3bOES",
+ "glVertex3bvOES",
+ "glVertex3d",
+ "glVertex3dv",
+ "glVertex3f",
+ "glVertex3fv",
+ "glVertex3hNV",
+ "glVertex3hvNV",
+ "glVertex3i",
+ "glVertex3iv",
+ "glVertex3s",
+ "glVertex3sv",
+ "glVertex3xOES",
+ "glVertex3xvOES",
+ "glVertex4bOES",
+ "glVertex4bvOES",
+ "glVertex4d",
+ "glVertex4dv",
+ "glVertex4f",
+ "glVertex4fv",
+ "glVertex4hNV",
+ "glVertex4hvNV",
+ "glVertex4i",
+ "glVertex4iv",
+ "glVertex4s",
+ "glVertex4sv",
+ "glVertex4xOES",
+ "glVertex4xvOES",
+ "glVertexArrayBindVertexBufferEXT",
+ "glVertexArrayColorOffsetEXT",
+ "glVertexArrayEdgeFlagOffsetEXT",
+ "glVertexArrayFogCoordOffsetEXT",
+ "glVertexArrayIndexOffsetEXT",
+ "glVertexArrayMultiTexCoordOffsetEXT",
+ "glVertexArrayNormalOffsetEXT",
+ "glVertexArrayParameteriAPPLE",
+ "glVertexArrayRangeAPPLE",
+ "glVertexArrayRangeNV",
+ "glVertexArraySecondaryColorOffsetEXT",
+ "glVertexArrayTexCoordOffsetEXT",
+ "glVertexArrayVertexAttribBindingEXT",
+ "glVertexArrayVertexAttribDivisorEXT",
+ "glVertexArrayVertexAttribFormatEXT",
+ "glVertexArrayVertexAttribIFormatEXT",
+ "glVertexArrayVertexAttribIOffsetEXT",
+ "glVertexArrayVertexAttribLFormatEXT",
+ "glVertexArrayVertexAttribLOffsetEXT",
+ "glVertexArrayVertexAttribOffsetEXT",
+ "glVertexArrayVertexBindingDivisorEXT",
+ "glVertexArrayVertexOffsetEXT",
+ "glVertexAttrib1d",
+ "glVertexAttrib1dARB",
+ "glVertexAttrib1dNV",
+ "glVertexAttrib1dv",
+ "glVertexAttrib1dvARB",
+ "glVertexAttrib1dvNV",
+ "glVertexAttrib1f",
+ "glVertexAttrib1fARB",
+ "glVertexAttrib1fNV",
+ "glVertexAttrib1fv",
+ "glVertexAttrib1fvARB",
+ "glVertexAttrib1fvNV",
+ "glVertexAttrib1hNV",
+ "glVertexAttrib1hvNV",
+ "glVertexAttrib1s",
+ "glVertexAttrib1sARB",
+ "glVertexAttrib1sNV",
+ "glVertexAttrib1sv",
+ "glVertexAttrib1svARB",
+ "glVertexAttrib1svNV",
+ "glVertexAttrib2d",
+ "glVertexAttrib2dARB",
+ "glVertexAttrib2dNV",
+ "glVertexAttrib2dv",
+ "glVertexAttrib2dvARB",
+ "glVertexAttrib2dvNV",
+ "glVertexAttrib2f",
+ "glVertexAttrib2fARB",
+ "glVertexAttrib2fNV",
+ "glVertexAttrib2fv",
+ "glVertexAttrib2fvARB",
+ "glVertexAttrib2fvNV",
+ "glVertexAttrib2hNV",
+ "glVertexAttrib2hvNV",
+ "glVertexAttrib2s",
+ "glVertexAttrib2sARB",
+ "glVertexAttrib2sNV",
+ "glVertexAttrib2sv",
+ "glVertexAttrib2svARB",
+ "glVertexAttrib2svNV",
+ "glVertexAttrib3d",
+ "glVertexAttrib3dARB",
+ "glVertexAttrib3dNV",
+ "glVertexAttrib3dv",
+ "glVertexAttrib3dvARB",
+ "glVertexAttrib3dvNV",
+ "glVertexAttrib3f",
+ "glVertexAttrib3fARB",
+ "glVertexAttrib3fNV",
+ "glVertexAttrib3fv",
+ "glVertexAttrib3fvARB",
+ "glVertexAttrib3fvNV",
+ "glVertexAttrib3hNV",
+ "glVertexAttrib3hvNV",
+ "glVertexAttrib3s",
+ "glVertexAttrib3sARB",
+ "glVertexAttrib3sNV",
+ "glVertexAttrib3sv",
+ "glVertexAttrib3svARB",
+ "glVertexAttrib3svNV",
+ "glVertexAttrib4bv",
+ "glVertexAttrib4bvARB",
+ "glVertexAttrib4d",
+ "glVertexAttrib4dARB",
+ "glVertexAttrib4dNV",
+ "glVertexAttrib4dv",
+ "glVertexAttrib4dvARB",
+ "glVertexAttrib4dvNV",
+ "glVertexAttrib4f",
+ "glVertexAttrib4fARB",
+ "glVertexAttrib4fNV",
+ "glVertexAttrib4fv",
+ "glVertexAttrib4fvARB",
+ "glVertexAttrib4fvNV",
+ "glVertexAttrib4hNV",
+ "glVertexAttrib4hvNV",
+ "glVertexAttrib4iv",
+ "glVertexAttrib4ivARB",
+ "glVertexAttrib4Nbv",
+ "glVertexAttrib4NbvARB",
+ "glVertexAttrib4Niv",
+ "glVertexAttrib4NivARB",
+ "glVertexAttrib4Nsv",
+ "glVertexAttrib4NsvARB",
+ "glVertexAttrib4Nub",
+ "glVertexAttrib4NubARB",
+ "glVertexAttrib4Nubv",
+ "glVertexAttrib4NubvARB",
+ "glVertexAttrib4Nuiv",
+ "glVertexAttrib4NuivARB",
+ "glVertexAttrib4Nusv",
+ "glVertexAttrib4NusvARB",
+ "glVertexAttrib4s",
+ "glVertexAttrib4sARB",
+ "glVertexAttrib4sNV",
+ "glVertexAttrib4sv",
+ "glVertexAttrib4svARB",
+ "glVertexAttrib4svNV",
+ "glVertexAttrib4ubNV",
+ "glVertexAttrib4ubv",
+ "glVertexAttrib4ubvARB",
+ "glVertexAttrib4ubvNV",
+ "glVertexAttrib4uiv",
+ "glVertexAttrib4uivARB",
+ "glVertexAttrib4usv",
+ "glVertexAttrib4usvARB",
+ "glVertexAttribArrayObjectATI",
+ "glVertexAttribBinding",
+ "glVertexAttribDivisor",
+ "glVertexAttribDivisorARB",
+ "glVertexAttribFormat",
+ "glVertexAttribFormatNV",
+ "glVertexAttribI1i",
+ "glVertexAttribI1iEXT",
+ "glVertexAttribI1iv",
+ "glVertexAttribI1ivEXT",
+ "glVertexAttribI1ui",
+ "glVertexAttribI1uiEXT",
+ "glVertexAttribI1uiv",
+ "glVertexAttribI1uivEXT",
+ "glVertexAttribI2i",
+ "glVertexAttribI2iEXT",
+ "glVertexAttribI2iv",
+ "glVertexAttribI2ivEXT",
+ "glVertexAttribI2ui",
+ "glVertexAttribI2uiEXT",
+ "glVertexAttribI2uiv",
+ "glVertexAttribI2uivEXT",
+ "glVertexAttribI3i",
+ "glVertexAttribI3iEXT",
+ "glVertexAttribI3iv",
+ "glVertexAttribI3ivEXT",
+ "glVertexAttribI3ui",
+ "glVertexAttribI3uiEXT",
+ "glVertexAttribI3uiv",
+ "glVertexAttribI3uivEXT",
+ "glVertexAttribI4bv",
+ "glVertexAttribI4bvEXT",
+ "glVertexAttribI4i",
+ "glVertexAttribI4iEXT",
+ "glVertexAttribI4iv",
+ "glVertexAttribI4ivEXT",
+ "glVertexAttribI4sv",
+ "glVertexAttribI4svEXT",
+ "glVertexAttribI4ubv",
+ "glVertexAttribI4ubvEXT",
+ "glVertexAttribI4ui",
+ "glVertexAttribI4uiEXT",
+ "glVertexAttribI4uiv",
+ "glVertexAttribI4uivEXT",
+ "glVertexAttribI4usv",
+ "glVertexAttribI4usvEXT",
+ "glVertexAttribIFormat",
+ "glVertexAttribIFormatNV",
+ "glVertexAttribIPointer",
+ "glVertexAttribIPointerEXT",
+ "glVertexAttribL1d",
+ "glVertexAttribL1dEXT",
+ "glVertexAttribL1dv",
+ "glVertexAttribL1dvEXT",
+ "glVertexAttribL1i64NV",
+ "glVertexAttribL1i64vNV",
+ "glVertexAttribL1ui64ARB",
+ "glVertexAttribL1ui64NV",
+ "glVertexAttribL1ui64vARB",
+ "glVertexAttribL1ui64vNV",
+ "glVertexAttribL2d",
+ "glVertexAttribL2dEXT",
+ "glVertexAttribL2dv",
+ "glVertexAttribL2dvEXT",
+ "glVertexAttribL2i64NV",
+ "glVertexAttribL2i64vNV",
+ "glVertexAttribL2ui64NV",
+ "glVertexAttribL2ui64vNV",
+ "glVertexAttribL3d",
+ "glVertexAttribL3dEXT",
+ "glVertexAttribL3dv",
+ "glVertexAttribL3dvEXT",
+ "glVertexAttribL3i64NV",
+ "glVertexAttribL3i64vNV",
+ "glVertexAttribL3ui64NV",
+ "glVertexAttribL3ui64vNV",
+ "glVertexAttribL4d",
+ "glVertexAttribL4dEXT",
+ "glVertexAttribL4dv",
+ "glVertexAttribL4dvEXT",
+ "glVertexAttribL4i64NV",
+ "glVertexAttribL4i64vNV",
+ "glVertexAttribL4ui64NV",
+ "glVertexAttribL4ui64vNV",
+ "glVertexAttribLFormat",
+ "glVertexAttribLFormatNV",
+ "glVertexAttribLPointer",
+ "glVertexAttribLPointerEXT",
+ "glVertexAttribP1ui",
+ "glVertexAttribP1uiv",
+ "glVertexAttribP2ui",
+ "glVertexAttribP2uiv",
+ "glVertexAttribP3ui",
+ "glVertexAttribP3uiv",
+ "glVertexAttribP4ui",
+ "glVertexAttribP4uiv",
+ "glVertexAttribParameteriAMD",
+ "glVertexAttribPointer",
+ "glVertexAttribPointerARB",
+ "glVertexAttribPointerNV",
+ "glVertexAttribs1dvNV",
+ "glVertexAttribs1fvNV",
+ "glVertexAttribs1hvNV",
+ "glVertexAttribs1svNV",
+ "glVertexAttribs2dvNV",
+ "glVertexAttribs2fvNV",
+ "glVertexAttribs2hvNV",
+ "glVertexAttribs2svNV",
+ "glVertexAttribs3dvNV",
+ "glVertexAttribs3fvNV",
+ "glVertexAttribs3hvNV",
+ "glVertexAttribs3svNV",
+ "glVertexAttribs4dvNV",
+ "glVertexAttribs4fvNV",
+ "glVertexAttribs4hvNV",
+ "glVertexAttribs4svNV",
+ "glVertexAttribs4ubvNV",
+ "glVertexBindingDivisor",
+ "glVertexBlendARB",
+ "glVertexBlendEnvfATI",
+ "glVertexBlendEnviATI",
+ "glVertexFormatNV",
+ "glVertexP2ui",
+ "glVertexP2uiv",
+ "glVertexP3ui",
+ "glVertexP3uiv",
+ "glVertexP4ui",
+ "glVertexP4uiv",
+ "glVertexPointer",
+ "glVertexPointerEXT",
+ "glVertexPointerListIBM",
+ "glVertexPointervINTEL",
+ "glVertexStream1dATI",
+ "glVertexStream1dvATI",
+ "glVertexStream1fATI",
+ "glVertexStream1fvATI",
+ "glVertexStream1iATI",
+ "glVertexStream1ivATI",
+ "glVertexStream1sATI",
+ "glVertexStream1svATI",
+ "glVertexStream2dATI",
+ "glVertexStream2dvATI",
+ "glVertexStream2fATI",
+ "glVertexStream2fvATI",
+ "glVertexStream2iATI",
+ "glVertexStream2ivATI",
+ "glVertexStream2sATI",
+ "glVertexStream2svATI",
+ "glVertexStream3dATI",
+ "glVertexStream3dvATI",
+ "glVertexStream3fATI",
+ "glVertexStream3fvATI",
+ "glVertexStream3iATI",
+ "glVertexStream3ivATI",
+ "glVertexStream3sATI",
+ "glVertexStream3svATI",
+ "glVertexStream4dATI",
+ "glVertexStream4dvATI",
+ "glVertexStream4fATI",
+ "glVertexStream4fvATI",
+ "glVertexStream4iATI",
+ "glVertexStream4ivATI",
+ "glVertexStream4sATI",
+ "glVertexStream4svATI",
+ "glVertexWeightfEXT",
+ "glVertexWeightfvEXT",
+ "glVertexWeighthNV",
+ "glVertexWeighthvNV",
+ "glVertexWeightPointerEXT",
+ "glVideoCaptureNV",
+ "glVideoCaptureStreamParameterdvNV",
+ "glVideoCaptureStreamParameterfvNV",
+ "glVideoCaptureStreamParameterivNV",
+ "glViewport",
+ "glViewportArrayv",
+ "glViewportIndexedf",
+ "glViewportIndexedfv",
+ "glWaitSync",
+ "glWeightbvARB",
+ "glWeightdvARB",
+ "glWeightfvARB",
+ "glWeightivARB",
+ "glWeightPathsNV",
+ "glWeightPointerARB",
+ "glWeightsvARB",
+ "glWeightubvARB",
+ "glWeightuivARB",
+ "glWeightusvARB",
+ "glWindowPos2d",
+ "glWindowPos2dARB",
+ "glWindowPos2dMESA",
+ "glWindowPos2dv",
+ "glWindowPos2dvARB",
+ "glWindowPos2dvMESA",
+ "glWindowPos2f",
+ "glWindowPos2fARB",
+ "glWindowPos2fMESA",
+ "glWindowPos2fv",
+ "glWindowPos2fvARB",
+ "glWindowPos2fvMESA",
+ "glWindowPos2i",
+ "glWindowPos2iARB",
+ "glWindowPos2iMESA",
+ "glWindowPos2iv",
+ "glWindowPos2ivARB",
+ "glWindowPos2ivMESA",
+ "glWindowPos2s",
+ "glWindowPos2sARB",
+ "glWindowPos2sMESA",
+ "glWindowPos2sv",
+ "glWindowPos2svARB",
+ "glWindowPos2svMESA",
+ "glWindowPos3d",
+ "glWindowPos3dARB",
+ "glWindowPos3dMESA",
+ "glWindowPos3dv",
+ "glWindowPos3dvARB",
+ "glWindowPos3dvMESA",
+ "glWindowPos3f",
+ "glWindowPos3fARB",
+ "glWindowPos3fMESA",
+ "glWindowPos3fv",
+ "glWindowPos3fvARB",
+ "glWindowPos3fvMESA",
+ "glWindowPos3i",
+ "glWindowPos3iARB",
+ "glWindowPos3iMESA",
+ "glWindowPos3iv",
+ "glWindowPos3ivARB",
+ "glWindowPos3ivMESA",
+ "glWindowPos3s",
+ "glWindowPos3sARB",
+ "glWindowPos3sMESA",
+ "glWindowPos3sv",
+ "glWindowPos3svARB",
+ "glWindowPos3svMESA",
+ "glWindowPos4dMESA",
+ "glWindowPos4dvMESA",
+ "glWindowPos4fMESA",
+ "glWindowPos4fvMESA",
+ "glWindowPos4iMESA",
+ "glWindowPos4ivMESA",
+ "glWindowPos4sMESA",
+ "glWindowPos4svMESA",
+ "glWriteMaskEXT",
+ };
+ EntryPoints = new IntPtr[EntryPointNames.Length];
+ }
public static partial class GL_3dfx
{
@@ -49,7 +2704,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTbufferMask3DFX((UInt32)mask);
+ InteropHelper.Call(EntryPoints[1908], (UInt32)mask);
#if DEBUG
}
#endif
@@ -65,7 +2720,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTbufferMask3DFX((UInt32)mask);
+ InteropHelper.Call(EntryPoints[1908], (UInt32)mask);
#if DEBUG
}
#endif
@@ -84,7 +2739,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[30], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -100,7 +2755,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[30], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -115,7 +2770,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)mode);
+ InteropHelper.Call(EntryPoints[109], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)mode);
#if DEBUG
}
#endif
@@ -131,7 +2786,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)mode);
+ InteropHelper.Call(EntryPoints[109], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)mode);
#if DEBUG
}
#endif
@@ -146,7 +2801,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparateIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeAlpha);
+ InteropHelper.Call(EntryPoints[114], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeAlpha);
#if DEBUG
}
#endif
@@ -162,7 +2817,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparateIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeAlpha);
+ InteropHelper.Call(EntryPoints[114], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)modeAlpha);
#if DEBUG
}
#endif
@@ -177,7 +2832,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dst);
+ InteropHelper.Call(EntryPoints[118], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dst);
#if DEBUG
}
#endif
@@ -193,7 +2848,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dst);
+ InteropHelper.Call(EntryPoints[118], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dst);
#if DEBUG
}
#endif
@@ -208,7 +2863,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparateIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstAlpha);
+ InteropHelper.Call(EntryPoints[123], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstAlpha);
#if DEBUG
}
#endif
@@ -224,7 +2879,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparateIndexedAMD((UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstAlpha);
+ InteropHelper.Call(EntryPoints[123], (UInt32)buf, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.AmdDrawBuffersBlend)dstAlpha);
#if DEBUG
}
#endif
@@ -251,7 +2906,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallbackAMD((DebugProcAmd)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[345], (DebugProcAmd)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -282,7 +2937,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackAMD((DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[345], (DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -318,7 +2973,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackAMD((DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[345], (DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -354,7 +3009,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackAMD((DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[345], (DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -390,7 +3045,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackAMD((DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[345], (DebugProcAmd)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -415,7 +3070,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -436,7 +3091,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -454,7 +3109,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -474,7 +3129,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -496,7 +3151,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -514,7 +3169,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageEnableAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[351], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -561,7 +3216,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (UInt32)id, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (UInt32)id, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -609,7 +3264,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertAMD((OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (UInt32)id, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[353], (OpenTK.Graphics.OpenGL.AmdDebugOutput)category, (OpenTK.Graphics.OpenGL.AmdDebugOutput)severity, (UInt32)id, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -628,7 +3283,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* names_ptr = names)
{
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -649,7 +3304,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* names_ptr = &names)
{
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -667,7 +3322,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names);
#if DEBUG
}
#endif
@@ -687,7 +3342,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* names_ptr = names)
{
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -709,7 +3364,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* names_ptr = &names)
{
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -727,7 +3382,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names);
+ InteropHelper.Call(EntryPoints[369], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names);
#if DEBUG
}
#endif
@@ -746,7 +3401,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -767,7 +3422,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* monitors_ptr = (UInt32*)&monitors;
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
#if DEBUG
}
@@ -787,7 +3442,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -808,7 +3463,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -826,7 +3481,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -846,7 +3501,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -868,7 +3523,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -886,7 +3541,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeletePerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[373], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -901,7 +3556,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[484], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -917,7 +3572,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndPerfMonitorAMD((UInt32)monitor);
+ InteropHelper.Call(EntryPoints[484], (UInt32)monitor);
#if DEBUG
}
#endif
@@ -936,7 +3591,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* names_ptr = names)
{
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -957,7 +3612,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* names_ptr = &names)
{
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
names = *names_ptr;
}
}
@@ -976,7 +3631,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names);
#if DEBUG
}
#endif
@@ -996,7 +3651,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* names_ptr = names)
{
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
}
}
#if DEBUG
@@ -1018,7 +3673,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* names_ptr = &names)
{
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names_ptr);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names_ptr);
names = *names_ptr;
}
}
@@ -1037,7 +3692,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenNamesAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (UInt32*)names);
+ InteropHelper.Call(EntryPoints[605], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)num, (IntPtr)names);
#if DEBUG
}
#endif
@@ -1057,7 +3712,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* monitors_ptr = &retval;
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors_ptr);
return retval;
}
#if DEBUG
@@ -1078,7 +3733,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -1099,7 +3754,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -1118,7 +3773,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -1138,7 +3793,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* monitors_ptr = monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors_ptr);
}
}
#if DEBUG
@@ -1160,7 +3815,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* monitors_ptr = &monitors)
{
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors_ptr);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors_ptr);
monitors = *monitors_ptr;
}
}
@@ -1179,7 +3834,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenPerfMonitorsAMD((Int32)n, (UInt32*)monitors);
+ InteropHelper.Call(EntryPoints[608], (Int32)n, (IntPtr)monitors);
#if DEBUG
}
#endif
@@ -1243,7 +3898,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* ids_ptr = ids)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories_ptr, (UInt32*)severities_ptr, (UInt32*)ids_ptr, (Int32*)lengths_ptr, (StringBuilder)message);
+ return InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories_ptr, (IntPtr)severities_ptr, (IntPtr)ids_ptr, (IntPtr)lengths_ptr, (StringBuilder)message);
}
}
#if DEBUG
@@ -1309,7 +3964,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* ids_ptr = &ids)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories_ptr, (UInt32*)severities_ptr, (UInt32*)ids_ptr, (Int32*)lengths_ptr, (StringBuilder)message);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories_ptr, (IntPtr)severities_ptr, (IntPtr)ids_ptr, (IntPtr)lengths_ptr, (StringBuilder)message);
categories = *categories_ptr;
severities = *severities_ptr;
ids = *ids_ptr;
@@ -1374,7 +4029,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories, (UInt32*)severities, (UInt32*)ids, (Int32*)lengths, (StringBuilder)message);
+ return InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories, (IntPtr)severities, (IntPtr)ids, (IntPtr)lengths, (StringBuilder)message);
#if DEBUG
}
#endif
@@ -1439,7 +4094,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (UInt32* ids_ptr = ids)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories_ptr, (UInt32*)severities_ptr, (UInt32*)ids_ptr, (Int32*)lengths_ptr, (StringBuilder)message);
+ return InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories_ptr, (IntPtr)severities_ptr, (IntPtr)ids_ptr, (IntPtr)lengths_ptr, (StringBuilder)message);
}
}
#if DEBUG
@@ -1506,7 +4161,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (UInt32* ids_ptr = &ids)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories_ptr, (UInt32*)severities_ptr, (UInt32*)ids_ptr, (Int32*)lengths_ptr, (StringBuilder)message);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories_ptr, (IntPtr)severities_ptr, (IntPtr)ids_ptr, (IntPtr)lengths_ptr, (StringBuilder)message);
categories = *categories_ptr;
severities = *severities_ptr;
ids = *ids_ptr;
@@ -1571,7 +4226,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogAMD((UInt32)count, (Int32)bufsize, (OpenTK.Graphics.OpenGL.AmdDebugOutput*)categories, (UInt32*)severities, (UInt32*)ids, (Int32*)lengths, (StringBuilder)message);
+ return InteropHelper.CallReturn(EntryPoints[685], (UInt32)count, (Int32)bufsize, (IntPtr)categories, (IntPtr)severities, (IntPtr)ids, (IntPtr)lengths, (StringBuilder)message);
#if DEBUG
}
#endif
@@ -1591,7 +4246,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -1614,7 +4269,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -1634,7 +4289,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -1655,7 +4310,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (UInt32* data_ptr = data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
bytesWritten = *bytesWritten_ptr;
}
}
@@ -1679,7 +4334,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (UInt32* data_ptr = &data)
fixed (Int32* bytesWritten_ptr = &bytesWritten)
{
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data_ptr, (Int32*)bytesWritten_ptr);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data_ptr, (IntPtr)bytesWritten_ptr);
data = *data_ptr;
bytesWritten = *bytesWritten_ptr;
}
@@ -1699,7 +4354,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterDataAMD((UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (UInt32*)data, (Int32*)bytesWritten);
+ InteropHelper.Call(EntryPoints[841], (UInt32)monitor, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (Int32)dataSize, (IntPtr)data, (IntPtr)bytesWritten);
#if DEBUG
}
#endif
@@ -1714,7 +4369,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -1733,7 +4388,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1757,7 +4412,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1781,7 +4436,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1805,7 +4460,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -1827,7 +4482,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data);
#if DEBUG
}
#endif
@@ -1847,7 +4502,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1872,7 +4527,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1897,7 +4552,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -1922,7 +4577,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetPerfMonitorCounterInfoAMD((UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[842], (UInt32)group, (UInt32)counter, (OpenTK.Graphics.OpenGL.AmdPerformanceMonitor)pname, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -1949,7 +4604,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -1974,7 +4629,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (Int32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -1995,7 +4650,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -2017,7 +4672,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
}
@@ -2043,7 +4698,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* maxActiveCounters_ptr = &maxActiveCounters)
fixed (UInt32* counters_ptr = &counters)
{
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters_ptr, (Int32*)maxActiveCounters_ptr, (Int32)counterSize, (UInt32*)counters_ptr);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters_ptr, (IntPtr)maxActiveCounters_ptr, (Int32)counterSize, (IntPtr)counters_ptr);
numCounters = *numCounters_ptr;
maxActiveCounters = *maxActiveCounters_ptr;
counters = *counters_ptr;
@@ -2064,7 +4719,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCountersAMD((UInt32)group, (Int32*)numCounters, (Int32*)maxActiveCounters, (Int32)counterSize, (UInt32*)counters);
+ InteropHelper.Call(EntryPoints[843], (UInt32)group, (IntPtr)numCounters, (IntPtr)maxActiveCounters, (Int32)counterSize, (IntPtr)counters);
#if DEBUG
}
#endif
@@ -2083,7 +4738,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[844], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -2102,7 +4757,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[844], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -2122,7 +4777,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[844], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)counterString);
length = *length_ptr;
}
}
@@ -2141,7 +4796,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorCounterStringAMD((UInt32)group, (UInt32)counter, (Int32)bufSize, (Int32*)length, (StringBuilder)counterString);
+ InteropHelper.Call(EntryPoints[844], (UInt32)group, (UInt32)counter, (Int32)bufSize, (IntPtr)length, (StringBuilder)counterString);
#if DEBUG
}
#endif
@@ -2161,7 +4816,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -2184,7 +4839,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* numGroups_ptr = &numGroups)
fixed (Int32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -2209,7 +4864,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
}
}
@@ -2233,7 +4888,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* numGroups_ptr = &numGroups)
fixed (UInt32* groups_ptr = &groups)
{
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups_ptr, (Int32)groupsSize, (UInt32*)groups_ptr);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups_ptr, (Int32)groupsSize, (IntPtr)groups_ptr);
numGroups = *numGroups_ptr;
groups = *groups_ptr;
}
@@ -2253,7 +4908,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -2269,7 +4924,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupsAMD((Int32*)numGroups, (Int32)groupsSize, (UInt32*)groups);
+ InteropHelper.Call(EntryPoints[845], (IntPtr)numGroups, (Int32)groupsSize, (IntPtr)groups);
#if DEBUG
}
#endif
@@ -2288,7 +4943,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[846], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -2307,7 +4962,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[846], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -2327,7 +4982,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length_ptr, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[846], (UInt32)group, (Int32)bufSize, (IntPtr)length_ptr, (StringBuilder)groupString);
length = *length_ptr;
}
}
@@ -2346,7 +5001,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetPerfMonitorGroupStringAMD((UInt32)group, (Int32)bufSize, (Int32*)length, (StringBuilder)groupString);
+ InteropHelper.Call(EntryPoints[846], (UInt32)group, (Int32)bufSize, (IntPtr)length, (StringBuilder)groupString);
#if DEBUG
}
#endif
@@ -2361,7 +5016,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsNameAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)name);
+ return InteropHelper.CallReturn(EntryPoints[1080], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)name);
#if DEBUG
}
#endif
@@ -2377,7 +5032,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsNameAMD((OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)name);
+ return InteropHelper.CallReturn(EntryPoints[1080], (OpenTK.Graphics.OpenGL.AmdNameGenDelete)identifier, (UInt32)name);
#if DEBUG
}
#endif
@@ -2414,7 +5069,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawArraysIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect, (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1225], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect, (Int32)primcount, (Int32)stride);
#if DEBUG
}
#endif
@@ -2455,7 +5110,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawArraysIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1225], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2501,7 +5156,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawArraysIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1225], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2547,7 +5202,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawArraysIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1225], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2593,7 +5248,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawArraysIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1225], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
indirect = (T1)indirect_ptr.Target;
}
finally
@@ -2641,7 +5296,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementsIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect, (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1233], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect, (Int32)primcount, (Int32)stride);
#if DEBUG
}
#endif
@@ -2687,7 +5342,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1233], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2738,7 +5393,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1233], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2789,7 +5444,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1233], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
}
finally
{
@@ -2840,7 +5495,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indirect_ptr = GCHandle.Alloc(indirect, GCHandleType.Pinned);
try
{
- Delegates.glMultiDrawElementsIndirectAMD((OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
+ InteropHelper.Call(EntryPoints[1233], (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)mode, (OpenTK.Graphics.OpenGL.AmdMultiDrawIndirect)type, (IntPtr)indirect_ptr.AddrOfPinnedObject(), (Int32)primcount, (Int32)stride);
indirect = (T2)indirect_ptr.Target;
}
finally
@@ -2865,7 +5520,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -2886,7 +5541,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -2905,7 +5560,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -2925,7 +5580,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* counterList_ptr = counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
}
}
#if DEBUG
@@ -2947,7 +5602,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* counterList_ptr = &counterList)
{
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList_ptr);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList_ptr);
counterList = *counterList_ptr;
}
}
@@ -2966,7 +5621,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSelectPerfMonitorCountersAMD((UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (UInt32*)counterList);
+ InteropHelper.Call(EntryPoints[1855], (UInt32)monitor, (bool)enable, (UInt32)group, (Int32)numCounters, (IntPtr)counterList);
#if DEBUG
}
#endif
@@ -2985,7 +5640,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* val_ptr = val)
{
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val_ptr);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val_ptr);
}
}
#if DEBUG
@@ -3006,7 +5661,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* val_ptr = &val)
{
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val_ptr);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val_ptr);
}
}
#if DEBUG
@@ -3024,7 +5679,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val);
#if DEBUG
}
#endif
@@ -3044,7 +5699,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* val_ptr = val)
{
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val_ptr);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val_ptr);
}
}
#if DEBUG
@@ -3066,7 +5721,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* val_ptr = &val)
{
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val_ptr);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val_ptr);
}
}
#if DEBUG
@@ -3084,7 +5739,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetMultisamplefvAMD((OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (Single*)val);
+ InteropHelper.Call(EntryPoints[1863], (OpenTK.Graphics.OpenGL.AmdSamplePositions)pname, (UInt32)index, (IntPtr)val);
#if DEBUG
}
#endif
@@ -3099,7 +5754,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpValueAMD((OpenTK.Graphics.OpenGL.AmdStencilOperationExtended)face, (UInt32)value);
+ InteropHelper.Call(EntryPoints[1889], (OpenTK.Graphics.OpenGL.AmdStencilOperationExtended)face, (UInt32)value);
#if DEBUG
}
#endif
@@ -3115,7 +5770,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glStencilOpValueAMD((OpenTK.Graphics.OpenGL.AmdStencilOperationExtended)face, (UInt32)value);
+ InteropHelper.Call(EntryPoints[1889], (OpenTK.Graphics.OpenGL.AmdStencilOperationExtended)face, (UInt32)value);
#if DEBUG
}
#endif
@@ -3130,7 +5785,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTessellationFactorAMD((Single)factor);
+ InteropHelper.Call(EntryPoints[1909], (Single)factor);
#if DEBUG
}
#endif
@@ -3146,7 +5801,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTessellationModeAMD((OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator)mode);
+ InteropHelper.Call(EntryPoints[1910], (OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator)mode);
#if DEBUG
}
#endif
@@ -3161,7 +5816,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTessellationModeAMD((OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator)mode);
+ InteropHelper.Call(EntryPoints[1910], (OpenTK.Graphics.OpenGL.AmdVertexShaderTessellator)mode);
#if DEBUG
}
#endif
@@ -3176,7 +5831,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorageSparseAMD((OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
+ InteropHelper.Call(EntryPoints[2044], (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
#if DEBUG
}
#endif
@@ -3192,7 +5847,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTexStorageSparseAMD((OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
+ InteropHelper.Call(EntryPoints[2044], (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
#if DEBUG
}
#endif
@@ -3207,7 +5862,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorageSparseAMD((UInt32)texture, (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
+ InteropHelper.Call(EntryPoints[2080], (UInt32)texture, (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
#if DEBUG
}
#endif
@@ -3223,7 +5878,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureStorageSparseAMD((UInt32)texture, (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
+ InteropHelper.Call(EntryPoints[2080], (UInt32)texture, (OpenTK.Graphics.OpenGL.AmdSparseTexture)target, (OpenTK.Graphics.OpenGL.AmdSparseTexture)internalFormat, (Int32)width, (Int32)height, (Int32)depth, (Int32)layers, (UInt32)flags);
#if DEBUG
}
#endif
@@ -3238,7 +5893,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribParameteriAMD((UInt32)index, (OpenTK.Graphics.OpenGL.AmdInterleavedElements)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[2499], (UInt32)index, (OpenTK.Graphics.OpenGL.AmdInterleavedElements)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -3254,7 +5909,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexAttribParameteriAMD((UInt32)index, (OpenTK.Graphics.OpenGL.AmdInterleavedElements)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[2499], (UInt32)index, (OpenTK.Graphics.OpenGL.AmdInterleavedElements)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -3280,7 +5935,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayAPPLE((UInt32)array);
+ InteropHelper.Call(EntryPoints[82], (UInt32)array);
#if DEBUG
}
#endif
@@ -3303,7 +5958,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindVertexArrayAPPLE((UInt32)array);
+ InteropHelper.Call(EntryPoints[82], (UInt32)array);
#if DEBUG
}
#endif
@@ -3318,7 +5973,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferParameteriAPPLE((OpenTK.Graphics.OpenGL.BufferTarget)target, (OpenTK.Graphics.OpenGL.BufferParameterApple)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[131], (OpenTK.Graphics.OpenGL.BufferTarget)target, (OpenTK.Graphics.OpenGL.BufferParameterApple)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -3337,7 +5992,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -3358,7 +6013,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* fences_ptr = (UInt32*)&fences;
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
#if DEBUG
}
@@ -3378,7 +6033,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -3399,7 +6054,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -3417,7 +6072,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -3437,7 +6092,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -3459,7 +6114,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -3477,7 +6132,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteFencesAPPLE((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[362], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -3496,7 +6151,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -3517,7 +6172,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* arrays_ptr = (UInt32*)&arrays;
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
#if DEBUG
}
@@ -3549,7 +6204,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -3582,7 +6237,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -3612,7 +6267,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -3644,7 +6299,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -3678,7 +6333,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -3708,7 +6363,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteVertexArraysAPPLE((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[391], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -3723,7 +6378,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ InteropHelper.Call(EntryPoints[416], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -3739,7 +6394,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ InteropHelper.Call(EntryPoints[416], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -3755,7 +6410,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[433], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3770,7 +6425,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[433], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3786,7 +6441,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[446], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3803,7 +6458,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[446], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3818,7 +6473,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[446], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3834,7 +6489,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
+ InteropHelper.Call(EntryPoints[446], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32)first, (Int32)count);
#if DEBUG
}
#endif
@@ -3849,7 +6504,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glElementPointerAPPLE((OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[463], (OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -3868,7 +6523,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glElementPointerAPPLE((OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[463], (OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3892,7 +6547,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glElementPointerAPPLE((OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[463], (OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3916,7 +6571,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glElementPointerAPPLE((OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[463], (OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -3940,7 +6595,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glElementPointerAPPLE((OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[463], (OpenTK.Graphics.OpenGL.AppleElementArray)type, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T1)pointer_ptr.Target;
}
finally
@@ -3961,7 +6616,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ InteropHelper.Call(EntryPoints[474], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -3977,7 +6632,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ InteropHelper.Call(EntryPoints[474], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -3992,7 +6647,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceAPPLE((UInt32)fence);
+ InteropHelper.Call(EntryPoints[518], (UInt32)fence);
#if DEBUG
}
#endif
@@ -4008,7 +6663,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishFenceAPPLE((UInt32)fence);
+ InteropHelper.Call(EntryPoints[518], (UInt32)fence);
#if DEBUG
}
#endif
@@ -4023,7 +6678,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFinishObjectAPPLE((OpenTK.Graphics.OpenGL.AppleFence)@object, (Int32)name);
+ InteropHelper.Call(EntryPoints[520], (OpenTK.Graphics.OpenGL.AppleFence)@object, (Int32)name);
#if DEBUG
}
#endif
@@ -4055,7 +6710,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushMappedBufferRangeAPPLE((OpenTK.Graphics.OpenGL.BufferTarget)target, (IntPtr)offset, (IntPtr)size);
+ InteropHelper.Call(EntryPoints[524], (OpenTK.Graphics.OpenGL.BufferTarget)target, (IntPtr)offset, (IntPtr)size);
#if DEBUG
}
#endif
@@ -4070,7 +6725,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFlushVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[529], (Int32)length, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -4089,7 +6744,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glFlushVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[529], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4113,7 +6768,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glFlushVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[529], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4137,7 +6792,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glFlushVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[529], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4161,7 +6816,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glFlushVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[529], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T1)pointer_ptr.Target;
}
finally
@@ -4187,7 +6842,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* fences_ptr = &retval;
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences_ptr);
return retval;
}
#if DEBUG
@@ -4208,7 +6863,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* fences_ptr = fences)
{
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -4229,7 +6884,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* fences_ptr = &fences)
{
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -4248,7 +6903,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -4268,7 +6923,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* fences_ptr = fences)
{
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences_ptr);
}
}
#if DEBUG
@@ -4290,7 +6945,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* fences_ptr = &fences)
{
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences_ptr);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences_ptr);
fences = *fences_ptr;
}
}
@@ -4309,7 +6964,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenFencesAPPLE((Int32)n, (UInt32*)fences);
+ InteropHelper.Call(EntryPoints[599], (Int32)n, (IntPtr)fences);
#if DEBUG
}
#endif
@@ -4329,7 +6984,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* arrays_ptr = &retval;
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays_ptr);
return retval;
}
#if DEBUG
@@ -4362,7 +7017,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -4395,7 +7050,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -4426,7 +7081,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -4458,7 +7113,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* arrays_ptr = arrays)
{
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays_ptr);
}
}
#if DEBUG
@@ -4492,7 +7147,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* arrays_ptr = &arrays)
{
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays_ptr);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays_ptr);
arrays = *arrays_ptr;
}
}
@@ -4523,7 +7178,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenVertexArraysAPPLE((Int32)n, (UInt32*)arrays);
+ InteropHelper.Call(EntryPoints[624], (Int32)n, (IntPtr)arrays);
#if DEBUG
}
#endif
@@ -4542,7 +7197,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -4563,7 +7218,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -4582,7 +7237,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -4602,7 +7257,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -4624,7 +7279,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -4643,7 +7298,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetObjectParameterivAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[822], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -4658,7 +7313,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetTexParameterPointervAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[942], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -4677,7 +7332,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetTexParameterPointervAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[942], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4701,7 +7356,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetTexParameterPointervAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[942], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4725,7 +7380,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetTexParameterPointervAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[942], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -4749,7 +7404,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetTexParameterPointervAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[942], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (OpenTK.Graphics.OpenGL.AppleTextureRange)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -4770,7 +7425,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceAPPLE((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[1073], (UInt32)fence);
#if DEBUG
}
#endif
@@ -4786,7 +7441,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsFenceAPPLE((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[1073], (UInt32)fence);
#if DEBUG
}
#endif
@@ -4808,7 +7463,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayAPPLE((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[1108], (UInt32)array);
#if DEBUG
}
#endif
@@ -4831,7 +7486,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexArrayAPPLE((UInt32)array);
+ return InteropHelper.CallReturn(EntryPoints[1108], (UInt32)array);
#if DEBUG
}
#endif
@@ -4846,7 +7501,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexAttribEnabledAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ return InteropHelper.CallReturn(EntryPoints[1109], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -4862,7 +7517,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glIsVertexAttribEnabledAPPLE((UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
+ return InteropHelper.CallReturn(EntryPoints[1109], (UInt32)index, (OpenTK.Graphics.OpenGL.AppleVertexProgramEvaluators)pname);
#if DEBUG
}
#endif
@@ -4881,7 +7536,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = points)
{
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -4902,7 +7557,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = &points)
{
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -4920,7 +7575,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points);
#if DEBUG
}
#endif
@@ -4940,7 +7595,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = points)
{
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -4962,7 +7617,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = &points)
{
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -4980,7 +7635,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib1dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (Double*)points);
+ InteropHelper.Call(EntryPoints[1182], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)stride, (Int32)order, (IntPtr)points);
#if DEBUG
}
#endif
@@ -4999,7 +7654,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = points)
{
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5020,7 +7675,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = &points)
{
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5038,7 +7693,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5058,7 +7713,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = points)
{
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5080,7 +7735,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = &points)
{
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5098,7 +7753,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib1fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (Single*)points);
+ InteropHelper.Call(EntryPoints[1183], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)stride, (Int32)order, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5117,7 +7772,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = points)
{
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5138,7 +7793,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = &points)
{
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5156,7 +7811,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5176,7 +7831,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = points)
{
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5198,7 +7853,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Double* points_ptr = &points)
{
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points_ptr);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5216,7 +7871,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib2dAPPLE((UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (Double*)points);
+ InteropHelper.Call(EntryPoints[1184], (UInt32)index, (UInt32)size, (Double)u1, (Double)u2, (Int32)ustride, (Int32)uorder, (Double)v1, (Double)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5235,7 +7890,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = points)
{
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5256,7 +7911,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = &points)
{
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5274,7 +7929,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5294,7 +7949,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = points)
{
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5316,7 +7971,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Single* points_ptr = &points)
{
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points_ptr);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points_ptr);
}
}
#if DEBUG
@@ -5334,7 +7989,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMapVertexAttrib2fAPPLE((UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (Single*)points);
+ InteropHelper.Call(EntryPoints[1185], (UInt32)index, (UInt32)size, (Single)u1, (Single)u2, (Int32)ustride, (Int32)uorder, (Single)v1, (Single)v2, (Int32)vstride, (Int32)vorder, (IntPtr)points);
#if DEBUG
}
#endif
@@ -5355,7 +8010,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5378,7 +8033,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5397,7 +8052,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5417,7 +8072,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5439,7 +8094,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5457,7 +8112,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1228], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5478,7 +8133,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5501,7 +8156,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5520,7 +8175,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5542,7 +8197,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5566,7 +8221,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5585,7 +8240,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5605,7 +8260,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5627,7 +8282,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5645,7 +8300,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5666,7 +8321,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = first)
fixed (Int32* count_ptr = count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5689,7 +8344,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* first_ptr = &first)
fixed (Int32* count_ptr = &count)
{
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first_ptr, (Int32*)count_ptr, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first_ptr, (IntPtr)count_ptr, (Int32)primcount);
}
}
#if DEBUG
@@ -5707,7 +8362,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glMultiDrawRangeElementArrayAPPLE((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (Int32*)first, (Int32*)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[1236], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (UInt32)start, (UInt32)end, (IntPtr)first, (IntPtr)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -5722,7 +8377,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glObjectPurgeableAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
+ return InteropHelper.CallReturn(EntryPoints[1435], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
#if DEBUG
}
#endif
@@ -5738,7 +8393,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glObjectPurgeableAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
+ return InteropHelper.CallReturn(EntryPoints[1435], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
#if DEBUG
}
#endif
@@ -5753,7 +8408,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glObjectUnpurgeableAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
+ return InteropHelper.CallReturn(EntryPoints[1436], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
#if DEBUG
}
#endif
@@ -5769,7 +8424,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glObjectUnpurgeableAPPLE((OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
+ return InteropHelper.CallReturn(EntryPoints[1436], (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)objectType, (UInt32)name, (OpenTK.Graphics.OpenGL.AppleObjectPurgeable)option);
#if DEBUG
}
#endif
@@ -5784,7 +8439,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceAPPLE((UInt32)fence);
+ InteropHelper.Call(EntryPoints[1858], (UInt32)fence);
#if DEBUG
}
#endif
@@ -5800,7 +8455,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glSetFenceAPPLE((UInt32)fence);
+ InteropHelper.Call(EntryPoints[1858], (UInt32)fence);
#if DEBUG
}
#endif
@@ -5815,7 +8470,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceAPPLE((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[1911], (UInt32)fence);
#if DEBUG
}
#endif
@@ -5831,7 +8486,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestFenceAPPLE((UInt32)fence);
+ return InteropHelper.CallReturn(EntryPoints[1911], (UInt32)fence);
#if DEBUG
}
#endif
@@ -5846,7 +8501,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestObjectAPPLE((OpenTK.Graphics.OpenGL.AppleFence)@object, (UInt32)name);
+ return InteropHelper.CallReturn(EntryPoints[1913], (OpenTK.Graphics.OpenGL.AppleFence)@object, (UInt32)name);
#if DEBUG
}
#endif
@@ -5862,7 +8517,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glTestObjectAPPLE((OpenTK.Graphics.OpenGL.AppleFence)@object, (UInt32)name);
+ return InteropHelper.CallReturn(EntryPoints[1913], (OpenTK.Graphics.OpenGL.AppleFence)@object, (UInt32)name);
#if DEBUG
}
#endif
@@ -5877,7 +8532,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glTextureRangeAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[2073], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -5896,7 +8551,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTextureRangeAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2073], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5920,7 +8575,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTextureRangeAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2073], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5944,7 +8599,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTextureRangeAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2073], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -5968,7 +8623,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glTextureRangeAPPLE((OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2073], (OpenTK.Graphics.OpenGL.AppleTextureRange)target, (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T2)pointer_ptr.Target;
}
finally
@@ -5989,7 +8644,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexArrayParameteriAPPLE((OpenTK.Graphics.OpenGL.AppleVertexArrayRange)pname, (Int32)param);
+ InteropHelper.Call(EntryPoints[2282], (OpenTK.Graphics.OpenGL.AppleVertexArrayRange)pname, (Int32)param);
#if DEBUG
}
#endif
@@ -6004,7 +8659,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer);
+ InteropHelper.Call(EntryPoints[2283], (Int32)length, (IntPtr)pointer);
#if DEBUG
}
#endif
@@ -6023,7 +8678,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2283], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6047,7 +8702,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2283], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6071,7 +8726,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2283], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6095,7 +8750,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle pointer_ptr = GCHandle.Alloc(pointer, GCHandleType.Pinned);
try
{
- Delegates.glVertexArrayRangeAPPLE((Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[2283], (Int32)length, (IntPtr)pointer_ptr.AddrOfPinnedObject());
pointer = (T1)pointer_ptr.Target;
}
finally
@@ -6127,7 +8782,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glActiveTextureARB((OpenTK.Graphics.OpenGL.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[7], (OpenTK.Graphics.OpenGL.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -6142,7 +8797,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachObjectARB((UInt32)containerObj, (UInt32)obj);
+ InteropHelper.Call(EntryPoints[22], (UInt32)containerObj, (UInt32)obj);
#if DEBUG
}
#endif
@@ -6158,7 +8813,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glAttachObjectARB((UInt32)containerObj, (UInt32)obj);
+ InteropHelper.Call(EntryPoints[22], (UInt32)containerObj, (UInt32)obj);
#if DEBUG
}
#endif
@@ -6185,7 +8840,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryARB((OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -6213,7 +8868,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBeginQueryARB((OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target, (UInt32)id);
+ InteropHelper.Call(EntryPoints[32], (OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target, (UInt32)id);
#if DEBUG
}
#endif
@@ -6245,7 +8900,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocationARB((UInt32)programObj, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[40], (UInt32)programObj, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -6278,7 +8933,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindAttribLocationARB((UInt32)programObj, (UInt32)index, (String)name);
+ InteropHelper.Call(EntryPoints[40], (UInt32)programObj, (UInt32)index, (String)name);
#if DEBUG
}
#endif
@@ -6305,7 +8960,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[42], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -6333,7 +8988,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindBufferARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (UInt32)buffer);
+ InteropHelper.Call(EntryPoints[42], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (UInt32)buffer);
#if DEBUG
}
#endif
@@ -6348,7 +9003,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramARB((OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb)target, (UInt32)program);
+ InteropHelper.Call(EntryPoints[66], (OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb)target, (UInt32)program);
#if DEBUG
}
#endif
@@ -6364,7 +9019,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBindProgramARB((OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb)target, (UInt32)program);
+ InteropHelper.Call(EntryPoints[66], (OpenTK.Graphics.OpenGL.AssemblyProgramTargetArb)target, (UInt32)program);
#if DEBUG
}
#endif
@@ -6391,7 +9046,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[108], (UInt32)buf, (OpenTK.Graphics.OpenGL.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -6419,7 +9074,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.BlendEquationMode)mode);
+ InteropHelper.Call(EntryPoints[108], (UInt32)buf, (OpenTK.Graphics.OpenGL.BlendEquationMode)mode);
#if DEBUG
}
#endif
@@ -6451,7 +9106,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparateiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeAlpha);
+ InteropHelper.Call(EntryPoints[113], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeAlpha);
#if DEBUG
}
#endif
@@ -6484,7 +9139,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendEquationSeparateiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeAlpha);
+ InteropHelper.Call(EntryPoints[113], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)modeAlpha);
#if DEBUG
}
#endif
@@ -6516,7 +9171,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunciARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dst);
+ InteropHelper.Call(EntryPoints[117], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dst);
#if DEBUG
}
#endif
@@ -6549,7 +9204,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFunciARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dst);
+ InteropHelper.Call(EntryPoints[117], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)src, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dst);
#if DEBUG
}
#endif
@@ -6591,7 +9246,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparateiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstAlpha);
+ InteropHelper.Call(EntryPoints[122], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstAlpha);
#if DEBUG
}
#endif
@@ -6634,7 +9289,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBlendFuncSeparateiARB((UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstAlpha);
+ InteropHelper.Call(EntryPoints[122], (UInt32)buf, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstRGB, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)srcAlpha, (OpenTK.Graphics.OpenGL.ArbDrawBuffersBlend)dstAlpha);
#if DEBUG
}
#endif
@@ -6671,7 +9326,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
+ InteropHelper.Call(EntryPoints[130], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data, (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
#if DEBUG
}
#endif
@@ -6712,7 +9367,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
+ InteropHelper.Call(EntryPoints[130], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
}
finally
{
@@ -6758,7 +9413,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
+ InteropHelper.Call(EntryPoints[130], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
}
finally
{
@@ -6804,7 +9459,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
+ InteropHelper.Call(EntryPoints[130], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
}
finally
{
@@ -6850,7 +9505,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
+ InteropHelper.Call(EntryPoints[130], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject(), (OpenTK.Graphics.OpenGL.BufferUsageArb)usage);
data = (T2)data_ptr.Target;
}
finally
@@ -6893,7 +9548,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -6934,7 +9589,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -6980,7 +9635,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7026,7 +9681,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7072,7 +9727,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[134], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -7105,7 +9760,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClampColorARB((OpenTK.Graphics.OpenGL.ArbColorBufferFloat)target, (OpenTK.Graphics.OpenGL.ArbColorBufferFloat)clamp);
+ InteropHelper.Call(EntryPoints[141], (OpenTK.Graphics.OpenGL.ArbColorBufferFloat)target, (OpenTK.Graphics.OpenGL.ArbColorBufferFloat)clamp);
#if DEBUG
}
#endif
@@ -7127,7 +9782,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glClientActiveTextureARB((OpenTK.Graphics.OpenGL.TextureUnit)texture);
+ InteropHelper.Call(EntryPoints[167], (OpenTK.Graphics.OpenGL.TextureUnit)texture);
#if DEBUG
}
#endif
@@ -7149,7 +9804,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShaderARB((UInt32)shaderObj);
+ InteropHelper.Call(EntryPoints[255], (UInt32)shaderObj);
#if DEBUG
}
#endif
@@ -7172,7 +9827,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShaderARB((UInt32)shaderObj);
+ InteropHelper.Call(EntryPoints[255], (UInt32)shaderObj);
#if DEBUG
}
#endif
@@ -7191,7 +9846,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = length)
{
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -7212,7 +9867,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -7230,7 +9885,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length);
#if DEBUG
}
#endif
@@ -7250,7 +9905,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = length)
{
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -7272,7 +9927,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* length_ptr = &length)
{
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length_ptr);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length_ptr);
}
}
#if DEBUG
@@ -7290,7 +9945,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompileShaderIncludeARB((UInt32)shader, (Int32)count, (String[])path, (Int32*)length);
+ InteropHelper.Call(EntryPoints[256], (UInt32)shader, (Int32)count, (String[])path, (IntPtr)length);
#if DEBUG
}
#endif
@@ -7342,7 +9997,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7398,7 +10053,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7459,7 +10114,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7520,7 +10175,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7581,7 +10236,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[264], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T6)data_ptr.Target;
}
finally
@@ -7644,7 +10299,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -7705,7 +10360,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7771,7 +10426,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7837,7 +10492,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -7903,7 +10558,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[266], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T7)data_ptr.Target;
}
finally
@@ -7971,7 +10626,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8037,7 +10692,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8108,7 +10763,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8179,7 +10834,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8250,7 +10905,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[268], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (OpenTK.Graphics.OpenGL.PixelInternalFormat)internalformat, (Int32)width, (Int32)height, (Int32)depth, (Int32)border, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -8308,7 +10963,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8364,7 +11019,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8425,7 +11080,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8486,7 +11141,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8547,7 +11202,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage1DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[270], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)width, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T6)data_ptr.Target;
}
finally
@@ -8615,7 +11270,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -8681,7 +11336,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8752,7 +11407,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8823,7 +11478,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -8894,7 +11549,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage2DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[272], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)width, (Int32)height, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T8)data_ptr.Target;
}
finally
@@ -8967,7 +11622,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCompressedTexSubImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data);
#if DEBUG
}
#endif
@@ -9038,7 +11693,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9114,7 +11769,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9190,7 +11845,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9266,7 +11921,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glCompressedTexSubImage3DARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[274], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (Int32)xoffset, (Int32)yoffset, (Int32)zoffset, (Int32)width, (Int32)height, (Int32)depth, (OpenTK.Graphics.OpenGL.PixelFormat)format, (Int32)imageSize, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T10)data_ptr.Target;
}
finally
@@ -9287,7 +11942,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateProgramObjectARB();
+ return InteropHelper.CallReturn(EntryPoints[333]);
#if DEBUG
}
#endif
@@ -9302,7 +11957,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateShaderObjectARB((OpenTK.Graphics.OpenGL.ArbShaderObjects)shaderType);
+ return InteropHelper.CallReturn(EntryPoints[335], (OpenTK.Graphics.OpenGL.ArbShaderObjects)shaderType);
#if DEBUG
}
#endif
@@ -9322,7 +11977,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (IntPtr* context_ptr = context)
fixed (IntPtr* @event_ptr = @event)
{
- return Delegates.glCreateSyncFromCLeventARB((IntPtr*)context_ptr, (IntPtr*)@event_ptr, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context_ptr, (IntPtr)@event_ptr, (UInt32)flags);
}
}
#if DEBUG
@@ -9345,7 +12000,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (IntPtr* context_ptr = context)
fixed (IntPtr* @event_ptr = @event)
{
- return Delegates.glCreateSyncFromCLeventARB((IntPtr*)context_ptr, (IntPtr*)@event_ptr, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context_ptr, (IntPtr)@event_ptr, (UInt32)flags);
}
}
#if DEBUG
@@ -9367,7 +12022,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (IntPtr* context_ptr = &context)
fixed (IntPtr* @event_ptr = &@event)
{
- IntPtr retval = Delegates.glCreateSyncFromCLeventARB((IntPtr*)context_ptr, (IntPtr*)@event_ptr, (UInt32)flags);
+ IntPtr retval = InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context_ptr, (IntPtr)@event_ptr, (UInt32)flags);
context = *context_ptr;
@event = *@event_ptr;
return retval;
@@ -9393,7 +12048,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (IntPtr* context_ptr = &context)
fixed (IntPtr* @event_ptr = &@event)
{
- IntPtr retval = Delegates.glCreateSyncFromCLeventARB((IntPtr*)context_ptr, (IntPtr*)@event_ptr, (UInt32)flags);
+ IntPtr retval = InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context_ptr, (IntPtr)@event_ptr, (UInt32)flags);
context = *context_ptr;
@event = *@event_ptr;
return retval;
@@ -9414,7 +12069,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateSyncFromCLeventARB((IntPtr*)context, (IntPtr*)@event, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context, (IntPtr)@event, (UInt32)flags);
#if DEBUG
}
#endif
@@ -9430,7 +12085,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glCreateSyncFromCLeventARB((IntPtr*)context, (IntPtr*)@event, (UInt32)flags);
+ return InteropHelper.CallReturn(EntryPoints[339], (IntPtr)context, (IntPtr)@event, (UInt32)flags);
#if DEBUG
}
#endif
@@ -9445,7 +12100,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glCurrentPaletteMatrixARB((Int32)index);
+ InteropHelper.Call(EntryPoints[343], (Int32)index);
#if DEBUG
}
#endif
@@ -9472,7 +12127,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageCallbackARB((DebugProcArb)callback, (IntPtr)userParam);
+ InteropHelper.Call(EntryPoints[346], (DebugProcArb)callback, (IntPtr)userParam);
#if DEBUG
}
#endif
@@ -9503,7 +12158,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackARB((DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[346], (DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9539,7 +12194,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackARB((DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[346], (DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9575,7 +12230,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackARB((DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[346], (DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
}
finally
{
@@ -9611,7 +12266,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle userParam_ptr = GCHandle.Alloc(userParam, GCHandleType.Pinned);
try
{
- Delegates.glDebugMessageCallbackARB((DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[346], (DebugProcArb)callback, (IntPtr)userParam_ptr.AddrOfPinnedObject());
userParam = (T1)userParam_ptr.Target;
}
finally
@@ -9668,7 +12323,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -9721,7 +12376,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -9771,7 +12426,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -9823,7 +12478,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -9877,7 +12532,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids_ptr, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids_ptr, (bool)enabled);
}
}
#if DEBUG
@@ -9927,7 +12582,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageControlARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (UInt32*)ids, (bool)enabled);
+ InteropHelper.Call(EntryPoints[349], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)count, (IntPtr)ids, (bool)enabled);
#if DEBUG
}
#endif
@@ -9974,7 +12629,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (UInt32)id, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[354], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (UInt32)id, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -10022,7 +12677,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDebugMessageInsertARB((OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (UInt32)id, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)length, (String)buf);
+ InteropHelper.Call(EntryPoints[354], (OpenTK.Graphics.OpenGL.ArbDebugOutput)source, (OpenTK.Graphics.OpenGL.ArbDebugOutput)type, (UInt32)id, (OpenTK.Graphics.OpenGL.ArbDebugOutput)severity, (Int32)length, (String)buf);
#if DEBUG
}
#endif
@@ -10041,7 +12696,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -10062,7 +12717,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* buffers_ptr = (UInt32*)&buffers;
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
#if DEBUG
}
@@ -10094,7 +12749,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -10127,7 +12782,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -10157,7 +12812,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -10189,7 +12844,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -10223,7 +12878,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -10253,7 +12908,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteBuffersARB((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[361], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -10268,7 +12923,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteNamedStringARB((Int32)namelen, (String)name);
+ InteropHelper.Call(EntryPoints[368], (Int32)namelen, (String)name);
#if DEBUG
}
#endif
@@ -10283,7 +12938,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteObjectARB((UInt32)obj);
+ InteropHelper.Call(EntryPoints[370], (UInt32)obj);
#if DEBUG
}
#endif
@@ -10299,7 +12954,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteObjectARB((UInt32)obj);
+ InteropHelper.Call(EntryPoints[370], (UInt32)obj);
#if DEBUG
}
#endif
@@ -10325,7 +12980,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* programs_ptr = (UInt32*)&programs;
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
#if DEBUG
}
@@ -10353,7 +13008,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* programs_ptr = (UInt32*)&programs;
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
#if DEBUG
}
@@ -10380,7 +13035,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* programs_ptr = programs)
{
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -10408,7 +13063,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* programs_ptr = &programs)
{
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -10433,7 +13088,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs);
#if DEBUG
}
#endif
@@ -10460,7 +13115,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* programs_ptr = programs)
{
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -10489,7 +13144,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* programs_ptr = &programs)
{
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -10514,7 +13169,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteProgramsARB((Int32)n, (UInt32*)programs);
+ InteropHelper.Call(EntryPoints[377], (Int32)n, (IntPtr)programs);
#if DEBUG
}
#endif
@@ -10533,7 +13188,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -10554,7 +13209,7 @@ namespace OpenTK.Graphics.OpenGL
{
const Int32 n = 1;
UInt32* ids_ptr = (UInt32*)&ids;
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
#if DEBUG
}
@@ -10586,7 +13241,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -10619,7 +13274,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -10649,7 +13304,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -10681,7 +13336,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -10715,7 +13370,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -10745,7 +13400,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDeleteQueriesARB((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[380], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -10760,7 +13415,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachObjectARB((UInt32)containerObj, (UInt32)attachedObj);
+ InteropHelper.Call(EntryPoints[404], (UInt32)containerObj, (UInt32)attachedObj);
#if DEBUG
}
#endif
@@ -10776,7 +13431,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDetachObjectARB((UInt32)containerObj, (UInt32)attachedObj);
+ InteropHelper.Call(EntryPoints[404], (UInt32)containerObj, (UInt32)attachedObj);
#if DEBUG
}
#endif
@@ -10791,7 +13446,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArrayARB((UInt32)index);
+ InteropHelper.Call(EntryPoints[418], (UInt32)index);
#if DEBUG
}
#endif
@@ -10807,7 +13462,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDisableVertexAttribArrayARB((UInt32)index);
+ InteropHelper.Call(EntryPoints[418], (UInt32)index);
#if DEBUG
}
#endif
@@ -10822,7 +13477,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDispatchComputeGroupSizeARB((UInt32)num_groups_x, (UInt32)num_groups_y, (UInt32)num_groups_z, (UInt32)group_size_x, (UInt32)group_size_y, (UInt32)group_size_z);
+ InteropHelper.Call(EntryPoints[420], (UInt32)num_groups_x, (UInt32)num_groups_y, (UInt32)num_groups_z, (UInt32)group_size_x, (UInt32)group_size_y, (UInt32)group_size_z);
#if DEBUG
}
#endif
@@ -10838,7 +13493,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDispatchComputeGroupSizeARB((UInt32)num_groups_x, (UInt32)num_groups_y, (UInt32)num_groups_z, (UInt32)group_size_x, (UInt32)group_size_y, (UInt32)group_size_z);
+ InteropHelper.Call(EntryPoints[420], (UInt32)num_groups_x, (UInt32)num_groups_y, (UInt32)num_groups_z, (UInt32)group_size_x, (UInt32)group_size_y, (UInt32)group_size_z);
#if DEBUG
}
#endif
@@ -10876,7 +13531,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[426], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -10913,7 +13568,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawArraysInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[426], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)first, (Int32)count, (Int32)primcount);
#if DEBUG
}
#endif
@@ -10944,7 +13599,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (OpenTK.Graphics.OpenGL.ArbDrawBuffers* bufs_ptr = bufs)
{
- Delegates.glDrawBuffersARB((Int32)n, (OpenTK.Graphics.OpenGL.ArbDrawBuffers*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[431], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -10977,7 +13632,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (OpenTK.Graphics.OpenGL.ArbDrawBuffers* bufs_ptr = &bufs)
{
- Delegates.glDrawBuffersARB((Int32)n, (OpenTK.Graphics.OpenGL.ArbDrawBuffers*)bufs_ptr);
+ InteropHelper.Call(EntryPoints[431], (Int32)n, (IntPtr)bufs_ptr);
}
}
#if DEBUG
@@ -11007,7 +13662,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawBuffersARB((Int32)n, (OpenTK.Graphics.OpenGL.ArbDrawBuffers*)bufs);
+ InteropHelper.Call(EntryPoints[431], (Int32)n, (IntPtr)bufs);
#if DEBUG
}
#endif
@@ -11050,7 +13705,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -11097,7 +13752,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11149,7 +13804,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11201,7 +13856,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11253,7 +13908,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -11301,7 +13956,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices, (Int32)primcount);
#if DEBUG
}
#endif
@@ -11347,7 +14002,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11398,7 +14053,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11449,7 +14104,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
}
finally
{
@@ -11500,7 +14155,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle indices_ptr = GCHandle.Alloc(indices, GCHandleType.Pinned);
try
{
- Delegates.glDrawElementsInstancedARB((OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
+ InteropHelper.Call(EntryPoints[439], (OpenTK.Graphics.OpenGL.PrimitiveType)mode, (Int32)count, (OpenTK.Graphics.OpenGL.DrawElementsType)type, (IntPtr)indices_ptr.AddrOfPinnedObject(), (Int32)primcount);
indices = (T3)indices_ptr.Target;
}
finally
@@ -11528,7 +14183,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArrayARB((UInt32)index);
+ InteropHelper.Call(EntryPoints[476], (UInt32)index);
#if DEBUG
}
#endif
@@ -11551,7 +14206,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEnableVertexAttribArrayARB((UInt32)index);
+ InteropHelper.Call(EntryPoints[476], (UInt32)index);
#if DEBUG
}
#endif
@@ -11566,7 +14221,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glEndQueryARB((OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target);
+ InteropHelper.Call(EntryPoints[486], (OpenTK.Graphics.OpenGL.ArbOcclusionQuery)target);
#if DEBUG
}
#endif
@@ -11608,7 +14263,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[578], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11651,7 +14306,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level);
+ InteropHelper.Call(EntryPoints[578], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level);
#if DEBUG
}
#endif
@@ -11693,7 +14348,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureFaceARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (OpenTK.Graphics.OpenGL.TextureTarget)face);
+ InteropHelper.Call(EntryPoints[580], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (OpenTK.Graphics.OpenGL.TextureTarget)face);
#if DEBUG
}
#endif
@@ -11736,7 +14391,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureFaceARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (OpenTK.Graphics.OpenGL.TextureTarget)face);
+ InteropHelper.Call(EntryPoints[580], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (OpenTK.Graphics.OpenGL.TextureTarget)face);
#if DEBUG
}
#endif
@@ -11778,7 +14433,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayerARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[583], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -11821,7 +14476,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glFramebufferTextureLayerARB((OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
+ InteropHelper.Call(EntryPoints[583], (OpenTK.Graphics.OpenGL.FramebufferTarget)target, (OpenTK.Graphics.OpenGL.FramebufferAttachment)attachment, (UInt32)texture, (Int32)level, (Int32)layer);
#if DEBUG
}
#endif
@@ -11841,7 +14496,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* buffers_ptr = &retval;
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers_ptr);
return retval;
}
#if DEBUG
@@ -11874,7 +14529,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* buffers_ptr = buffers)
{
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -11907,7 +14562,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -11938,7 +14593,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -11970,7 +14625,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* buffers_ptr = buffers)
{
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers_ptr);
}
}
#if DEBUG
@@ -12004,7 +14659,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* buffers_ptr = &buffers)
{
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers_ptr);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers_ptr);
buffers = *buffers_ptr;
}
}
@@ -12035,7 +14690,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenBuffersARB((Int32)n, (UInt32*)buffers);
+ InteropHelper.Call(EntryPoints[594], (Int32)n, (IntPtr)buffers);
#if DEBUG
}
#endif
@@ -12055,7 +14710,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* programs_ptr = &retval;
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs_ptr);
return retval;
}
#if DEBUG
@@ -12076,7 +14731,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* programs_ptr = programs)
{
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -12097,7 +14752,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* programs_ptr = &programs)
{
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs_ptr);
programs = *programs_ptr;
}
}
@@ -12116,7 +14771,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs);
#if DEBUG
}
#endif
@@ -12136,7 +14791,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* programs_ptr = programs)
{
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs_ptr);
}
}
#if DEBUG
@@ -12158,7 +14813,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* programs_ptr = &programs)
{
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs_ptr);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs_ptr);
programs = *programs_ptr;
}
}
@@ -12177,7 +14832,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenProgramsARB((Int32)n, (UInt32*)programs);
+ InteropHelper.Call(EntryPoints[611], (Int32)n, (IntPtr)programs);
#if DEBUG
}
#endif
@@ -12197,7 +14852,7 @@ namespace OpenTK.Graphics.OpenGL
const Int32 n = 1;
Int32 retval;
Int32* ids_ptr = &retval;
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids_ptr);
return retval;
}
#if DEBUG
@@ -12230,7 +14885,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = ids)
{
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -12263,7 +14918,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* ids_ptr = &ids)
{
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -12294,7 +14949,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -12326,7 +14981,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = ids)
{
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids_ptr);
}
}
#if DEBUG
@@ -12360,7 +15015,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (UInt32* ids_ptr = &ids)
{
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids_ptr);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids_ptr);
ids = *ids_ptr;
}
}
@@ -12391,7 +15046,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGenQueriesARB((Int32)n, (UInt32*)ids);
+ InteropHelper.Call(EntryPoints[614], (Int32)n, (IntPtr)ids);
#if DEBUG
}
#endif
@@ -12449,7 +15104,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.OpenGL.ArbVertexShader* type_ptr = &type)
{
- Delegates.glGetActiveAttribARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.OpenGL.ArbVertexShader*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[628], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12507,7 +15162,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttribARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length, (Int32*)size, (OpenTK.Graphics.OpenGL.ArbVertexShader*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[628], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12566,7 +15221,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.OpenGL.ArbVertexShader* type_ptr = &type)
{
- Delegates.glGetActiveAttribARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.OpenGL.ArbVertexShader*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[628], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12624,7 +15279,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveAttribARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length, (Int32*)size, (OpenTK.Graphics.OpenGL.ArbVertexShader*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[628], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12682,7 +15337,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.OpenGL.ArbShaderObjects* type_ptr = &type)
{
- Delegates.glGetActiveUniformARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.OpenGL.ArbShaderObjects*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[633], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12740,7 +15395,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length, (Int32*)size, (OpenTK.Graphics.OpenGL.ArbShaderObjects*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[633], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12799,7 +15454,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* size_ptr = &size)
fixed (OpenTK.Graphics.OpenGL.ArbShaderObjects* type_ptr = &type)
{
- Delegates.glGetActiveUniformARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length_ptr, (Int32*)size_ptr, (OpenTK.Graphics.OpenGL.ArbShaderObjects*)type_ptr, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[633], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length_ptr, (IntPtr)size_ptr, (IntPtr)type_ptr, (StringBuilder)name);
length = *length_ptr;
size = *size_ptr;
type = *type_ptr;
@@ -12857,7 +15512,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetActiveUniformARB((UInt32)programObj, (UInt32)index, (Int32)maxLength, (Int32*)length, (Int32*)size, (OpenTK.Graphics.OpenGL.ArbShaderObjects*)type, (StringBuilder)name);
+ InteropHelper.Call(EntryPoints[633], (UInt32)programObj, (UInt32)index, (Int32)maxLength, (IntPtr)length, (IntPtr)size, (IntPtr)type, (StringBuilder)name);
#if DEBUG
}
#endif
@@ -12877,7 +15532,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* count_ptr = &count)
fixed (Int32* obj_ptr = obj)
{
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)obj_ptr);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)obj_ptr);
count = *count_ptr;
}
}
@@ -12900,7 +15555,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* count_ptr = &count)
fixed (Int32* obj_ptr = &obj)
{
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)obj_ptr);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)obj_ptr);
count = *count_ptr;
obj = *obj_ptr;
}
@@ -12920,7 +15575,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count, (UInt32*)obj);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count, (IntPtr)obj);
#if DEBUG
}
#endif
@@ -12941,7 +15596,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* count_ptr = &count)
fixed (UInt32* obj_ptr = obj)
{
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)obj_ptr);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)obj_ptr);
count = *count_ptr;
}
}
@@ -12965,7 +15620,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (Int32* count_ptr = &count)
fixed (UInt32* obj_ptr = &obj)
{
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count_ptr, (UInt32*)obj_ptr);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count_ptr, (IntPtr)obj_ptr);
count = *count_ptr;
obj = *obj_ptr;
}
@@ -12985,7 +15640,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetAttachedObjectsARB((UInt32)containerObj, (Int32)maxCount, (Int32*)count, (UInt32*)obj);
+ InteropHelper.Call(EntryPoints[641], (UInt32)containerObj, (Int32)maxCount, (IntPtr)count, (IntPtr)obj);
#if DEBUG
}
#endif
@@ -13012,7 +15667,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocationARB((UInt32)programObj, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[644], (UInt32)programObj, (String)name);
#if DEBUG
}
#endif
@@ -13040,7 +15695,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetAttribLocationARB((UInt32)programObj, (String)name);
+ return InteropHelper.CallReturn(EntryPoints[644], (UInt32)programObj, (String)name);
#if DEBUG
}
#endif
@@ -13076,7 +15731,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = @params)
{
- Delegates.glGetBufferParameterivARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[650], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (IntPtr)@params_ptr);
}
}
#if DEBUG
@@ -13114,7 +15769,7 @@ namespace OpenTK.Graphics.OpenGL
{
fixed (Int32* @params_ptr = &@params)
{
- Delegates.glGetBufferParameterivARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (Int32*)@params_ptr);
+ InteropHelper.Call(EntryPoints[650], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (IntPtr)@params_ptr);
@params = *@params_ptr;
}
}
@@ -13150,7 +15805,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferParameterivARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (Int32*)@params);
+ InteropHelper.Call(EntryPoints[650], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferParameterNameArb)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13165,7 +15820,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferPointervARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params);
+ InteropHelper.Call(EntryPoints[653], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params);
#if DEBUG
}
#endif
@@ -13184,7 +15839,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[653], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13208,7 +15863,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[653], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13232,7 +15887,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[653], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13256,7 +15911,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle @params_ptr = GCHandle.Alloc(@params, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferPointervARB((OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[653], (OpenTK.Graphics.OpenGL.ArbVertexBufferObject)target, (OpenTK.Graphics.OpenGL.BufferPointerNameArb)pname, (IntPtr)@params_ptr.AddrOfPinnedObject());
@params = (T2)@params_ptr.Target;
}
finally
@@ -13299,7 +15954,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
+ InteropHelper.Call(EntryPoints[655], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data);
#if DEBUG
}
#endif
@@ -13340,7 +15995,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[655], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13386,7 +16041,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[655], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13432,7 +16087,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[655], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13478,7 +16133,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle data_ptr = GCHandle.Alloc(data, GCHandleType.Pinned);
try
{
- Delegates.glGetBufferSubDataARB((OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[655], (OpenTK.Graphics.OpenGL.BufferTargetArb)target, (IntPtr)offset, (IntPtr)size, (IntPtr)data_ptr.AddrOfPinnedObject());
data = (T3)data_ptr.Target;
}
finally
@@ -13516,7 +16171,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- Delegates.glGetCompressedTexImageARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img);
+ InteropHelper.Call(EntryPoints[675], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img);
#if DEBUG
}
#endif
@@ -13552,7 +16207,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle img_ptr = GCHandle.Alloc(img, GCHandleType.Pinned);
try
{
- Delegates.glGetCompressedTexImageARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[675], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13593,7 +16248,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle img_ptr = GCHandle.Alloc(img, GCHandleType.Pinned);
try
{
- Delegates.glGetCompressedTexImageARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[675], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13634,7 +16289,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle img_ptr = GCHandle.Alloc(img, GCHandleType.Pinned);
try
{
- Delegates.glGetCompressedTexImageARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[675], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
}
finally
{
@@ -13675,7 +16330,7 @@ namespace OpenTK.Graphics.OpenGL
GCHandle img_ptr = GCHandle.Alloc(img, GCHandleType.Pinned);
try
{
- Delegates.glGetCompressedTexImageARB((OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
+ InteropHelper.Call(EntryPoints[675], (OpenTK.Graphics.OpenGL.TextureTarget)target, (Int32)level, (IntPtr)img_ptr.AddrOfPinnedObject());
img = (T2)img_ptr.Target;
}
finally
@@ -13746,7 +16401,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (OpenTK.Graphics.OpenGL.ArbDebugOutput* severities_ptr = severities)
fixed (Int32* lengths_ptr = lengths)
{
- return Delegates.glGetDebugMessageLogARB((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)sources_ptr, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn(EntryPoints[686], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
}
}
#if DEBUG
@@ -13813,7 +16468,7 @@ namespace OpenTK.Graphics.OpenGL
fixed (OpenTK.Graphics.OpenGL.ArbDebugOutput* severities_ptr = &severities)
fixed (Int32* lengths_ptr = &lengths)
{
- Int32 retval = Delegates.glGetDebugMessageLogARB((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)sources_ptr, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)types_ptr, (UInt32*)ids_ptr, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)severities_ptr, (Int32*)lengths_ptr, (StringBuilder)messageLog);
+ Int32 retval = InteropHelper.CallReturn(EntryPoints[686], (UInt32)count, (Int32)bufSize, (IntPtr)sources_ptr, (IntPtr)types_ptr, (IntPtr)ids_ptr, (IntPtr)severities_ptr, (IntPtr)lengths_ptr, (StringBuilder)messageLog);
sources = *sources_ptr;
types = *types_ptr;
ids = *ids_ptr;
@@ -13879,7 +16534,7 @@ namespace OpenTK.Graphics.OpenGL
using (new ErrorHelper(GraphicsContext.CurrentContext))
{
#endif
- return Delegates.glGetDebugMessageLogARB((UInt32)count, (Int32)bufSize, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)sources, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)types, (UInt32*)ids, (OpenTK.Graphics.OpenGL.ArbDebugOutput*)severities, (Int32*)lengths, (StringBuilder)messageLog);
+ return InteropHelper.CallReturn